Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_cgrp_storage.c43 return &cg->bpf_cgrp_storage; in cgroup_storage_ptr()
51 local_storage = rcu_dereference(cgroup->bpf_cgrp_storage); in bpf_cgrp_storage_free()
69 cgroup_storage = rcu_dereference_check(cgroup->bpf_cgrp_storage, in cgroup_storage_lookup()
H A DMakefile30 obj-$(CONFIG_BPF_SYSCALL) += cgroup_iter.o bpf_cgrp_storage.o
/openbmc/linux/include/linux/
H A Dcgroup-defs.h525 struct bpf_local_storage __rcu *bpf_cgrp_storage; member