Searched refs:CRUSH_ITEM_UNDEF (Results 1 – 2 of 2) sorted by relevance
674 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()676 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()695 if (out[rep] != CRUSH_ITEM_UNDEF) in crush_choose_indep()811 if (out[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()814 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
35 #define CRUSH_ITEM_UNDEF 0x7ffffffe /* undefined result (internal use only) */ macro