| /linux/fs/ecryptfs/ |
| H A D | kthread.c | 27 struct list_head req_list; member 50 (!list_empty(&ecryptfs_kthread_ctl.req_list) in ecryptfs_threadfn() 57 while (!list_empty(&ecryptfs_kthread_ctl.req_list)) { in ecryptfs_threadfn() 58 req = list_first_entry(&ecryptfs_kthread_ctl.req_list, in ecryptfs_threadfn() 78 INIT_LIST_HEAD(&ecryptfs_kthread_ctl.req_list); in ecryptfs_init_kthread() 95 list_for_each_entry_safe(req, tmp, &ecryptfs_kthread_ctl.req_list, in ecryptfs_destroy_kthread() 151 list_add_tail(&req.kthread_ctl_list, &ecryptfs_kthread_ctl.req_list); in ecryptfs_privileged_open()
|
| /linux/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_client.c | 41 struct request_list *req_list = &cli_data->req_list; in amd_sfh_get_report() local 62 list_add(&new->list, &req_list->list); in amd_sfh_get_report() 73 struct request_list *req_list = &cli_data->req_list; in amd_sfh_work() local 84 req_node = list_last_entry(&req_list->list, struct request_list, list); in amd_sfh_work() 115 if (!list_empty(&req_list->list)) in amd_sfh_work() 224 struct request_list *req_list; in amd_sfh_hid_client_init() local 231 req_list = &cl_data->req_list; in amd_sfh_hid_client_init() 245 INIT_LIST_HEAD(&req_list->list); in amd_sfh_hid_client_init()
|
| H A D | amd_sfh_hid.h | 56 struct request_list req_list; member
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 94 * @req_lock: lock protecting req_list and requests statuses 95 * @req_list: accounting for requests which have been sent 118 struct list_head req_list; member 203 list_for_each_entry_safe(req, rtmp, &m->req_list, req_list) { in p9_conn_cancel() 204 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 207 list_for_each_entry_safe(req, rtmp, &m->unsent_req_list, req_list) { in p9_conn_cancel() 208 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 214 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel() 216 list_del(&req->req_list); in p9_conn_cancel() 369 list_del(&m->rreq->req_list); in p9_read_work() [all …]
|
| H A D | trans_usbg.c | 140 list_del(&p9_req->req_list); in usb9pfs_transmit() 502 list_del(&req->req_list); in p9_usbg_cancel()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_gadget.h | 89 struct list_head req_list; member 93 /* true if lock must be dropped but req_list may not be advanced */ 103 struct list_head *queue = &ep->req_list; in next_request()
|
| H A D | musb_gadget.c | 194 while (!list_empty(&ep->req_list)) { in nuke() 195 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke() 1245 list_add_tail(&request->list, &musb_ep->req_list); in musb_gadget_queue() 1248 if (!musb_ep->busy && &request->list == musb_ep->req_list.next) { in musb_gadget_queue() 1283 list_for_each_entry(r, &musb_ep->req_list, list) { in musb_gadget_dequeue() 1295 if (musb_ep->req_list.next != &req->list || musb_ep->busy) in musb_gadget_dequeue() 1705 INIT_LIST_HEAD(&ep->req_list); in init_peripheral_ep()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | hwa742.c | 475 LIST_HEAD(req_list); in __hwa742_update_window_auto() 478 create_req_list(&hwa742.auto_update_window, &req_list, can_sleep); in __hwa742_update_window_auto() 479 last = list_entry(req_list.prev, struct hwa742_request, entry); in __hwa742_update_window_auto() 484 submit_req_list(&req_list); in __hwa742_update_window_auto() 497 LIST_HEAD(req_list); in hwa742_update_window_async() 514 create_req_list(win, &req_list, true); in hwa742_update_window_async() 515 last = list_entry(req_list.prev, struct hwa742_request, entry); in hwa742_update_window_async() 520 submit_req_list(&req_list); in hwa742_update_window_async() 556 LIST_HEAD(req_list); in hwa742_sync() 567 list_add(&req->entry, &req_list); in hwa742_sync() [all …]
|
| /linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
| H A D | amd_sfh_init.c | 116 struct request_list *req_list; in amd_sfh1_1_hid_client_init() local 123 req_list = &cl_data->req_list; in amd_sfh1_1_hid_client_init() 134 INIT_LIST_HEAD(&req_list->list); in amd_sfh1_1_hid_client_init()
|
| /linux/include/linux/ |
| H A D | interconnect-provider.h | 89 * @req_list: a list of QoS constraint requests associated with this node 107 struct hlist_head req_list; member
|
| /linux/drivers/nvdimm/ |
| H A D | virtio_pmem.h | 43 struct list_head req_list; member
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_aux.c | 378 adapter->req_list = zfcp_reqlist_alloc(); in zfcp_adapter_enqueue() 379 if (!adapter->req_list) in zfcp_adapter_enqueue() 480 kfree(adapter->req_list); in zfcp_adapter_release()
|
| H A D | zfcp_ccw.c | 175 BUG_ON(!zfcp_reqlist_isempty(adapter->req_list)); in zfcp_ccw_set_online()
|
| H A D | zfcp_def.h | 167 struct zfcp_reqlist *req_list; member
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_io.c | 100 list_add_tail(&startrq->req_list, &a->defer_list); in esas2r_start_request() 131 list_add_tail(&rq->req_list, &a->active_list); in esas2r_local_start_request() 783 rq = list_entry(element, struct esas2r_request, req_list); in esas2r_send_task_mgmt() 817 req_list); in esas2r_send_task_mgmt() 863 list_del_init(&rq->req_list); in esas2r_ioreq_aborted()
|
| H A D | esas2r_int.c | 269 list_del(&rq->req_list); in esas2r_get_outbound_responses() 348 req_list); in esas2r_do_deferred_processes() 433 rq = list_entry(element, struct esas2r_request, req_list); in esas2r_process_adapter_reset() 462 rq = list_entry(element, struct esas2r_request, req_list); in esas2r_process_bus_reset()
|
| H A D | esas2r_disc.c | 481 list_add_tail(&rq->req_list, &a->defer_list); in esas2r_disc_start_request() 493 list_add_tail(&rq->req_list, &a->active_list); in esas2r_disc_local_start_request() 1171 rq = list_entry(element, struct esas2r_request, req_list); in esas2r_disc_fix_curr_requests()
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 111 struct hpre_asym_request **req_list; member 186 ctx->req_list[id] = hpre_req; in hpre_add_req_to_ctx() 203 ctx->req_list[id] = NULL; in hpre_rm_req_from_ctx() 353 req = ctx->req_list[id]; in hpre_alg_res_post_hf() 386 ctx->req_list = kcalloc(qlen, sizeof(void *), GFP_KERNEL); in hpre_ctx_set() 387 if (!ctx->req_list) in hpre_ctx_set() 400 kfree(ctx->req_list); in hpre_ctx_clear() 473 struct hpre_asym_request *req = ctx->req_list[le16_to_cpu(sqe->tag)]; in hpre_alg_cb()
|
| /linux/include/net/9p/ |
| H A D | client.h | 75 * @req_list: link for higher level objects to chain requests 84 struct list_head req_list; member
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3.h | 288 struct list_head req_list; member 387 return list_first_entry_or_null(&mep->req_list, struct mtu3_request, in next_request()
|
| H A D | mtu3_gadget_ep0.c | 824 if (!list_empty(&mep->req_list)) in ep0_queue() 827 list_add_tail(&mreq->list, &mep->req_list); in ep0_queue() 881 if (!list_empty(&mep->req_list)) { in mtu3_ep0_halt()
|
| /linux/drivers/scsi/ |
| H A D | hptiop.c | 700 dprintk("get_req : req=%p\n", hba->req_list); in get_req() 702 ret = hba->req_list; in get_req() 704 hba->req_list = ret->next; in get_req() 712 req->next = hba->req_list; in free_req() 713 hba->req_list = req; in free_req() 1427 hba->req_list = NULL; in hptiop_probe()
|
| H A D | hptiop.h | 318 struct hptiop_request * req_list; member
|
| /linux/fs/fuse/ |
| H A D | dev_uring.c | 109 LIST_HEAD(req_list); in fuse_uring_abort_end_queue_requests() 114 list_splice_init(&queue->fuse_req_queue, &req_list); in fuse_uring_abort_end_queue_requests() 118 fuse_dev_end_requests(&req_list); in fuse_uring_abort_end_queue_requests()
|
| /linux/drivers/net/ethernet/myricom/myri10ge/ |
| H A D | myri10ge.c | 143 struct mcp_kreq_ether_send *req_list; /* host shadow of sendq */ member 1967 * sizeof(*ss->tx.req_list); in myri10ge_allocate_rings() 1972 /* ensure req_list entries are aligned to 8 bytes */ in myri10ge_allocate_rings() 1973 ss->tx.req_list = (struct mcp_kreq_ether_send *) in myri10ge_allocate_rings() 2070 ss->tx.req_list = NULL; in myri10ge_allocate_rings() 2084 if (ss->tx.req_list == NULL) in myri10ge_free_rings() 2145 ss->tx.req_list = NULL; in myri10ge_free_rings() 2645 req = tx->req_list; in myri10ge_xmit() 2853 myri10ge_submit_req(tx, tx->req_list, count); in myri10ge_xmit()
|