Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_resource.c3099 uint64_t ns_refill; in proc_rlimit_control() local
3108 ns_refill = ((uint64_t)ms_refill) * NSEC_PER_MSEC; in proc_rlimit_control()
3110 error = mach_to_bsd_rv(thread_set_cpulimit(THREAD_CPULIMIT_BLOCK, percent, ns_refill)); in proc_rlimit_control()