Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillyusb.c126 wait_queue_head_t flushq; member
596 wake_up_interruptible(&chan->flushq); in wakeup_all()
911 wake_up_interruptible(&chan->flushq); in process_in_opcode()
916 wake_up_interruptible(&chan->flushq); in process_in_opcode()
1153 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1182 rc = wait_event_interruptible(chan->flushq, in flush_downstream()
1201 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1939 init_waitqueue_head(&chan->flushq); in setup_channels()