Home
last modified time | relevance | path

Searched refs:CRUSH_ITEM_UNDEF (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/ceph/crush/
Dmapper.c671 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
692 if (out[rep] != CRUSH_ITEM_UNDEF) in crush_choose_indep()
808 if (out[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
811 if (out2 && out2[rep] == CRUSH_ITEM_UNDEF) { in crush_choose_indep()
/Linux-v5.10/include/linux/crush/
Dcrush.h35 #define CRUSH_ITEM_UNDEF 0x7ffffffe /* undefined result (internal use only) */ macro