Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c2682 uint32_t cpulimits_flags; in proc_rlimit_control() local
2728 cpulimits_flags = (uint32_t)uap->arg; // only need a limited set of bits, pass in void * argument in proc_rlimit_control()
2739 …percent = (uint8_t)(cpulimits_flags & 0xffU); /* low 8 bits for … in proc_rlimit_control()
2740 …ms_refill = (cpulimits_flags >> 8) & 0xffffff; /* next 24 bits represent ms refill value … in proc_rlimit_control()