Home
last modified time | relevance | path

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

/titanic_50/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.c166 extern clock_t sock_test_timelimit;
5580 sock_test_timelimit = 10 * hz; in sotpi_setsockopt()
5582 sock_test_timelimit = 0; in sotpi_setsockopt()
H A Dsockcommon_subr.c54 extern clock_t sock_test_timelimit;