Home
last modified time | relevance | path

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

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