Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.h435 wait_queue_head_t svc_wait; member
Dmtip32xx.c168 wake_up_interruptible(&dd->port->svc_wait); in mtip_check_surprise_removal()
782 wake_up_interruptible(&port->svc_wait); in mtip_handle_tfe()
880 wake_up_interruptible(&dd->port->svc_wait); in mtip_process_errors()
1132 wake_up_interruptible(&port->svc_wait); in mtip_exec_internal_command()
1266 wake_up_interruptible(&port->svc_wait); in mtip_exec_internal_command()
2948 wait_event_interruptible(port->svc_wait, (port->flags) && in mtip_service_thread()
3278 init_waitqueue_head(&dd->port->svc_wait); in mtip_hw_init()
4053 wake_up_interruptible(&dd->port->svc_wait); in mtip_block_remove()