Lines Matching defs:req_list
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;
203 list_for_each_entry_safe(req, rtmp, &m->req_list, req_list) {
204 list_move(&req->req_list, &cancel_list);
207 list_for_each_entry_safe(req, rtmp, &m->unsent_req_list, req_list) {
208 list_move(&req->req_list, &cancel_list);
214 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) {
216 list_del(&req->req_list);
369 list_del(&m->rreq->req_list);
394 if (!list_empty(&m->req_list)) {
469 req_list);
472 list_move_tail(&req->req_list, &m->req_list);
597 INIT_LIST_HEAD(&m->req_list);
685 list_add_tail(&req->req_list, &m->unsent_req_list);
704 list_del(&req->req_list);
733 list_del(&req->req_list);