Searched refs:bpf_map_pop_elem (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_queue_stack_map.h | 44 err = bpf_map_pop_elem(&map_in, &value); in _test()
|
| H A D | test_map_ops.c | 85 err = bpf_map_pop_elem(&stack_map, &val); in map_pop()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | dsp_local_on.bpf.c | 39 if (bpf_map_pop_elem(&queue, &pid)) in BPF_STRUCT_OPS()
|
| /linux/Documentation/bpf/ |
| H A D | map_queue_stack.rst | 56 bpf_map_pop_elem() 61 long bpf_map_pop_elem(struct bpf_map *map, void *value)
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 449 if (bpf_map_pop_elem(fifo, &pid)) in BPF_STRUCT_OPS() 652 if (bpf_map_pop_elem(fifo, &pid)) in BPF_STRUCT_OPS() 659 if (bpf_map_pop_elem(&dump_store, &pid)) in BPF_STRUCT_OPS()
|
| H A D | scx_central.bpf.c | 140 if (bpf_map_pop_elem(¢ral_q, &pid)) in dispatch_to_cpu()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 107 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument 113 .func = bpf_map_pop_elem,
|