Home
last modified time | relevance | path

Searched refs:bt_thread (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()
412 state->bt_thread.ut_exit = B_TRUE; in xpvtap_close()
416 &state->bt_thread.ut_mutex); 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()
954 thread = &state->bt_thread; in xpvtap_user_thread_init()
996 thread = &state->bt_thread; in xpvtap_user_thread_start()
1017 state->bt_thread.ut_wake = B_TRUE; in xpvtap_user_thread_stop()
1022 &state->bt_thread.ut_mutex); in xpvtap_user_thread_stop()
[all …]
H A Dxpvtap.h174 xpvtap_user_thread_t bt_thread; member