Home
last modified time | relevance | path

Searched refs: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; in sync_stream_buf() local
262 nsec_current = nsec_start = gethrtime(); in sync_stream_buf()
271 if ((nsec_current - nsec_start) > nsectowait && in sync_stream_buf()
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c109 static int nsec_start; variable
174 head->fi_blocknum = nsec_start = in bpcfs_mountroot()
185 nsec_cache, nsec_start); in bpcfs_mountroot()
597 if (sector >= nsec_start && sector + nsec <= nsec_start + nsec_cache) in readblock()
598 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()