Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_xpt.c233 static void xpt_async_bcast(struct async_list *async_head,
2872 struct async_list *async_head; in xpt_action_default() local
2877 async_head = &path->device->asyncs; in xpt_action_default()
2883 cur_entry = SLIST_FIRST(async_head); in xpt_action_default()
2898 SLIST_REMOVE(async_head, cur_entry, in xpt_action_default()
2918 SLIST_INSERT_HEAD(async_head, cur_entry, links); in xpt_action_default()
4239 xpt_async_bcast(struct async_list *async_head, in xpt_async_bcast() argument
4246 cur_entry = SLIST_FIRST(async_head); in xpt_async_bcast()