Home
last modified time | relevance | path

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

/net/ceph/crush/
Dmapper.c468 unsigned int ftotal, flocal; in crush_choose_firstn() local
486 ftotal = 0; in crush_choose_firstn()
499 r += ftotal; in crush_choose_firstn()
595 ftotal++; in crush_choose_firstn()
605 else if (ftotal < tries) in crush_choose_firstn()
613 reject, collide, ftotal, in crush_choose_firstn()
629 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_firstn()
630 map->choose_tries[ftotal]++; in crush_choose_firstn()
659 unsigned int ftotal; in crush_choose_indep() local
676 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()
[all …]