Searched refs:reqs_active_list (Results 1 – 1 of 1) sorted by relevance
162 struct list_head reqs_active_list; member250 if (list_empty(&sba->reqs_active_list)) in _sba_pending_request()259 if (list_empty(&sba->reqs_active_list)) in _sba_active_request()265 list_move_tail(&req->node, &sba->reqs_active_list); in _sba_active_request()279 if (list_empty(&sba->reqs_active_list)) in _sba_abort_request()291 if (list_empty(&sba->reqs_active_list)) in _sba_free_request()337 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()477 list_for_each_entry(req, &sba->reqs_active_list, node) in sba_write_stats_in_seqfile()1496 INIT_LIST_HEAD(&sba->reqs_active_list); in sba_prealloc_channel_resources()