Searched defs:pollin (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN); local
944 if (pollin)
1005 if (timout > 0 || (first && pollin)) {
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c735 unsigned int pollin, backoff_time; local
763 pollin = (unsigned int)0;
925 if (pollin == (unsigned int)0)
926 pollin = convert_polltime(poll_time);
1118 (void) sleep(pollin);

Completed in 99 milliseconds