Home
last modified time | relevance | path

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

/kernel/power/
Dqos.c499 int pm_qos_add_notifier(int pm_qos_class, struct notifier_block *notifier) in pm_qos_add_notifier() argument
505 notifier); in pm_qos_add_notifier()
519 int pm_qos_remove_notifier(int pm_qos_class, struct notifier_block *notifier) in pm_qos_remove_notifier() argument
525 notifier); in pm_qos_remove_notifier()
844 struct notifier_block *notifier) in freq_qos_add_notifier() argument
848 if (IS_ERR_OR_NULL(qos) || !notifier) in freq_qos_add_notifier()
854 notifier); in freq_qos_add_notifier()
858 notifier); in freq_qos_add_notifier()
877 struct notifier_block *notifier) in freq_qos_remove_notifier() argument
881 if (IS_ERR_OR_NULL(qos) || !notifier) in freq_qos_remove_notifier()
[all …]
Dwakeup_reason.c371 static int wakeup_reason_pm_event(struct notifier_block *notifier, in wakeup_reason_pm_event() argument
/kernel/
DMakefile12 notifier.o ksysfs.o cred.o reboot.o \
112 obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
/kernel/sched/
Dcore.c3126 void preempt_notifier_register(struct preempt_notifier *notifier) in preempt_notifier_register() argument
3131 hlist_add_head(&notifier->link, &current->preempt_notifiers); in preempt_notifier_register()
3141 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() argument
3143 hlist_del(&notifier->link); in preempt_notifier_unregister()
3149 struct preempt_notifier *notifier; in __fire_sched_in_preempt_notifiers() local
3151 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_in_preempt_notifiers()
3152 notifier->ops->sched_in(notifier, raw_smp_processor_id()); in __fire_sched_in_preempt_notifiers()
3165 struct preempt_notifier *notifier; in __fire_sched_out_preempt_notifiers() local
3167 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_out_preempt_notifiers()
3168 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()
/kernel/bpf/
Ddevmap.c769 static int dev_map_notification(struct notifier_block *notifier, in dev_map_notification() argument
/kernel/events/
Dcore.c12370 perf_reboot(struct notifier_block *notifier, unsigned long val, void *v) in perf_reboot() argument