Home
last modified time | relevance | path

Searched refs:clist_local (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2744 struct list_head clist_local; in megasas_wait_for_outstanding() local
2756 INIT_LIST_HEAD(&clist_local); in megasas_wait_for_outstanding()
2759 &clist_local); in megasas_wait_for_outstanding()
2776 while (!list_empty(&clist_local)) { in megasas_wait_for_outstanding()
2777 reset_cmd = list_entry((&clist_local)->next, in megasas_wait_for_outstanding()
3809 struct list_head clist_local; in megasas_issue_pending_cmds_again() local
3814 INIT_LIST_HEAD(&clist_local); in megasas_issue_pending_cmds_again()
3816 list_splice_init(&instance->internal_reset_pending_q, &clist_local); in megasas_issue_pending_cmds_again()
3819 while (!list_empty(&clist_local)) { in megasas_issue_pending_cmds_again()
3820 cmd = list_entry((&clist_local)->next, in megasas_issue_pending_cmds_again()