Home
last modified time | relevance | path

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

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