Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/
H A Dcam_xpt_internal.h108 struct async_list asyncs; /* Async callback info for this B/T/L */
H A Dcam_xpt.h74 SLIST_HEAD(async_list, async_node);
H A Dcam_xpt.c247 static void xpt_async_bcast(struct async_list *async_head,
3015 struct async_list *async_head; in xpt_action_default()
4405 xpt_async_bcast(struct async_list *async_head, in xpt_async_bcast()
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Duverbs.h183 struct list_head async_list; member
H A Dib_uverbs_main.c199 list_for_each_entry_safe(evt, tmp, &uobj->async_list, obj_list) { in ib_uverbs_release_ucq()
580 event->event, &uobj->async_list, in ib_uverbs_cq_event_handler()
H A Dib_uverbs_cmd.c1408 INIT_LIST_HEAD(&obj->async_list); in create_cq()