Home
last modified time | relevance | path

Searched refs:sock_test_timelimit (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c93 clock_t sock_test_timelimit = 0; variable
1071 if (wait == 0 && sock_test_timelimit != 0) in sowaitack()
1072 wait = sock_test_timelimit; in sowaitack()
H A Dsocktpi.c164 extern clock_t sock_test_timelimit;
5519 sock_test_timelimit = 10 * hz; in sotpi_setsockopt()
5521 sock_test_timelimit = 0; in sotpi_setsockopt()
H A Dsockcommon_subr.c55 extern clock_t sock_test_timelimit;