Searched refs:res_map (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_legacy_printk.c | 22 } res_map SEC(".maps"); 40 my_res = bpf_map_lookup_elem(&res_map, &zero); in handle_legacy()
|
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo.h | 298 static inline void pipapo_resmap_init(const struct nft_pipapo_match *m, unsigned long *res_map) in pipapo_resmap_init() argument 304 res_map[i] = ULONG_MAX; in pipapo_resmap_init() 307 res_map[i] = 0ul; in pipapo_resmap_init()
|
| H A D | nft_set_pipapo.c | 423 unsigned long *res_map, *fill_map, *map; in pipapo_get_slow() local 439 res_map = map + (map_index ? m->bsize_max : 0); in pipapo_get_slow() 442 pipapo_resmap_init(m, res_map); in pipapo_get_slow() 452 pipapo_and_field_buckets_8bit(f, res_map, data); in pipapo_get_slow() 454 pipapo_and_field_buckets_4bit(f, res_map, data); in pipapo_get_slow() 465 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt, in pipapo_get_slow() 499 swap(res_map, fill_map); in pipapo_get_slow()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | legacy_printk.c | 40 map_fd = bpf_map__fd(skel->maps.res_map); in execute_one_variant()
|
| /linux/arch/parisc/include/asm/ |
| H A D | ropes.h | 31 char *res_map; /* resource map, bit == pdir entry */ member
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 24 static inline bool reserved_by_other(uint32_t *res_map, int idx, in reserved_by_other() argument 27 return res_map[idx] && res_map[idx] != crtc_id; in reserved_by_other()
|