Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dcore.c2123 INIT_HLIST_HEAD(&p->preempt_notifiers); in __sched_fork()
2433 hlist_add_head(&notifier->link, &current->preempt_notifiers); in preempt_notifier_register()
2453 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_in_preempt_notifiers()
2469 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) in __fire_sched_out_preempt_notifiers()
7502 INIT_HLIST_HEAD(&init_task.preempt_notifiers); in sched_init()
/linux-4.4.14/include/linux/
Dsched.h1410 struct hlist_head preempt_notifiers; member