Searched refs:elem_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | array_map_batch_ops.c | 21 .elem_flags = 0, in map_batch_update() 79 .elem_flags = 0, in __test_map_lookup_and_update_batch()
|
| H A D | lpm_trie_map_batch_ops.c | 29 .elem_flags = 0, in map_batch_update() 76 .elem_flags = 0, in test_lpm_trie_map_batch_ops()
|
| H A D | htab_map_batch_ops.c | 21 .elem_flags = 0, in map_batch_update() 88 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 2018 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch() 2021 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch() 2075 err = bpf_map_check_op_flags(map, attr->batch.elem_flags, in generic_map_update_batch() 2080 value_size = bpf_map_value_size(map, attr->batch.elem_flags); in generic_map_update_batch() 2107 attr->batch.elem_flags); in generic_map_update_batch() 2135 err = bpf_map_check_op_flags(map, attr->batch.elem_flags, BPF_F_LOCK | BPF_F_CPU); in generic_map_lookup_batch() 2139 value_size = bpf_map_value_size(map, attr->batch.elem_flags); in generic_map_lookup_batch() 2174 attr->batch.elem_flags); in generic_map_lookup_batch()
|
| H A D | hashtab.c | 1795 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch() 3260 elem_map_flags = attr->batch.elem_flags; in __rhtab_map_lookup_and_delete_batch()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1604 __u64 elem_flags; member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1604 __u64 elem_flags; member
|