Home
last modified time | relevance | path

Searched refs:bpf_map_memory (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbpf.h137 struct bpf_map_memory { struct
162 struct bpf_map_memory memory; argument
1329 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size);
1330 void bpf_map_charge_finish(struct bpf_map_memory *mem);
1331 void bpf_map_charge_move(struct bpf_map_memory *dst,
1332 struct bpf_map_memory *src);
/kernel/linux/linux-5.10/kernel/bpf/
Dqueue_stack_maps.c70 struct bpf_map_memory mem = {0}; in queue_stack_map_alloc()
Dreuseport_array.c155 struct bpf_map_memory mem; in reuseport_array_alloc()
Dringbuf.c52 struct bpf_map_memory memory;
Dsyscall.c377 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size) in bpf_map_charge_init()
399 void bpf_map_charge_finish(struct bpf_map_memory *mem) in bpf_map_charge_finish()
405 void bpf_map_charge_move(struct bpf_map_memory *dst, in bpf_map_charge_move()
406 struct bpf_map_memory *src) in bpf_map_charge_move()
411 memset(src, 0, sizeof(struct bpf_map_memory)); in bpf_map_charge_move()
479 struct bpf_map_memory mem; in bpf_map_free_deferred()
810 struct bpf_map_memory mem; in map_create()
Dbpf_struct_ops.c557 struct bpf_map_memory mem; in bpf_struct_ops_map_alloc()
Dlocal_storage.c288 struct bpf_map_memory mem; in cgroup_storage_map_alloc()
Dstackmap.c94 struct bpf_map_memory mem; in stack_map_alloc()
Darraymap.c88 struct bpf_map_memory mem; in array_map_alloc()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c29 struct bpf_map_memory { struct
39 struct bpf_map_memory memory; argument
/kernel/linux/linux-5.10/net/xdp/
Dxskmap.c76 struct bpf_map_memory mem; in xsk_map_alloc()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch847 @@ -1333,7 +1333,6 @@ void bpf_map_charge_move(struct bpf_map_memory *dst,