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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched.c115 u_int64_t nsecs; local
117 absolutetime_to_nanoseconds(abstime, &nsecs);
118 return (nsecs);
122 pktsched_nsecs_to_abstime(u_int64_t nsecs) argument
126 nanoseconds_to_absolutetime(nsecs, &abstime);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp291 AbsoluteTime end, nsecs; local
294 (interval.tv_nsec, kNanosecondScale, &nsecs);
297 ADD_ABSOLUTETIME(&end, &nsecs);
339 AbsoluteTime end, nsecs; local
342 (inAbstime.tv_nsec, kNanosecondScale, &nsecs);
345 ADD_ABSOLUTETIME(&end, &nsecs);
H A DIOServicePM.cpp7930 uint64_t nsecs; local
7945 absolutetime_to_nanoseconds(delta, &nsecs);
7946 setPMProperty(dict, "TimeSinceLastTickle", NS_TO_MS(nsecs));
7954 absolutetime_to_nanoseconds(delta, &nsecs);
7955 setPMProperty(dict, "TimeSinceDeviceIdle", NS_TO_MS(nsecs));
/darwin-on-arm/xnu/osfmk/kern/
H A Dledger.c170 uint64_t nsecs; local
172 absolutetime_to_nanoseconds(abstime, &nsecs);
173 return (nsecs);
177 nsecs_to_abstime(uint64_t nsecs) argument
181 nanoseconds_to_absolutetime(nsecs, &abstime);
1082 int64_t nsecs; local
1089 * milliseconds, so we need to convert to nsecs.
1092 nsecs = args->lla_limit *
1094 lprintf(("CPU limited to %lld nsecs per second\n",
1095 nsecs));
[all...]
H A Dclock_oldops.c302 clock_nsec_t nsecs; local
304 clock_get_system_nanotime(&secs, &nsecs);
306 time->tv_nsec = nsecs;
316 clock_nsec_t nsecs; local
318 clock_get_calendar_nanotime(&secs, &nsecs);
320 time->tv_nsec = nsecs;
/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c85 uint64_t nsecs = pe_arm_get_timebase(NULL); local
91 ticks = (nsecs * NSEC_PER_SEC / tscFreq);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME75 [-I] specify approx. time per op in nsecs
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2047 clock_nsec_t nsecs; local
2054 clock_get_calendar_microtime(&sync_wait_time, &nsecs);

Completed in 174 milliseconds