Searched refs:percpu_buf (Results 1 – 3 of 3) sorted by relevance
206 per_cpu_ptr(storage->percpu_buf, cpu), size); in bpf_percpu_cgroup_storage_copy()239 bpf_long_memcpy(per_cpu_ptr(storage->percpu_buf, cpu), in bpf_percpu_cgroup_storage_update()445 per_cpu_ptr(storage->percpu_buf, cpu), in cgroup_storage_seq_show_elem()528 storage->percpu_buf = __alloc_percpu_gfp(size, 8, flags); in bpf_cgroup_storage_alloc()529 if (!storage->percpu_buf) in bpf_cgroup_storage_alloc()557 free_percpu(storage->percpu_buf); in free_percpu_cgroup_storage_rcu()
400 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
56 void __percpu *percpu_buf; member