Home
last modified time | relevance | path

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

/linux-6.15/net/ceph/crush/
H A Dmapper.c478 int itemtype; in crush_choose_firstn() local
531 itemtype = map->buckets[-1-item]->type; in crush_choose_firstn()
533 itemtype = 0; in crush_choose_firstn()
534 dprintk(" item %d type %d\n", item, itemtype); in crush_choose_firstn()
537 if (itemtype != type) { in crush_choose_firstn()
591 if (itemtype == 0) in crush_choose_firstn()
666 int itemtype; in crush_choose_indep() local
744 itemtype = map->buckets[-1-item]->type; in crush_choose_indep()
746 itemtype = 0; in crush_choose_indep()
750 if (itemtype != type) { in crush_choose_indep()
[all …]