Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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)
/openbmc/linux/kernel/bpf/
H A Dhelpers.c103 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
109 .func = bpf_map_pop_elem,