Lines Matching full:out2
446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
463 int *out2, in crush_choose_firstn() argument
567 out2, outpos, count, in crush_choose_firstn()
581 out2[outpos] = item; in crush_choose_firstn()
652 int *out2, in crush_choose_indep() argument
672 if (out2) in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
678 if (out2 && ftotal) { in crush_choose_indep()
686 dprintk(" %d", out2[rep]); in crush_choose_indep()
733 if (out2) in crush_choose_indep()
734 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
752 if (out2) in crush_choose_indep()
753 out2[rep] = in crush_choose_indep()
781 out2, rep, in crush_choose_indep()
785 if (out2[rep] == CRUSH_ITEM_NONE) { in crush_choose_indep()
791 out2[rep] = item; in crush_choose_indep()
811 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
812 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
820 if (out2) { in crush_choose_indep()
828 dprintk(" %d", out2[rep]); in crush_choose_indep()