Searched refs:wqueue (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/rc/ |
D | ir-rx51.c | 33 wait_queue_head_t wqueue; member 108 wake_up_interruptible(&ir_rx51->wqueue); in ir_rx51_timer_cb() 124 wait_event_interruptible(ir_rx51->wqueue, ir_rx51->wbuf_index < 0); in ir_rx51_tx() 144 wait_event_interruptible(ir_rx51->wqueue, ir_rx51->wbuf_index < 0); in ir_rx51_tx()
|
/Linux-v4.19/include/linux/ |
D | pktcdvd.h | 181 wait_queue_head_t wqueue; member
|
/Linux-v4.19/drivers/net/ |
D | tap.c | 482 wait_queue_head_t *wqueue; in tap_sock_write_space() local 488 wqueue = sk_sleep(sk); in tap_sock_write_space() 489 if (wqueue && waitqueue_active(wqueue)) in tap_sock_write_space() 490 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space()
|
D | tun.c | 2336 wait_queue_head_t *wqueue; in tun_sock_write_space() local 2344 wqueue = sk_sleep(sk); in tun_sock_write_space() 2345 if (wqueue && waitqueue_active(wqueue)) in tun_sock_write_space() 2346 wake_up_interruptible_sync_poll(wqueue, EPOLLOUT | in tun_sock_write_space()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_logmgr.c | 1429 log->wqueue = NULL; in lmLogInit() 1818 log->wqueue = NULL; in lbmLogInit() 2060 tail = log->wqueue; in lbmWrite() 2066 log->wqueue = bp; in lbmWrite() 2069 log->wqueue = bp; in lbmWrite() 2255 tail = log->wqueue; in lbmIODone() 2263 log->wqueue = NULL; in lbmIODone()
|
D | jfs_logmgr.h | 411 struct lbuf *wqueue; /* 4: log pageout queue */ member
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | adf7242.c | 279 struct workqueue_struct *wqueue; member 580 mod_delayed_work(lp->wqueue, &lp->work, msecs_to_jiffies(400)); in adf7242_cmd_rx() 978 mod_delayed_work(lp->wqueue, &lp->work, msecs_to_jiffies(400)); in adf7242_isr() 1269 lp->wqueue = alloc_ordered_workqueue(dev_name(&spi->dev), in adf7242_probe() 1314 destroy_workqueue(lp->wqueue); in adf7242_remove()
|
/Linux-v4.19/drivers/block/ |
D | pktcdvd.c | 515 wake_up(&pd->wqueue); in pkt_bio_finished() 822 wake_up(&pd->wqueue); in pkt_queue_bio() 961 wake_up(&pd->wqueue); in pkt_end_io_read() 979 wake_up(&pd->wqueue); in pkt_end_io_packet_write() 1442 add_wait_queue(&pd->wqueue, &wait); in kcdrwd() 1497 remove_wait_queue(&pd->wqueue, &wait); in kcdrwd() 2376 wake_up(&pd->wqueue); in pkt_make_request_write() 2423 wake_up(&pd->wqueue); in pkt_make_request_write() 2429 wake_up(&pd->wqueue); in pkt_make_request_write() 2737 init_waitqueue_head(&pd->wqueue); in pkt_setup_dev()
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 563 wait_queue_head_t *wqueue = (wait_queue_head_t *)cookie; in ep_poll_wakeup_proc() local 565 spin_lock_irqsave_nested(&wqueue->lock, flags, call_nests + 1); in ep_poll_wakeup_proc() 566 wake_up_locked_poll(wqueue, EPOLLIN); in ep_poll_wakeup_proc() 567 spin_unlock_irqrestore(&wqueue->lock, flags); in ep_poll_wakeup_proc()
|
/Linux-v4.19/drivers/md/ |
D | md.h | 651 wait_queue_head_t wqueue; member
|
D | md-cluster.c | 543 wait_event(mddev->thread->wqueue, in process_metadata_update()
|
D | md.c | 7545 (thread->wqueue, in md_thread() 7565 wake_up(&thread->wqueue); in md_wakeup_thread() 7579 init_waitqueue_head(&thread->wqueue); in md_register_thread()
|