Searched refs:async_head (Results 1 – 1 of 1) sorted by relevance
242 static void xpt_async_bcast(struct async_list *async_head,2900 struct async_list *async_head; in xpt_action_default() local2905 async_head = &path->device->asyncs; in xpt_action_default()2911 cur_entry = SLIST_FIRST(async_head); in xpt_action_default()2926 SLIST_REMOVE(async_head, cur_entry, in xpt_action_default()2946 SLIST_INSERT_HEAD(async_head, cur_entry, links); in xpt_action_default()4268 xpt_async_bcast(struct async_list *async_head, in xpt_async_bcast() argument4275 cur_entry = SLIST_FIRST(async_head); in xpt_async_bcast()