Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mailbox/
Dmailbox.c65 if (!chan->msg_count || chan->active_req) in msg_submit()
82 chan->active_req = data; in msg_submit()
100 mssg = chan->active_req; in tx_tick()
101 chan->active_req = NULL; in tx_tick()
125 if (chan->active_req && chan->cl) { in txdone_hrtimer()
264 if (chan->cl->tx_block && chan->active_req) { in mbox_send_message()
347 chan->active_req = NULL; in mbox_request_channel()
414 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.c498 chan->active_req = NULL; in omap_mbox_request_channel()
/linux-4.4.14/include/linux/
Dmailbox_controller.h122 void *active_req; member
/linux-4.4.14/drivers/block/
Dnbd.c50 struct request *active_req; member
305 err = wait_event_interruptible(nbd->active_wq, nbd->active_req != xreq); in nbd_find_request()
474 BUG_ON(nbd->active_req); in nbd_clear_que()
517 nbd->active_req = req; in nbd_handle_req()
532 nbd->active_req = NULL; in nbd_handle_req()