Searched refs:nsec_start (Results 1 – 2 of 2) sorted by relevance
260 hrtime_t nsec_start, nsectowait, nsec_current; in sync_stream_buf() local262 nsec_current = nsec_start = gethrtime(); in sync_stream_buf()271 if ((nsec_current - nsec_start) > nsectowait && in sync_stream_buf()
111 static int nsec_start; variable176 head->fi_blocknum = nsec_start = in bpcfs_mountroot()187 nsec_cache, nsec_start); in bpcfs_mountroot()599 if (sector >= nsec_start && sector + nsec <= nsec_start + nsec_cache) in readblock()600 return (cluster_cache + (sector - nsec_start) * SECSIZ); in readblock()