Searched refs:NSEC_PER_MSEC (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Di386_timer.c257 #define TIMER_RESORT_THRESHOLD_ABSTIME (50 * NSEC_PER_MSEC)
383 .timer_resort_threshold_ns = 50 * NSEC_PER_MSEC,
390 .timer_coalesce_bg_ns_max = 100 * NSEC_PER_MSEC,
391 .timer_coalesce_kt_ns_max = 1 * NSEC_PER_MSEC,
392 .timer_coalesce_fp_ns_max = 1 * NSEC_PER_MSEC,
393 .timer_coalesce_ts_ns_max = 1 * NSEC_PER_MSEC,
395 .latency_qos_ns_max ={1 * NSEC_PER_MSEC, 5 * NSEC_PER_MSEC, 20 * NSEC_PER_MSEC,
396 75 * NSEC_PER_MSEC, 1000
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dclock_types.h87 #define NSEC_PER_MSEC 1000000ull /* nanoseconds per millisecond */ macro
/xnu-2782.1.97/osfmk/prng/
H A Drandom.h99 assert(stop - start < 10*NSEC_PER_MSEC || \
/xnu-2782.1.97/osfmk/kern/
H A Dsyscall_subr.c262 uint32_t scale_factor = NSEC_PER_MSEC;
466 interval, NSEC_PER_MSEC, &abstime);
H A Dtimer_call.c1380 longterm * NSEC_PER_MSEC;
1384 tlp->threshold.interval / NSEC_PER_MSEC);
1386 tlp->threshold.interval / NSEC_PER_MSEC);
1423 0 : tlp->threshold.interval / NSEC_PER_MSEC;
1515 tlp->threshold.interval = value * NSEC_PER_MSEC;
H A Dtelemetry.c1127 clock_interval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs);
H A Dthread.c1917 if (interval_ns < MINIMUM_CPULIMIT_INTERVAL_MS * NSEC_PER_MSEC) {
H A Dsched_prim.c707 clock_interval_to_absolutetime_interval(10, NSEC_PER_MSEC, &abstime);
H A Dzalloc.c2384 assert_wait_timeout(zone, THREAD_UNINT, 1, NSEC_PER_MSEC);
/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_subr.c770 ival = pktsched_nsecs_to_abstime(10 * NSEC_PER_MSEC); /* 10ms */
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.c62 #define DENAP_DROP_TARGET (1000 * NSEC_PER_MSEC) /* optimum denap delay */
63 #define DENAP_DROP_SKEW (100 * NSEC_PER_MSEC) /* request skew for wakeup */
/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1947 ns_refill = ((uint64_t)ms_refill) * NSEC_PER_MSEC;
H A Dkern_sysctl.c2313 if ((kret = thread_set_cpulimit(THREAD_CPULIMIT_BLOCK, percent, ms_refill * (int)NSEC_PER_MSEC)) != 0)
/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c2129 bw = (bytes * NSEC_PER_MSEC) / t;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c1241 struct timespec ts = { 0, 500 * NSEC_PER_MSEC };

Completed in 211 milliseconds