Searched refs:percpu_buf (Results 1 – 3 of 3) sorted by relevance
204 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()
1589 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
88 void __percpu *percpu_buf; member