Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dshuttle.c43 static disp_lock_t shuttle_lock; /* lock on shuttle objects */ variable
94 disp_lock_enter_high(&shuttle_lock); in shuttle_resume()
119 THREAD_SLEEP(curthread, &shuttle_lock); in shuttle_resume()
120 disp_lock_exit_high(&shuttle_lock); in shuttle_resume()
186 disp_lock_enter_high(&shuttle_lock); in shuttle_swtch()
195 THREAD_SLEEP(curthread, &shuttle_lock); in shuttle_swtch()
197 disp_lock_exit_high(&shuttle_lock); in shuttle_swtch()
223 disp_lock_enter_high(&shuttle_lock); in shuttle_sleep()
234 THREAD_SLEEP(t, &shuttle_lock); in shuttle_sleep()
235 disp_lock_exit_high(&shuttle_lock); in shuttle_sleep()