Searched defs:sched_attr (Results 1 – 1 of 1) sorted by relevance
5946 struct sched_attr { in setSchedAttr() struct5947 uint32_t size; in setSchedAttr()5948 uint32_t sched_policy; in setSchedAttr()5949 uint64_t sched_flags; in setSchedAttr()5950 int32_t sched_nice; in setSchedAttr()5951 uint32_t sched_priority; in setSchedAttr()5952 uint64_t sched_runtime; in setSchedAttr()5953 uint64_t sched_deadline; in setSchedAttr()5954 uint64_t sched_period; in setSchedAttr()5955 uint32_t sched_util_min; in setSchedAttr()[all …]