Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsched.h820 struct hlist_head preempt_notifiers; member
/linux-6.3-rc2/kernel/sched/
A Dcore.c4457 INIT_HLIST_HEAD(&p->preempt_notifiers); in __sched_fork()
4842 hlist_add_head(&notifier->link, &current->preempt_notifiers); in preempt_notifier_register()
4862 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_in_preempt_notifiers()
4878 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_out_preempt_notifiers()

Completed in 26 milliseconds