Searched defs:reply_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c119 list_t reply_list; member in struct:xs_handle
188 while (list_empty(&xs_state.reply_list)) {
204 *reply = list_head(&xs_state.reply_list);
205 list_remove(&xs_state.reply_list, *reply);
1020 list_insert_tail(&xs_state.reply_list, msg);
1071 list_create(&xs_state.reply_list, sizeof (struct xs_stored_msg),

Completed in 81 milliseconds