HomeSort by: relevance | last modified time | path
    Searched defs:xs_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_xs.c 88 static struct xs_handle xs_state; variable in typeref:struct:xs_handle
121 mutex_enter(&xs_state.reply_lock);
122 while (SIMPLEQ_EMPTY(&xs_state.reply_list)) {
123 cv_wait(&xs_state.reply_cv, &xs_state.reply_lock);
125 msg = SIMPLEQ_FIRST(&xs_state.reply_list);
126 SIMPLEQ_REMOVE_HEAD(&xs_state.reply_list, msg_next);
127 mutex_exit(&xs_state.reply_lock);
163 mutex_enter(&xs_state.xs_lock);
171 mutex_exit(&xs_state.xs_lock)
    [all...]

Completed in 12 milliseconds