Home
last modified time | relevance | path

Searched refs:bpf_map_pop_elem (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_queue_stack_map.h44 err = bpf_map_pop_elem(&map_in, &value); in _test()
H A Dtest_map_ops.c85 err = bpf_map_pop_elem(&stack_map, &val); in map_pop()
/linux/tools/testing/selftests/sched_ext/
H A Ddsp_local_on.bpf.c39 if (bpf_map_pop_elem(&queue, &pid)) in BPF_STRUCT_OPS()
/linux/Documentation/bpf/
H A Dmap_queue_stack.rst56 bpf_map_pop_elem()
61 long bpf_map_pop_elem(struct bpf_map *map, void *value)
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c449 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 Dscx_central.bpf.c140 if (bpf_map_pop_elem(&central_q, &pid)) in dispatch_to_cpu()
/linux/kernel/bpf/
H A Dhelpers.c107 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
113 .func = bpf_map_pop_elem,