Searched refs:reqs_alloc_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | bcm-sba-raid.c | 160 struct list_head reqs_alloc_list; member 212 list_move_tail(&req->node, &sba->reqs_alloc_list); in sba_alloc_request() 332 list_for_each_entry_safe(req, req1, &sba->reqs_alloc_list, node) in sba_cleanup_nonpending_requests() 470 list_for_each_entry(req, &sba->reqs_alloc_list, node) in sba_write_stats_in_seqfile() 1492 INIT_LIST_HEAD(&sba->reqs_alloc_list); in sba_prealloc_channel_resources()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | bcm-sba-raid.c | 152 struct list_head reqs_alloc_list; member 204 list_move_tail(&req->node, &sba->reqs_alloc_list); in sba_alloc_request() 324 list_for_each_entry_safe(req, req1, &sba->reqs_alloc_list, node) in sba_cleanup_nonpending_requests() 462 list_for_each_entry(req, &sba->reqs_alloc_list, node) in sba_write_stats_in_seqfile() 1484 INIT_LIST_HEAD(&sba->reqs_alloc_list); in sba_prealloc_channel_resources()
|
Completed in 8 milliseconds