Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c599 list_add(&storage->list_cg, &cgroup->bpf.storages); in bpf_cgroup_storage_link()
618 list_del(&storage->list_cg); in bpf_cgroup_storage_unlink()
H A Dcgroup.c139 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h61 struct list_head list_cg; member