Searched refs:tun_wake_queue (Results 1 – 3 of 3) sorted by relevance
26 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
3890 void tun_wake_queue(struct file *file, int consumed) in tun_wake_queue() function3912 EXPORT_SYMBOL_GPL(tun_wake_queue);
191 tun_wake_queue(file, rxq->tail); in vhost_net_buf_produce()