Searched refs:choose_tries (Results 1 – 3 of 3) sorted by relevance
629 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_firstn()630 map->choose_tries[ftotal]++; in crush_choose_firstn()816 if (map->choose_tries && ftotal <= map->choose_total_tries) in crush_choose_indep()817 map->choose_tries[ftotal]++; in crush_choose_indep()919 int choose_tries = map->choose_total_tries + 1; in crush_do_rule() local959 choose_tries = curstep->arg1; in crush_do_rule()1029 recurse_tries = choose_tries; in crush_do_rule()1039 choose_tries, in crush_do_rule()1060 choose_tries, in crush_do_rule()
130 kfree(map->choose_tries); in crush_destroy()
302 __u32 *choose_tries; member
Completed in 5 milliseconds