Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/
A Darray_map_batch_ops.c21 .elem_flags = 0, in map_batch_update()
79 .elem_flags = 0, in __test_map_lookup_and_update_batch()
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()
A Dhtab_map_batch_ops.c21 .elem_flags = 0, in map_batch_update()
88 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.h143 __u64 elem_flags; member
A Dbpf.c536 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c1601 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch()
1604 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch()
1656 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch()
1659 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch()
1688 attr->batch.elem_flags); in generic_map_update_batch()
1717 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch()
1720 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch()
1759 attr->batch.elem_flags); in generic_map_lookup_batch()
A Dhashtab.c1664 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h1367 __u64 elem_flags; member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h1367 __u64 elem_flags; member

Completed in 45 milliseconds