Home
last modified time | relevance | path

Searched refs:bpf_storage_buffer (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dlocal_storage.c130 struct bpf_storage_buffer *new; in cgroup_storage_update_elem()
140 new = kmalloc_node(sizeof(struct bpf_storage_buffer) + in cgroup_storage_update_elem()
300 sizeof(struct bpf_storage_buffer) + in bpf_cgroup_storage_alloc()
312 storage->buf = kmalloc_node(sizeof(struct bpf_storage_buffer) + in bpf_cgroup_storage_alloc()
336 sizeof(struct bpf_storage_buffer) + in bpf_cgroup_storage_free()
/Linux-v4.19/include/linux/
Dbpf-cgroup.h29 struct bpf_storage_buffer { struct
35 struct bpf_storage_buffer *buf; argument
106 struct bpf_storage_buffer *buf; in bpf_cgroup_storage_set()