Searched refs:choose_args (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ceph/crush/ |
| H A D | mapper.c | 469 const struct crush_choose_arg *choose_args) in crush_choose_firstn() argument 520 (choose_args ? in crush_choose_firstn() 521 &choose_args[-1-in->id] : NULL), in crush_choose_firstn() 580 choose_args) <= outpos) in crush_choose_firstn() 657 const struct crush_choose_arg *choose_args) in crush_choose_indep() argument 730 (choose_args ? in crush_choose_indep() 731 &choose_args[-1-in->id] : NULL), in crush_choose_indep() 787 choose_args); in crush_choose_indep() 900 void *cwin, const struct crush_choose_arg *choose_args) in crush_do_rule() argument 1049 choose_args); in crush_do_rule() [all …]
|
| /linux/include/linux/crush/ |
| H A D | mapper.h | 18 void *cwin, const struct crush_choose_arg *choose_args);
|
| H A D | crush.h | 311 struct rb_root choose_args; member
|
| /linux/net/ceph/ |
| H A D | osdmap.c | 270 while (!RB_EMPTY_ROOT(&c->choose_args)) { in clear_choose_args() 272 rb_entry(rb_first(&c->choose_args), in clear_choose_args() 275 erase_choose_arg_map(&c->choose_args, arg_map); in clear_choose_args() 396 if (!__insert_choose_arg_map(&c->choose_args, arg_map)) { in decode_choose_args() 454 c->choose_args = RB_ROOT; in crush_decode() 2495 * Magic value used for a "default" fallback choose_args, used if the 2512 arg_map = lookup_choose_arg_map(&map->crush->choose_args, in do_crush() 2515 arg_map = lookup_choose_arg_map(&map->crush->choose_args, in do_crush()
|