Home
last modified time | relevance | path

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

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