Lines Matching defs:sched_attr
6953 struct sched_attr { in setSchedAttr() struct
6954 uint32_t size; in setSchedAttr()
6955 uint32_t sched_policy; in setSchedAttr()
6956 uint64_t sched_flags; in setSchedAttr()
6957 int32_t sched_nice; in setSchedAttr()
6958 uint32_t sched_priority; in setSchedAttr()
6959 uint64_t sched_runtime; in setSchedAttr()
6960 uint64_t sched_deadline; in setSchedAttr()
6961 uint64_t sched_period; in setSchedAttr()
6962 uint32_t sched_util_min; in setSchedAttr()
6963 uint32_t sched_util_max; in setSchedAttr()