Home
last modified time | relevance | path

Searched refs:elem_flags (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c21 .elem_flags = 0, in map_batch_update()
79 .elem_flags = 0, in __test_map_lookup_and_update_batch()
H A Dlpm_trie_map_batch_ops.c29 .elem_flags = 0, in map_batch_update()
76 .elem_flags = 0, in test_lpm_trie_map_batch_ops()
H A Dhtab_map_batch_ops.c21 .elem_flags = 0, in map_batch_update()
88 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h157 __u64 elem_flags; member
H A Dbpf.c535 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1693 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch()
1696 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch()
1751 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch()
1754 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch()
1786 attr->batch.elem_flags); in generic_map_update_batch()
1815 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch()
1818 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch()
1857 attr->batch.elem_flags); in generic_map_lookup_batch()
H A Dhashtab.c1702 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1411 __u64 elem_flags; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1411 __u64 elem_flags; member