Searched refs:cpulimits_flags (Results 1 – 1 of 1) sorted by relevance
3044 uint32_t cpulimits_flags; in proc_rlimit_control() local3090 cpulimits_flags = (uint32_t)uap->arg; // only need a limited set of bits, pass in void * argument in proc_rlimit_control()3101 percent = (uint8_t)(cpulimits_flags & 0xffU); /* low 8 bits for percent */ in proc_rlimit_control()3102 …ms_refill = (cpulimits_flags >> 8) & 0xffffff; /* next 24 bits represent ms refill value … in proc_rlimit_control()