Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/xillybus/
Dxillyusb.c126 wait_queue_head_t flushq; member
605 wake_up_interruptible(&chan->flushq); in wakeup_all()
920 wake_up_interruptible(&chan->flushq); in process_in_opcode()
925 wake_up_interruptible(&chan->flushq); in process_in_opcode()
1162 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1191 rc = wait_event_interruptible(chan->flushq, in flush_downstream()
1210 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1955 init_waitqueue_head(&chan->flushq); in setup_channels()