Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c263 storage = list_next_entry(storage, list_map); in cgroup_storage_get_next_key()
268 struct bpf_cgroup_storage, list_map); in cgroup_storage_get_next_key()
343 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
598 list_add(&storage->list_map, &map->list); in bpf_cgroup_storage_link()
617 list_del(&storage->list_map); in bpf_cgroup_storage_unlink()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-list.h66 X_EXTERN x_list *X_PFX(list_map) (x_list * src,
H A Dx-list.c195 X_PFX(list_map) (x_list * lst, in X_PFX() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h60 struct list_head list_map; member