mcx::utils::SchedAttr
less than a minute
mcx::utils::SchedAttr
Public Attributes
Name | |
---|---|
__u32 | size |
__u32 | sched_policy |
__u64 | sched_flags |
__s32 | sched_nice |
__u32 | sched_priority |
__u64 | sched_runtime |
__u64 | sched_deadline |
__u64 | sched_period |
Public Attributes Documentation
variable size
__u32 size;
variable sched_policy
__u32 sched_policy;
variable sched_flags
__u64 sched_flags;
variable sched_nice
__s32 sched_nice;
variable sched_priority
__u32 sched_priority;
variable sched_runtime
__u64 sched_runtime;
variable sched_deadline
__u64 sched_deadline;
variable sched_period
__u64 sched_period;
Updated on 2022-04-05 at 16:21:27 +0200