Lines Matching refs:async_node
84 struct async_node { struct
85 SLIST_ENTRY(async_node) links;
92 SLIST_HEAD(async_list, async_node); argument
2882 struct async_node *cur_entry; in xptsetasyncfunc()
2884 cur_entry = (struct async_node *)arg; in xptsetasyncfunc()
2919 struct async_node *cur_entry; in xptsetasyncbusfunc()
2921 cur_entry = (struct async_node *)arg; in xptsetasyncbusfunc()
2943 struct async_node *cur_entry; in xpt_action_sasync_cb()
2948 cur_entry = (struct async_node *)task->data1; in xpt_action_sasync_cb()
3326 struct async_node *cur_entry; in xpt_action()
3354 async_node, links); in xpt_action()
4640 struct async_node *cur_entry; in xpt_async_bcast()
4644 struct async_node *next_entry; in xpt_async_bcast()