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 | 8593 if (list_empty(&dev->unlink_list)) in net_unlink_todo() 8594 list_add_tail(&dev->unlink_list, &net_unlink_list); in net_unlink_todo() 11675 struct list_head unlink_list; in netdev_run_todo() local 11677 list_replace_init(&net_unlink_list, &unlink_list); in netdev_run_todo() 11679 while (!list_empty(&unlink_list)) { in netdev_run_todo() 11680 dev = list_first_entry(&unlink_list, struct net_device, in netdev_run_todo() 11681 unlink_list); in netdev_run_todo() 11682 list_del_init(&dev->unlink_list); in netdev_run_todo() 12066 INIT_LIST_HEAD(&dev->unlink_list); in alloc_netdev_mqs()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 2309 struct list_head unlink_list; member
|