Home
last modified time | relevance | path

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

/linux-6.12.1/net/ceph/crush/
Dmapper.c674 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()
/linux-6.12.1/include/linux/crush/
Dcrush.h35 #define CRUSH_ITEM_UNDEF 0x7ffffffe /* undefined result (internal use only) */ macro