Home
last modified time | relevance | path

Searched refs:ut_wake (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c411 state->bt_thread.ut_wake = B_TRUE; in xpvtap_close()
473 state->bt_thread.ut_wake = B_TRUE; in xpvtap_ioctl()
582 state->bt_thread.ut_wake = B_TRUE; in xpvtap_segmap()
760 state->bt_thread.ut_wake = B_TRUE; in xpvtap_intr()
959 thread->ut_wake = B_FALSE; in xpvtap_user_thread_init()
1017 state->bt_thread.ut_wake = B_TRUE; in xpvtap_user_thread_stop()
1103 if (!thread->ut_wake) { in xpvtap_user_thread()
1113 if (!thread->ut_wake) { in xpvtap_user_thread()
1119 thread->ut_wake = B_FALSE; in xpvtap_user_thread()
H A Dxpvtap.h155 volatile boolean_t ut_wake; member