Home
last modified time | relevance | path

Searched refs:no_constraint_value (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/kernel/power/
Dqos.c61 return c->no_constraint_value; in pm_qos_get_value()
219 .no_constraint_value = PM_QOS_CPU_LATENCY_DEFAULT_VALUE,
441 c->no_constraint_value = FREQ_QOS_MIN_DEFAULT_VALUE; in freq_constraints_init()
450 c->no_constraint_value = FREQ_QOS_MAX_DEFAULT_VALUE; in freq_constraints_init()
/linux-6.1.9/drivers/base/power/
Dqos.c214 c->no_constraint_value = PM_QOS_RESUME_LATENCY_NO_CONSTRAINT; in dev_pm_qos_constraints_allocate()
223 c->no_constraint_value = PM_QOS_LATENCY_TOLERANCE_NO_CONSTRAINT; in dev_pm_qos_constraints_allocate()
/linux-6.1.9/include/linux/
Dpm_qos.h56 s32 no_constraint_value; member