Searched defs:sched_attr (Results 1 – 1 of 1) sorted by relevance
6953 struct sched_attr { in setSchedAttr() struct6954 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()[all …]