Searched refs:pollstate_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 104 typedef struct pollstate pollstate_t; typedef 140 pollstate_t *ps_contend_nextp; /* next in contender list */ 141 pollstate_t **ps_contend_pnextp; /* pointer-to-previous-next */ 290 extern pollstate_t *pollstate_create(void); 291 extern void pollstate_destroy(pollstate_t *); 308 extern int pcache_insert(pollstate_t *, file_t *, pollfd_t *, int *, ssize_t, 310 extern int pcache_poll(pollfd_t *, pollstate_t *, nfds_t, int *, int); 330 extern int pcache_delete_fd(pollstate_t *, int, size_t, int, uint_t); 334 extern void pcache_clean_entry(pollstate_t *, int); 352 extern int pcacheset_cache_list(pollstate_t *, pollfd_t *, int *, int); [all …]
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | poll.c | 107 static pollstate_t *pollstate_contenders = NULL; 110 static int pollchecksanity(pollstate_t *, nfds_t); 111 static int pollcheckxref(pollstate_t *, int); 113 static int pollcheckrevents(pollstate_t *, int, int, int); 114 static void checkpolldat(pollstate_t *); 116 static int plist_chkdupfd(file_t *, polldat_t *, pollstate_t *, pollfd_t *, int, 251 pollstate_t *ps = curthread->t_pollstate; in pollunlock() 288 pollstate_t *ps = curthread->t_pollstate; in pollrelock() 334 pollstate_t *ps; in poll_common() 706 pollstate_t *ps = curthread->t_pollstate; in pollcleanup() [all …]
|
/titanic_50/usr/src/uts/common/io/ |
H A D | devpoll.c | 460 pollstate_t *ps = in dp_pcache_poll() 1059 pollstate_t *ps; in dpioctl() 1422 pollstate_t *ps = curthread->t_pollstate; in dppoll()
|