Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
HDcam_xpt.c752 static void xpt_async_bcast(struct async_list *async_head,
3327 struct async_list *async_head; in xpt_action() local
3332 async_head = &csa->ccb_h.path->device->asyncs; in xpt_action()
3338 cur_entry = SLIST_FIRST(async_head); in xpt_action()
3353 SLIST_REMOVE(async_head, cur_entry, in xpt_action()
3367 SLIST_INSERT_HEAD(async_head, cur_entry, links); in xpt_action()
4636 xpt_async_bcast(struct async_list *async_head, in xpt_async_bcast() argument
4642 cur_entry = SLIST_FIRST(async_head); in xpt_async_bcast()