Searched refs:CRUSH_ITEM_UNDEF (Results 1 – 2 of 2) sorted by relevance
618 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()620 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()639 if (out[rep] != CRUSH_ITEM_UNDEF) in crush_choose_indep()747 if (out[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()750 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
33 #define CRUSH_ITEM_UNDEF 0x7ffffffe /* undefined result (internal use only) */ macro