Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_plug.c184 netif_schedule_queue(sch->dev_queue); in plug_change()
192 netif_schedule_queue(sch->dev_queue); in plug_change()
Dsch_generic.c484 netif_schedule_queue(txq); in netif_unfreeze_queues()
/Linux-v6.6/include/linux/
Dnetdevice.h3282 void netif_schedule_queue(struct netdev_queue *txq);
3289 netif_schedule_queue(netdev_get_tx_queue(dev, i)); in netif_tx_schedule_all()
3547 netif_schedule_queue(dev_queue); in netdev_tx_completed_queue()
/Linux-v6.6/net/core/
Ddev.c3145 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue() function
3155 EXPORT_SYMBOL(netif_schedule_queue);