Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/power/
Dqos.c149 static inline int pm_qos_get_value(struct pm_qos_constraints *c) in pm_qos_get_value() function
187 static inline int pm_qos_get_value(struct pm_qos_constraints *c);
242 type, pm_qos_get_value(c), active_reqs, tot_reqs); in pm_qos_dbg_show_requests()
281 prev_value = pm_qos_get_value(c); in pm_qos_update_target()
307 curr_value = pm_qos_get_value(c); in pm_qos_update_target()
659 value = pm_qos_get_value(pm_qos_array[req->pm_qos_class]->constraints); in pm_qos_power_read()