Searched refs:bpf_get_local_storage (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | netcnt_prog.c | 34 	cnt = bpf_get_local_storage(&netcnt, 0);  in bpf_nextcnt()35 	percpu_cnt = bpf_get_local_storage(&percpu_netcnt, 0);  in bpf_nextcnt()
 
 | 
| D | test_spin_lock.c | 93 	cls = bpf_get_local_storage(&cls_map, 0);  in bpf_sping_lock_test()
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | hbm_edt_kern.c | 83 	qdp = bpf_get_local_storage(&queue_state, 0);  in _hbm_out_cg()
 | 
| D | hbm_out_kern.c | 85 	qdp = bpf_get_local_storage(&queue_state, 0);  in _hbm_out_cg()
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | helpers.c | 333 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags)  in BPF_CALL_2()  argument354 	.func		= bpf_get_local_storage,
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | bpf_helpers.h | 164 static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) =  variable
 |