Home
last modified time | relevance | path

Searched refs:bpf_map_memory (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h122 struct bpf_map_memory { struct
147 struct bpf_map_memory memory;
1247 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size);
1248 void bpf_map_charge_finish(struct bpf_map_memory *mem);
1249 void bpf_map_charge_move(struct bpf_map_memory *dst, struct bpf_map_memory *src);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c354 int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size) in bpf_map_charge_init()
377 void bpf_map_charge_finish(struct bpf_map_memory *mem) in bpf_map_charge_finish()
383 void bpf_map_charge_move(struct bpf_map_memory *dst, struct bpf_map_memory *src) in bpf_map_charge_move()
388 memset(src, 0, sizeof(struct bpf_map_memory)); in bpf_map_charge_move()
462 struct bpf_map_memory mem; in bpf_map_free_deferred()
799 struct bpf_map_memory mem; in map_create()

Completed in 10 milliseconds