Searched refs:clist_local (Results 1 – 1 of 1) sorted by relevance
2754 struct list_head clist_local; in megasas_wait_for_outstanding() local2766 INIT_LIST_HEAD(&clist_local); in megasas_wait_for_outstanding()2769 &clist_local); in megasas_wait_for_outstanding()2786 while (!list_empty(&clist_local)) { in megasas_wait_for_outstanding()2787 reset_cmd = list_entry((&clist_local)->next, in megasas_wait_for_outstanding()3818 struct list_head clist_local; in megasas_issue_pending_cmds_again() local3823 INIT_LIST_HEAD(&clist_local); in megasas_issue_pending_cmds_again()3825 list_splice_init(&instance->internal_reset_pending_q, &clist_local); in megasas_issue_pending_cmds_again()3828 while (!list_empty(&clist_local)) { in megasas_issue_pending_cmds_again()3829 cmd = list_entry((&clist_local)->next, in megasas_issue_pending_cmds_again()