pub type sched_attr = linux_sched_attr;Expand description
This is the ABI-stable kernel version of struct sched_param, as for
syscall sched_getparam.
Aliased Type§
#[repr(C)]pub struct sched_attr {
pub size: u32,
pub sched_policy: u32,
pub sched_flags: u64,
pub sched_nice: i32,
pub sched_priority: u32,
pub sched_runtime: u64,
pub sched_deadline: u64,
pub sched_period: u64,
pub sched_util_min: u32,
pub sched_util_max: u32,
}Fields§
§size: u32§sched_policy: u32§sched_flags: u64§sched_nice: i32§sched_priority: u32§sched_runtime: u64§sched_deadline: u64§sched_period: u64§sched_util_min: u32§sched_util_max: u32