Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_tun.h26 void tun_wake_queue(struct file *file, int consumed);
60 static inline void tun_wake_queue(struct file *f, int consumed) {} in tun_wake_queue() function
/linux/drivers/net/
H A Dtun.c3890 void tun_wake_queue(struct file *file, int consumed) in tun_wake_queue() function
3912 EXPORT_SYMBOL_GPL(tun_wake_queue);
/linux/drivers/vhost/
H A Dnet.c191 tun_wake_queue(file, rxq->tail); in vhost_net_buf_produce()