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

/linux-master/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,
479 recurse_to_leaf ? "_LEAF" : "",
554 if (!collide && recurse_to_leaf) {
651 int recurse_to_leaf,
666 dprintk("CHOOSE%s INDEP bucket %d x %d outpos %d numrep %d\n", recurse_to_leaf ? "_LEAF" : "",
773 if (recurse_to_leaf) {
906 int recurse_to_leaf; local
995 recurse_to_leaf
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) 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) argument
[all...]

Completed in 112 milliseconds