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

/linux-4.1.27/kernel/sched/
H A Dcore.c1822 INIT_HLIST_HEAD(&p->preempt_notifiers); __sched_fork()
2114 hlist_add_head(&notifier->link, &current->preempt_notifiers); preempt_notifier_register()
2134 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) fire_sched_in_preempt_notifiers()
2144 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) fire_sched_out_preempt_notifiers()
7244 INIT_HLIST_HEAD(&init_task.preempt_notifiers);
/linux-4.1.27/include/linux/
H A Dsched.h1323 struct hlist_head preempt_notifiers; member in struct:task_struct

Completed in 123 milliseconds