Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dlocal_storage.c193 per_cpu_ptr(storage->percpu_buf, cpu), size); in bpf_percpu_cgroup_storage_copy()
227 bpf_long_memcpy(per_cpu_ptr(storage->percpu_buf, cpu), in bpf_percpu_cgroup_storage_update()
403 per_cpu_ptr(storage->percpu_buf, cpu), in cgroup_storage_seq_show_elem()
508 storage->percpu_buf = __alloc_percpu_gfp(size, 8, flags); in bpf_cgroup_storage_alloc()
509 if (!storage->percpu_buf) in bpf_cgroup_storage_alloc()
537 free_percpu(storage->percpu_buf); in free_percpu_cgroup_storage_rcu()
Dhelpers.c348 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
/Linux-v5.4/include/linux/
Dbpf-cgroup.h45 void __percpu *percpu_buf; member