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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c55 static int proc_is_cache = -1; variable
706 if (proc_is_cache >= 0)
707 return (proc_is_cache);
709 if (proc_is_cache >= 0) {
711 return (proc_is_cache);
713 proc_is_cache = 0;
728 proc_is_cache = 1;
733 return (proc_is_cache);

Completed in 56 milliseconds