Home
last modified time | relevance | path

Searched refs:recurse_to_leaf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/crush/
H A Dmapper.c443 * @recurse_to_leaf: true if we want one device under each item of given type (chooseleaf instead of choose)
446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
460 int recurse_to_leaf, in crush_choose_firstn()
479 recurse_to_leaf ? "_LEAF" : "", in crush_choose_firstn()
554 if (!collide && recurse_to_leaf) { in crush_choose_firstn()
651 int recurse_to_leaf, in crush_choose_indep()
666 dprintk("CHOOSE%s INDEP bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "", in crush_choose_indep()
773 if (recurse_to_leaf) { in crush_choose_indep()
906 int recurse_to_leaf; in crush_do_rule() local
996 recurse_to_leaf in crush_do_rule()
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_firstn() argument
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_indep() argument
[all...]
/kernel/linux/linux-6.6/net/ceph/crush/
H A Dmapper.c443 * @recurse_to_leaf: true if we want one device under each item of given type (chooseleaf instead of choose)
446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
460 int recurse_to_leaf, in crush_choose_firstn()
479 recurse_to_leaf ? "_LEAF" : "", in crush_choose_firstn()
554 if (!collide && recurse_to_leaf) { in crush_choose_firstn()
651 int recurse_to_leaf, in crush_choose_indep()
666 dprintk("CHOOSE%s INDEP bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "", in crush_choose_indep()
773 if (recurse_to_leaf) { in crush_choose_indep()
906 int recurse_to_leaf; in crush_do_rule() local
995 recurse_to_leaf in crush_do_rule()
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_firstn() argument
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) crush_choose_indep() argument
[all...]

Completed in 4 milliseconds