Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/crush/
H A Dmapper.c447 * @parent_r: r value passed from the parent
464 int parent_r, in crush_choose_firstn()
478 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d stable %d\n", in crush_choose_firstn()
482 parent_r, stable); in crush_choose_firstn()
497 r = rep + parent_r; in crush_choose_firstn()
653 int parent_r, in crush_choose_indep()
707 r = rep + parent_r; in crush_choose_indep()
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
/kernel/linux/linux-6.6/net/ceph/crush/
H A Dmapper.c447 * @parent_r: r value passed from the parent
464 int parent_r, in crush_choose_firstn()
478 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d stable %d\n", in crush_choose_firstn()
482 parent_r, stable); in crush_choose_firstn()
497 r = rep + parent_r; in crush_choose_firstn()
653 int parent_r, in crush_choose_indep()
707 r = rep + parent_r; in crush_choose_indep()
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
/kernel/linux/linux-5.10/drivers/pci/
H A Dsetup-bus.c1341 struct resource *parent_r; in assign_fixed_resource_on_bus() local
1345 pci_bus_for_each_resource(b, parent_r, i) { in assign_fixed_resource_on_bus()
1346 if (!parent_r) in assign_fixed_resource_on_bus()
1349 if ((r->flags & mask) == (parent_r->flags & mask) && in assign_fixed_resource_on_bus()
1350 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
1351 request_resource(parent_r, r); in assign_fixed_resource_on_bus()
/kernel/linux/linux-6.6/drivers/pci/
H A Dsetup-bus.c1335 struct resource *parent_r; in assign_fixed_resource_on_bus() local
1339 pci_bus_for_each_resource(b, parent_r) { in assign_fixed_resource_on_bus()
1340 if (!parent_r) in assign_fixed_resource_on_bus()
1343 if ((r->flags & mask) == (parent_r->flags & mask) && in assign_fixed_resource_on_bus()
1344 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
1345 request_resource(parent_r, r); in assign_fixed_resource_on_bus()

Completed in 9 milliseconds