Home
last modified time | relevance | path

Searched refs:pollin (Results 1 – 2 of 2) sorted by relevance

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