Home
last modified time | relevance | path

Searched refs:CRUSH_ITEM_NONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ceph/crush/
Dmapper.c649 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
651 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
668 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
671 CRUSH_ITEM_NONE; in crush_choose_indep()
699 if (out2[rep] == CRUSH_ITEM_NONE) { in crush_choose_indep()
723 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
726 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
/linux-4.1.27/include/linux/crush/
Dcrush.h26 #define CRUSH_ITEM_NONE 0x7fffffff /* no result */ macro
/linux-4.1.27/net/ceph/
Dosdmap.c1556 osds[i] = CRUSH_ITEM_NONE; in raw_to_up_osds()
1583 if (osd != CRUSH_ITEM_NONE && in apply_primary_affinity()
1601 if (osd == CRUSH_ITEM_NONE) in apply_primary_affinity()
1663 osds[temp_len++] = CRUSH_ITEM_NONE; in apply_temps()
1671 if (osds[i] != CRUSH_ITEM_NONE) { in apply_temps()