Lines Matching refs:hrtime_t
99 hrtime_t prof_interval;
104 hrtime_t profc_expected;
105 hrtime_t profc_interval;
109 hrtime_t profile_interval_min = NANOSEC / 5000; /* 5000 hz */
141 hrtime_t late; in profile_fire()
160 profile_create(hrtime_t interval, const char *name, int kind) in profile_create()
194 hrtime_t val = 0, mult = 1, len; in profile_provide()
208 hrtime_t mult; in profile_provide()
218 { "m", NANOSEC * (hrtime_t)60 }, in profile_provide()
219 { "min", NANOSEC * (hrtime_t)60 }, in profile_provide()
220 { "h", NANOSEC * (hrtime_t)(60 * 60) }, in profile_provide()
221 { "hour", NANOSEC * (hrtime_t)(60 * 60) }, in profile_provide()
222 { "d", NANOSEC * (hrtime_t)(24 * 60 * 60) }, in profile_provide()
223 { "day", NANOSEC * (hrtime_t)(24 * 60 * 60) }, in profile_provide()
290 mult *= (hrtime_t)10; in profile_provide()