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

/linux-master/include/linux/
H A Dsched.h830 struct hlist_head preempt_notifiers; member in struct:task_struct
/linux-master/kernel/sched/
H A Dcore.c4557 INIT_HLIST_HEAD(&p->preempt_notifiers);
4943 hlist_add_head(&notifier->link, &current->preempt_notifiers);
4963 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link)
4979 hlist_for_each_entry(notifier, &curr->preempt_notifiers, link)

Completed in 143 milliseconds