Searched defs:nsec_start (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Diocache.c260 hrtime_t nsec_start, nsectowait, nsec_current; local
262 nsec_current = nsec_start = gethrtime();
271 if ((nsec_current - nsec_start) > nsectowait &&
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c111 static int nsec_start; variable
176 head->fi_blocknum = nsec_start =
187 nsec_cache, nsec_start);
599 if (sector >= nsec_start && sector + nsec <= nsec_start + nsec_cache)
600 return (cluster_cache + (sector - nsec_start) * SECSIZ);

Completed in 65 milliseconds