Lines Matching refs:list
8 #include <linux/list.h>
35 * ring, its event channel, a list of active sockets and a tree of
39 struct list_head list;
55 struct list_head list;
76 struct list_head list;
373 list_add_tail(&map->list, &fedata->socket_mappings);
386 list_del(&map->list);
490 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) {
492 list_del(&map->list);
979 list_add_tail(&fedata->list, &pvcalls_back_global.frontends);
1005 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) {
1006 list_del(&map->list);
1028 list_del(&fedata->list);
1235 &pvcalls_back_global.frontends, list) {