Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c216 struct crush_choose_arg_map *arg_map; in alloc_choose_arg_map() local
218 arg_map = kzalloc(sizeof(*arg_map), GFP_NOIO); in alloc_choose_arg_map()
219 if (!arg_map) in alloc_choose_arg_map()
222 RB_CLEAR_NODE(&arg_map->node); in alloc_choose_arg_map()
223 return arg_map; in alloc_choose_arg_map()
226 static void free_choose_arg_map(struct crush_choose_arg_map *arg_map) in free_choose_arg_map() argument
228 if (arg_map) { in free_choose_arg_map()
231 WARN_ON(!RB_EMPTY_NODE(&arg_map->node)); in free_choose_arg_map()
233 for (i = 0; i < arg_map in free_choose_arg_map()
252 struct crush_choose_arg_map *arg_map = clear_choose_args() local
336 struct crush_choose_arg_map *arg_map = NULL; decode_choose_args() local
2460 struct crush_choose_arg_map *arg_map; do_crush() local
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c232 struct crush_choose_arg_map *arg_map; in alloc_choose_arg_map() local
234 arg_map = kzalloc(sizeof(*arg_map), GFP_NOIO); in alloc_choose_arg_map()
235 if (!arg_map) in alloc_choose_arg_map()
238 RB_CLEAR_NODE(&arg_map->node); in alloc_choose_arg_map()
239 return arg_map; in alloc_choose_arg_map()
242 static void free_choose_arg_map(struct crush_choose_arg_map *arg_map) in free_choose_arg_map() argument
244 if (arg_map) { in free_choose_arg_map()
247 WARN_ON(!RB_EMPTY_NODE(&arg_map->node)); in free_choose_arg_map()
249 for (i = 0; i < arg_map in free_choose_arg_map()
268 struct crush_choose_arg_map *arg_map = clear_choose_args() local
352 struct crush_choose_arg_map *arg_map = NULL; decode_choose_args() local
2495 struct crush_choose_arg_map *arg_map; do_crush() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h720 struct mpi3_pel_arg_map arg_map[1]; member

Completed in 9 milliseconds