Home
last modified time | relevance | path

Searched refs:ns_refill (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c2737 uint64_t ns_refill; in proc_rlimit_control() local
2746 ns_refill = ((uint64_t)ms_refill) * NSEC_PER_MSEC; in proc_rlimit_control()
2748 error = mach_to_bsd_rv(thread_set_cpulimit(THREAD_CPULIMIT_BLOCK, percent, ns_refill)); in proc_rlimit_control()