Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c206 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()
H A Dhelpers.c400 ptr = this_cpu_ptr(storage->percpu_buf); in BPF_CALL_2()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h56 void __percpu *percpu_buf; member