Searched refs:list_map (Results 1 – 2 of 2) sorted by relevance
262 storage = list_next_entry(storage, list_map); in cgroup_storage_get_next_key()267 struct bpf_cgroup_storage, list_map); in cgroup_storage_get_next_key()342 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()597 list_add(&storage->list_map, &map->list); in bpf_cgroup_storage_link()616 list_del(&storage->list_map); in bpf_cgroup_storage_unlink()
49 struct list_head list_map; member