Searched refs:decode_array_32_alloc (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/net/ceph/ |
| D | osdmap.c | 277 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc() function 328 w->weights = decode_array_32_alloc(p, end, &w->size); in decode_choose_arg() 337 arg->ids = decode_array_32_alloc(p, end, &arg->ids_size); in decode_choose_arg()
|
| /kernel/linux/linux-5.10/net/ceph/ |
| D | osdmap.c | 261 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc() function 312 w->weights = decode_array_32_alloc(p, end, &w->size); in decode_choose_arg() 321 arg->ids = decode_array_32_alloc(p, end, &arg->ids_size); in decode_choose_arg()
|