Searched refs:pc_cv (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 184 kcondvar_t pc_cv; /* cv to wait on if needed */ member
|
/titanic_44/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 827 rval = cv_wait_sig(&pcp->pc_cv, &pcp->pc_lock); in ksocket_spoll() 829 rval = cv_timedwait_sig(&pcp->pc_cv, &pcp->pc_lock, in ksocket_spoll()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | page.h | 1211 extern kcondvar_t pc_cv;
|
H A D | page_retire.c | 1084 cv_signal(&pc_cv); in page_retire()
|
H A D | vm_page.c | 6178 kcondvar_t pc_cv; variable 6463 cv_signal(&pc_cv); in page_capture_add_hash() 7116 cv_init(&pc_cv, NULL, CV_DEFAULT, NULL); in page_capture_init() 7375 (void) cv_reltimedwait(&pc_cv, &pc_thread_mutex, in page_capture_thread()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | poll.c | 551 error = cv_timedwait_sig_hrtime(&pcp->pc_cv, in poll_common() 934 cv_signal(&pcp->pc_cv); in pollnotify() 2761 cv_destroy(&pcp->pc_cv); in pcache_destroy()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | devpoll.c | 825 error = cv_timedwait_sig_hrtime(&pcp->pc_cv, in dpioctl()
|