Home
last modified time | relevance | path

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.c53 static int proc_is_cache = -1; variable
704 if (proc_is_cache >= 0) in _nsc_proc_is_cache()
705 return (proc_is_cache); in _nsc_proc_is_cache()
707 if (proc_is_cache >= 0) { in _nsc_proc_is_cache()
709 return (proc_is_cache); in _nsc_proc_is_cache()
711 proc_is_cache = 0; in _nsc_proc_is_cache()
726 proc_is_cache = 1; in _nsc_proc_is_cache()
731 return (proc_is_cache); in _nsc_proc_is_cache()