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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c52 static int proc_is_cache = -1; variable
746 if (proc_is_cache >= 0)
747 return (proc_is_cache);
749 if (proc_is_cache >= 0) {
751 return (proc_is_cache);
753 proc_is_cache = 0;
768 proc_is_cache = 1;
773 return (proc_is_cache);

Completed in 21 milliseconds