Searched defs:sched_params (Results 1 – 2 of 2) sorted by relevance
43 struct sched_params { struct44 uint32_t prio; /* The priority of a thread */47 uint8_t bvt_weight; /* the weight of a thread */48 int32_t bvt_warp_value; /* the warp reduce effective VT to boost priority */49 uint32_t bvt_warp_limit; /* max time in one warp */50 uint32_t bvt_unwarp_period; /* min unwarp time after a warp */
174 struct sched_params sched_params; /* Scheduler params for vCPUs of this VM */ member
Completed in 9 milliseconds