Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mailbox/
Dmailbox.c67 if (!chan->msg_count || chan->active_req) in msg_submit()
84 chan->active_req = data; in msg_submit()
100 mssg = chan->active_req; in tx_tick()
101 chan->active_req = NULL; in tx_tick()
124 if (chan->active_req && chan->cl) { in poll_txdone()
261 if (chan->cl->tx_block && chan->active_req) { in mbox_send_message()
339 chan->active_req = NULL; in mbox_request_channel()
377 chan->active_req = NULL; in mbox_free_channel()
Dpcc.c133 chan->active_req = NULL; in pcc_mbox_request_channel()
161 chan->active_req = NULL; in pcc_mbox_free_channel()
Domap-mailbox.c491 chan->active_req = NULL; in omap_mbox_request_channel()
/linux-4.1.27/include/linux/
Dmailbox_controller.h121 void *active_req; member
/linux-4.1.27/drivers/block/
Dnbd.c50 struct request *active_req; member
286 err = wait_event_interruptible(nbd->active_wq, nbd->active_req != xreq); in nbd_find_request()
430 BUG_ON(nbd->active_req); in nbd_clear_que()
484 nbd->active_req = req; in nbd_handle_req()
496 nbd->active_req = NULL; in nbd_handle_req()