Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage_free (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dcgroup.c38 bpf_cgroup_storage_free(pl->storage); in cgroup_bpf_put()
265 bpf_cgroup_storage_free(storage); in __cgroup_bpf_attach()
272 bpf_cgroup_storage_free(storage); in __cgroup_bpf_attach()
284 bpf_cgroup_storage_free(storage); in __cgroup_bpf_attach()
308 bpf_cgroup_storage_free(old_storage); in __cgroup_bpf_attach()
319 bpf_cgroup_storage_free(pl->storage); in __cgroup_bpf_attach()
389 bpf_cgroup_storage_free(pl->storage); in __cgroup_bpf_detach()
Dlocal_storage.c326 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage) in bpf_cgroup_storage_free() function
/Linux-v4.19/include/linux/
Dbpf-cgroup.h116 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
275 static inline void bpf_cgroup_storage_free( in bpf_cgroup_storage_free() function
/Linux-v4.19/net/bpf/
Dtest_run.c56 bpf_cgroup_storage_free(storage); in bpf_test_run()