Home
last modified time | relevance | path

Searched refs:close_head (Results 1 – 1 of 1) sorted by relevance

/linux/net/core/
H A Ddev.c12292 static void netif_close_many_and_unlock(struct list_head *close_head) in netif_close_many_and_unlock() argument
12296 netif_close_many(close_head, false); in netif_close_many_and_unlock()
12299 list_for_each_entry_safe(dev, tmp, close_head, close_list) { in netif_close_many_and_unlock()
12305 static void netif_close_many_and_unlock_cond(struct list_head *close_head) in netif_close_many_and_unlock_cond() argument
12316 netif_close_many_and_unlock(close_head); in netif_close_many_and_unlock_cond()
12324 LIST_HEAD(close_head); in unregister_netdevice_many_notify()
12355 list_add_tail(&dev->close_list, &close_head); in unregister_netdevice_many_notify()
12358 netif_close_many_and_unlock_cond(&close_head); in unregister_netdevice_many_notify()
12360 netif_close_many_and_unlock(&close_head); in unregister_netdevice_many_notify()
12364 list_add_tail(&dev->close_list, &close_head); in unregister_netdevice_many_notify()
[all …]