Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c127 wait_queue_head_t flushq; member
602 wake_up_interruptible(&chan->flushq); in wakeup_all()
917 wake_up_interruptible(&chan->flushq); in process_in_opcode()
922 wake_up_interruptible(&chan->flushq); in process_in_opcode()
1159 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1188 rc = wait_event_interruptible(chan->flushq, in flush_downstream()
1207 rc = wait_event_interruptible_timeout(chan->flushq, in flush_downstream()
1960 init_waitqueue_head(&chan->flushq); in setup_channels()