Searched refs:pollstate_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 116 } pollstate_t; typedef 220 extern pollstate_t *pollstate_create(void); 221 extern void pollstate_destroy(pollstate_t *); 236 extern int pcache_insert(pollstate_t *, file_t *, pollfd_t *, int *, ssize_t, 238 extern int pcache_poll(pollfd_t *, pollstate_t *, nfds_t, int *, int); 257 extern int pcache_delete_fd(pollstate_t *, int, size_t, int, uint_t); 261 extern void pcache_clean_entry(pollstate_t *, int); 278 extern int pcacheset_cache_list(pollstate_t *, pollfd_t *, int *, int); 279 extern void pcacheset_remove_list(pollstate_t *, pollfd_t *, int, int, int, 281 extern int pcacheset_resolve(pollstate_t *, nfds_t, int *, int); [all …]
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | poll.c | 103 static int pollchecksanity(pollstate_t *, nfds_t); 104 static int pollcheckxref(pollstate_t *, int); 106 static int pollcheckrevents(pollstate_t *, int, int, int); 107 static void checkpolldat(pollstate_t *); 109 static int plist_chkdupfd(file_t *, polldat_t *, pollstate_t *, pollfd_t *, int, 300 pollstate_t *ps; in poll_common() 675 pollstate_t *ps = curthread->t_pollstate; in pollcleanup() 1205 pcacheset_invalidate(pollstate_t *ps, polldat_t *pdp) in pcacheset_invalidate() 1258 pcache_insert(pollstate_t *ps, file_t *fp, pollfd_t *pollfdp, int *fdcntp, in pcache_insert() 1414 pcache_delete_fd(pollstate_t *ps, int fd, size_t pos, int which, uint_t cevent) in pcache_delete_fd() [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | devpoll.c | 733 pollstate_t *ps; in dpioctl()
|