Searched refs:sched_params (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm-core-interface.h | 31 struct sched_params { struct 40 #define EA_LEAKAGE _IOWR(MSM_CORE_MAGIC, MSM_CORE_LEAKAGE, struct sched_params) argument 41 #define EA_VOLT _IOWR(MSM_CORE_MAGIC, MSM_CORE_VOLTAGE, struct sched_params)
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm-core-interface.h | 16 struct sched_params { struct 26 struct sched_params) argument 28 struct sched_params)
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm-core-interface.h | 31 struct sched_params { struct 40 #define EA_LEAKAGE _IOWR(MSM_CORE_MAGIC, MSM_CORE_LEAKAGE, struct sched_params) argument 41 #define EA_VOLT _IOWR(MSM_CORE_MAGIC, MSM_CORE_VOLTAGE, struct sched_params)
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm-core-interface.h | 16 struct sched_params { struct 26 struct sched_params) argument 28 struct sched_params)
|
/aosp12/system/bt/btif/co/ |
H A D | bta_hh_co.cc | 236 struct sched_param sched_params; in btif_hh_poll_event_thread() local 237 sched_params.sched_priority = THREAD_NORMAL_PRIORITY; in btif_hh_poll_event_thread() 238 if (sched_setscheduler(gettid(), SCHED_OTHER, &sched_params)) { in btif_hh_poll_event_thread()
|