Searched refs:unlink_list (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 80 struct list_head unlink_list
|
| /linux-6.15/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 958 struct list_head *unlink_list) in vhci_cleanup_unlink_list() argument 969 list_for_each_entry_safe(unlink, tmp, unlink_list, list) { in vhci_cleanup_unlink_list()
|
| /linux-6.15/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 | 8148 if (list_empty(&dev->unlink_list)) in net_unlink_todo() 8149 list_add_tail(&dev->unlink_list, &net_unlink_list); in net_unlink_todo() 11252 struct list_head unlink_list; in netdev_run_todo() local 11254 list_replace_init(&net_unlink_list, &unlink_list); in netdev_run_todo() 11256 while (!list_empty(&unlink_list)) { in netdev_run_todo() 11257 dev = list_first_entry(&unlink_list, struct net_device, in netdev_run_todo() 11258 unlink_list); in netdev_run_todo() 11259 list_del_init(&dev->unlink_list); in netdev_run_todo() 11643 INIT_LIST_HEAD(&dev->unlink_list); in alloc_netdev_mqs()
|
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 2261 struct list_head unlink_list; member
|