Searched refs:reqs_active_list (Results 1 – 1 of 1) sorted by relevance
162 struct list_head reqs_active_list; member249 if (list_empty(&sba->reqs_active_list)) in _sba_pending_request()258 if (list_empty(&sba->reqs_active_list)) in _sba_active_request()264 list_move_tail(&req->node, &sba->reqs_active_list); in _sba_active_request()278 if (list_empty(&sba->reqs_active_list)) in _sba_abort_request()290 if (list_empty(&sba->reqs_active_list)) in _sba_free_request()336 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()476 list_for_each_entry(req, &sba->reqs_active_list, node) in sba_write_stats_in_seqfile()1494 INIT_LIST_HEAD(&sba->reqs_active_list); in sba_prealloc_channel_resources()