Home
last modified time | relevance | path

Searched refs:percpu_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c204 per_cpu_ptr(storage->percpu_buf, cpu), size); in bpf_percpu_cgroup_storage_copy()
237 bpf_long_memcpy(per_cpu_ptr(storage->percpu_buf, cpu), in bpf_percpu_cgroup_storage_update()
440 per_cpu_ptr(storage->percpu_buf, cpu), in cgroup_storage_seq_show_elem()
526 storage->percpu_buf = bpf_map_alloc_percpu(map, size, 8, gfp); in bpf_cgroup_storage_alloc()
527 if (!storage->percpu_buf) in bpf_cgroup_storage_alloc()
554 free_percpu(storage->percpu_buf); in free_percpu_cgroup_storage_rcu()
H A Dcgroup.c1572 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
/openbmc/linux/include/linux/
H A Dbpf-cgroup.h88 void __percpu *percpu_buf; member