Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c128 } xs_state; variable
185 mutex_enter(&xs_state.reply_lock); in read_reply()
188 while (list_empty(&xs_state.reply_list)) { in read_reply()
190 if (cv_wait_sig(&xs_state.reply_cv, in read_reply()
191 &xs_state.reply_lock) == 0) { in read_reply()
192 mutex_exit(&xs_state.reply_lock); in read_reply()
197 mutex_exit(&xs_state.reply_lock); in read_reply()
200 mutex_enter(&xs_state.reply_lock); in read_reply()
204 *reply = list_head(&xs_state.reply_list); in read_reply()
205 list_remove(&xs_state.reply_list, *reply); in read_reply()
[all …]
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h77 fmd_stat_t xs_state; /* state name associated with xprt */ member
H A Dfmd_xprt.c382 fmd_strfree(xip->xi_stats->xs_state.fmds_value.str); in fmd_xprt_transition()
383 xip->xi_stats->xs_state.fmds_value.str = s; in fmd_xprt_transition()