/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
H A D | array_map_batch_ops.c | 17 .elem_flags = 0, in map_batch_update() 62 .elem_flags = 0, in test_array_map_batch_ops()
|
H A D | htab_map_batch_ops.c | 20 .elem_flags = 0, in map_batch_update() 94 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
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 | 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 | htab_map_batch_ops.c | 21 .elem_flags = 0, in map_batch_update() 88 .elem_flags = 0, in __test_map_lookup_and_delete_batch()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.h | 133 __u64 elem_flags; member
|
H A D | bpf.c | 472 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | syscall.c | 1276 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch() 1279 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch() 1335 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch() 1338 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch() 1371 attr->batch.elem_flags); in generic_map_update_batch() 1401 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch() 1404 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch() 1443 attr->batch.elem_flags); in generic_map_lookup_batch()
|
H A D | hashtab.c | 1393 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf.h | 157 __u64 elem_flags; member
|
H A D | bpf.c | 535 attr.batch.elem_flags = OPTS_GET(opts, elem_flags, 0); in bpf_map_batch_common()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 1690 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_delete_batch() 1693 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_delete_batch() 1748 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_update_batch() 1751 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_update_batch() 1783 attr->batch.elem_flags); in generic_map_update_batch() 1812 if (attr->batch.elem_flags & ~BPF_F_LOCK) in generic_map_lookup_batch() 1815 if ((attr->batch.elem_flags & BPF_F_LOCK) && in generic_map_lookup_batch() 1854 attr->batch.elem_flags); in generic_map_lookup_batch()
|
H A D | hashtab.c | 1702 elem_map_flags = attr->batch.elem_flags; in __htab_map_lookup_and_delete_batch()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 530 __u64 elem_flags; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 530 __u64 elem_flags; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 317 __u64 elem_flags; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 317 __u64 elem_flags; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 628 * The *elem_flags* argument may be specified as one of the 683 * The *elem_flags* argument should be specified as one of the 732 * The *elem_flags* argument may be specified as one of the 1411 __u64 elem_flags; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 628 * The *elem_flags* argument may be specified as one of the 683 * The *elem_flags* argument should be specified as one of the 732 * The *elem_flags* argument may be specified as one of the 1411 __u64 elem_flags; member
|