Searched refs:unlink_list (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 82 struct list_head unlink_list
|
| /linux/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 983 struct list_head *unlink_list) in vhci_cleanup_unlink_list() argument 994 list_for_each_entry_safe(unlink, tmp, unlink_list, list) { in vhci_cleanup_unlink_list()
|
| /linux/net/core/ |
| H A D | sock_map.c | 1148 struct hlist_head unlink_list; in sock_hash_free() local 1170 hlist_move_list(&bucket->head, &unlink_list); in sock_hash_free() 1177 hlist_for_each_entry_safe(elem, node, &unlink_list, node) { in sock_hash_free()
|
| H A D | dev.c | 8589 if (list_empty(&dev->unlink_list)) 8590 list_add_tail(&dev->unlink_list, &net_unlink_list); 11691 struct list_head unlink_list; in netdev_run_todo() 11693 list_replace_init(&net_unlink_list, &unlink_list); in netdev_run_todo() 11695 while (!list_empty(&unlink_list)) { in netdev_run_todo() 11696 dev = list_first_entry(&unlink_list, struct net_device, in netdev_run_todo() 11697 unlink_list); in netdev_run_todo() 11698 list_del_init(&dev->unlink_list); in netdev_run_todo() 12084 INIT_LIST_HEAD(&dev->unlink_list); in alloc_netdev_mqs() 11675 struct list_head unlink_list; netdev_run_todo() local
|
| /linux/include/linux/ |
| H A D | netdevice.h | 2098 * @unlink_list: As netif_addr_lock() can be called recursively, 2324 struct list_head unlink_list; 2309 struct list_head unlink_list; global() member
|