mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-26 17:16:37 -04:00
@@ -22,6 +22,7 @@ struct qos_policy_item {
|
||||
int uclamp_min;
|
||||
int uclamp_max;
|
||||
int rt_sched_priority;
|
||||
int policy;
|
||||
};
|
||||
|
||||
struct qos_policy_map {
|
||||
|
||||
@@ -84,6 +84,7 @@ struct qos_policy_data {
|
||||
int uclamp_min;
|
||||
int uclamp_max;
|
||||
int rt_sched_priority;
|
||||
int policy;
|
||||
};
|
||||
|
||||
#define QOS_FLAG_NICE 0x01
|
||||
|
||||
Reference in New Issue
Block a user