Lines Matching refs:list
8 #include <linux/list.h>
34 * ring, its event channel, a list of active sockets and a tree of
38 struct list_head list;
54 struct list_head list;
75 struct list_head list;
369 list_add_tail(&map->list, &fedata->socket_mappings);
382 list_del(&map->list);
487 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) {
489 list_del(&map->list);
974 list_add_tail(&fedata->list, &pvcalls_back_global.frontends);
1000 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) {
1001 list_del(&map->list);
1023 list_del(&fedata->list);
1231 &pvcalls_back_global.frontends, list) {