Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dlocal_storage.c205 per_cpu_ptr(storage->percpu_buf, cpu), size); in bpf_percpu_cgroup_storage_copy()
238 bpf_long_memcpy(per_cpu_ptr(storage->percpu_buf, cpu), in bpf_percpu_cgroup_storage_update()
444 per_cpu_ptr(storage->percpu_buf, cpu), in cgroup_storage_seq_show_elem()
527 storage->percpu_buf = __alloc_percpu_gfp(size, 8, flags); in bpf_cgroup_storage_alloc()
528 if (!storage->percpu_buf) in bpf_cgroup_storage_alloc()
556 free_percpu(storage->percpu_buf); in free_percpu_cgroup_storage_rcu()
Dhelpers.c392 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
/Linux-v5.10/include/linux/
Dbpf-cgroup.h45 void __percpu *percpu_buf; member