Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpoll.h133 extern int polllock(pollhead_t *, kmutex_t *);
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c992 if (polllock(php, &pty->ptc_lock) != 0) { in ptcpoll()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c8221 if (polllock(&stp->sd_pollist, QLOCK(tq)) != 0) { in strpoll()
8235 if (polllock(&stp->sd_pollist, in strpoll()
8253 if (polllock(&stp->sd_pollist, in strpoll()
8290 if (polllock(&stp->sd_pollist, &stp->sd_lock) != 0) { in strpoll()
8346 if (polllock(&stp->sd_pollist, &stp->sd_lock) != 0) { in strpoll()
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1778 if (polllock(&stp->sd_pollist, &fn_lock->flk_lock) != 0) { in fifo_poll()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c310 polllock(pollhead_t *php, kmutex_t *lp) in polllock() function