Searched refs:reqs_active_list (Results 1 – 1 of 1) sorted by relevance
154 struct list_head reqs_active_list; member241 if (list_empty(&sba->reqs_active_list)) in _sba_pending_request()250 if (list_empty(&sba->reqs_active_list)) in _sba_active_request()256 list_move_tail(&req->node, &sba->reqs_active_list); in _sba_active_request()270 if (list_empty(&sba->reqs_active_list)) in _sba_abort_request()282 if (list_empty(&sba->reqs_active_list)) in _sba_free_request()328 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()468 list_for_each_entry(req, &sba->reqs_active_list, node) in sba_write_stats_in_seqfile()1486 INIT_LIST_HEAD(&sba->reqs_active_list); in sba_prealloc_channel_resources()