Lines Matching full:out2
449 * @out2: second output vector for leaf items (if @recurse_to_leaf)
467 int *out2, in crush_choose_firstn() argument
571 out2, outpos, count, in crush_choose_firstn()
585 out2[outpos] = item; in crush_choose_firstn()
655 int *out2, in crush_choose_indep() argument
675 if (out2) in crush_choose_indep()
676 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
681 if (out2 && ftotal) { in crush_choose_indep()
689 dprintk(" %d", out2[rep]); in crush_choose_indep()
736 if (out2) in crush_choose_indep()
737 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
755 if (out2) in crush_choose_indep()
756 out2[rep] = in crush_choose_indep()
784 out2, rep, in crush_choose_indep()
788 if (out2[rep] == CRUSH_ITEM_NONE) { in crush_choose_indep()
794 out2[rep] = item; in crush_choose_indep()
814 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
815 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
823 if (out2) { in crush_choose_indep()
831 dprintk(" %d", out2[rep]); in crush_choose_indep()