Searched refs:xs_state (Results 1 – 3 of 3) sorted by relevance
128 } xs_state; variable185 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 …]
77 fmd_stat_t xs_state; /* state name associated with xprt */ member
382 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()