Home
last modified time | relevance | path

Searched refs:qos_notifier_call (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c674 * qos_notifier_call() - Common handler for QoS constraints.
677 static int qos_notifier_call(struct devfreq *devfreq) in qos_notifier_call() function
699 return qos_notifier_call(container_of(nb, struct devfreq, nb_min)); in qos_min_notifier_call()
709 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()
/kernel/linux/linux-6.6/drivers/devfreq/
H A Ddevfreq.c699 * qos_notifier_call() - Common handler for QoS constraints.
702 static int qos_notifier_call(struct devfreq *devfreq) in qos_notifier_call() function
726 return qos_notifier_call(container_of(nb, struct devfreq, nb_min)); in qos_min_notifier_call()
738 return qos_notifier_call(container_of(nb, struct devfreq, nb_max)); in qos_max_notifier_call()

Completed in 6 milliseconds