Lines Matching refs:out2
415 int *out2, in crush_choose_firstn() argument
509 out2, outpos, count, in crush_choose_firstn()
521 out2[outpos] = item; in crush_choose_firstn()
589 int *out2, in crush_choose_indep() argument
608 if (out2) in crush_choose_indep()
609 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
650 if (out2) in crush_choose_indep()
651 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
669 if (out2) in crush_choose_indep()
670 out2[rep] = in crush_choose_indep()
696 out2, rep, in crush_choose_indep()
699 if (out2[rep] == CRUSH_ITEM_NONE) { in crush_choose_indep()
705 out2[rep] = item; in crush_choose_indep()
725 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
726 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()