Searched refs:nl7c_uri_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c71 uint64_t nl7c_uri_max = 0; /* Maximum bytes (0 == infinite) */ variable
478 * now we just manipulate the nl7c_uri_max global maximum bytes threshold
485 * Note, nl7c_uri_max is currently initialized to 0 or infinite such that
489 * XXX how do we determine when to increase nl7c_uri_max ???
498 if ((new_max = nl7c_uri_max) == 0) {
500 nl7c_uri_max = nl7c_uri_bytes;
508 if (new_max < nl7c_uri_max)
509 nl7c_uri_max = new_max;
511 nl7c_uri_max = 1;
961 while (nl7c_uri_bytes > nl7c_uri_max) {
[all...]
H A Dnl7cnca.c61 extern uint64_t nl7c_uri_max;

Completed in 67 milliseconds