Home
last modified time | relevance | path

Searched refs:req_list (Results 1 – 25 of 36) sorted by relevance

12

/linux/fs/ecryptfs/
H A Dkthread.c27 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 Damd_sfh_client.c41 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 Damd_sfh_hid.h56 struct request_list req_list; member
/linux/net/9p/
H A Dtrans_fd.c82 struct list_head req_list; member
167 list_for_each_entry_safe(req, rtmp, &m->req_list, req_list) { in p9_conn_cancel()
168 list_move(&req->req_list, &cancel_list); in p9_conn_cancel()
171 list_for_each_entry_safe(req, rtmp, &m->unsent_req_list, req_list) { in p9_conn_cancel()
172 list_move(&req->req_list, &cancel_list); in p9_conn_cancel()
178 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
180 list_del(&req->req_list); in p9_conn_cancel()
333 list_del(&m->rreq->req_list); in p9_read_work()
358 if (!list_empty(&m->req_list)) { in p9_read_work()
433 req_list); in p9_write_work()
[all …]
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c475 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/usb/musb/
H A Dmusb_gadget.h89 struct list_head req_list; member
103 struct list_head *queue = &ep->req_list; in next_request()
H A Dmusb_gadget.c194 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()
1282 list_for_each_entry(r, &musb_ep->req_list, list) { in musb_gadget_dequeue()
1294 if (musb_ep->req_list.next != &req->list || musb_ep->busy) in musb_gadget_dequeue()
1703 INIT_LIST_HEAD(&ep->req_list); in init_peripheral_ep()
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c116 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/drivers/scsi/esas2r/
H A Desas2r_io.c100 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 Desas2r_int.c269 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 Desas2r_disc.c481 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()
H A Desas2r_init.c323 INIT_LIST_HEAD(&a->general_req.req_list); in esas2r_init_adapter()
335 INIT_LIST_HEAD(&last_request->req_list); in esas2r_init_adapter()
918 INIT_LIST_HEAD(&rq->req_list); in esas2r_init_adapter_struct()
/linux/drivers/nvdimm/
H A Dvirtio_pmem.h43 struct list_head req_list; member
/linux/drivers/usb/mtu3/
H A Dmtu3.h296 struct list_head req_list; member
395 return list_first_entry_or_null(&mep->req_list, struct mtu3_request, in next_request()
H A Dmtu3_gadget_ep0.c824 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/nvme/target/
H A Dfc.c127 struct list_head req_list; member
744 struct nvmet_fc_defer_fcp_req, req_list); in nvmet_fc_free_fcp_iod()
752 list_del(&deferfcp->req_list); in nvmet_fc_free_fcp_iod()
757 list_add_tail(&deferfcp->req_list, &queue->avail_defer_list); in nvmet_fc_free_fcp_iod()
902 req_list) { in nvmet_fc_delete_target_queue()
903 list_del(&deferfcp->req_list); in nvmet_fc_delete_target_queue()
909 struct nvmet_fc_defer_fcp_req, req_list); in nvmet_fc_delete_target_queue()
913 list_del(&deferfcp->req_list); in nvmet_fc_delete_target_queue()
2712 struct nvmet_fc_defer_fcp_req, req_list); in nvmet_fc_rcv_fcp_req()
2715 list_del(&deferfcp->req_list); in nvmet_fc_rcv_fcp_req()
[all …]
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c111 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/drivers/usb/gadget/function/
H A Df_hid.c773 struct f_hidg_req_list *req_list; in hidg_intout_complete() local
778 req_list = kzalloc(sizeof(*req_list), GFP_ATOMIC); in hidg_intout_complete()
779 if (!req_list) { in hidg_intout_complete()
784 req_list->req = req; in hidg_intout_complete()
787 list_add_tail(&req_list->list, &hidg->completed_out_req); in hidg_intout_complete()
/linux/include/linux/
H A Dinterconnect-provider.h107 struct hlist_head req_list; member
/linux/drivers/s390/scsi/
H A Dzfcp_def.h167 struct zfcp_reqlist *req_list; member
/linux/drivers/scsi/
H A Dhptiop.c700 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 Dhptiop.h318 struct hptiop_request * req_list; member
/linux/include/net/9p/
H A Dclient.h90 struct list_head req_list; member
/linux/drivers/nvme/host/
H A Dtcp.c148 struct llist_head req_list; member
396 !llist_empty(&queue->req_list); in nvme_tcp_queue_has_pending()
411 empty = llist_add(&req->lentry, &queue->req_list) && in nvme_tcp_queue_request()
434 for (node = llist_del_all(&queue->req_list); node; node = node->next) { in nvme_tcp_process_req_list()
790 llist_add(&req->lentry, &queue->req_list); in nvme_tcp_handle_r2t()
1774 init_llist_head(&queue->req_list); in nvme_tcp_alloc_queue()
2756 if (!llist_empty(&queue->req_list)) in nvme_tcp_commit_rqs()
/linux/fs/fuse/
H A Ddev_uring.c110 LIST_HEAD(req_list); in fuse_uring_abort_end_queue_requests()
115 list_splice_init(&queue->fuse_req_queue, &req_list); in fuse_uring_abort_end_queue_requests()
119 fuse_dev_end_requests(&req_list); in fuse_uring_abort_end_queue_requests()

12