Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dturnstile.h67 extern void turnstile_wakeup(turnstile_t *, int, int, struct _kthread *);
/titanic_44/usr/src/uts/common/os/
H A Drwlock.c498 turnstile_wakeup(ts, TS_READER_Q, nreaders, NULL); in rw_exit_wakeup()
520 turnstile_wakeup(ts, TS_WRITER_Q, 1, next_writer); in rw_exit_wakeup()
594 turnstile_wakeup(ts, TS_READER_Q, nreaders, NULL); in rw_downgrade()
H A Dmutex.c526 turnstile_wakeup(ts, TS_WRITER_Q, ts->ts_waiters, NULL); in mutex_vector_exit()
H A Dturnstile.c718 turnstile_wakeup(turnstile_t *ts, int qnum, int nthreads, kthread_t *owner) in turnstile_wakeup() function
/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_sobj.c677 turnstile_wakeup(ts, TS_WRITER_Q, 1, newowner); in upimutex_unlock()
682 turnstile_wakeup(ts, TS_WRITER_Q, ts->ts_waiters, NULL); in upimutex_unlock()