Home
last modified time | relevance | path

Searched refs:bpf_cgrp_storage_free (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf.h3179 void bpf_cgrp_storage_free(struct cgroup *cgroup);
3546 static inline void bpf_cgrp_storage_free(struct cgroup *cgroup) in bpf_cgrp_storage_free()
3545 static inline void bpf_cgrp_storage_free(struct cgroup *cgroup) bpf_cgrp_storage_free() function
/linux/kernel/cgroup/
H A Dcgroup.c5721 bpf_cgrp_storage_free(cgrp); in css_free_rwork_fn()