Searched refs:clist_local (Results 1 – 1 of 1) sorted by relevance
2751 struct list_head clist_local; in megasas_wait_for_outstanding() local2763 INIT_LIST_HEAD(&clist_local); in megasas_wait_for_outstanding()2766 &clist_local); in megasas_wait_for_outstanding()2783 while (!list_empty(&clist_local)) { in megasas_wait_for_outstanding()2784 reset_cmd = list_entry((&clist_local)->next, in megasas_wait_for_outstanding()3821 struct list_head clist_local; in megasas_issue_pending_cmds_again() local3826 INIT_LIST_HEAD(&clist_local); in megasas_issue_pending_cmds_again()3828 list_splice_init(&instance->internal_reset_pending_q, &clist_local); in megasas_issue_pending_cmds_again()3831 while (!list_empty(&clist_local)) { in megasas_issue_pending_cmds_again()3832 cmd = list_entry((&clist_local)->next, in megasas_issue_pending_cmds_again()