Lines Matching defs:close_head
12330 static void netif_close_many_and_unlock(struct list_head *close_head)
12334 netif_close_many(close_head, false);
12337 list_for_each_entry_safe(dev, tmp, close_head, close_list) {
12343 static void netif_close_many_and_unlock_cond(struct list_head *close_head)
12354 netif_close_many_and_unlock(close_head);
12368 LIST_HEAD(close_head);
12399 list_add_tail(&dev->close_list, &close_head);
12402 netif_close_many_and_unlock_cond(&close_head);
12404 netif_close_many_and_unlock(&close_head);
12408 list_add_tail(&dev->close_list, &close_head);
12410 netif_close_many(&close_head, true);