preempt_notifiers 692 include/linux/sched.h struct hlist_head preempt_notifiers; preempt_notifiers 2711 kernel/sched/core.c INIT_HLIST_HEAD(&p->preempt_notifiers); preempt_notifiers 3004 kernel/sched/core.c hlist_add_head(¬ifier->link, ¤t->preempt_notifiers); preempt_notifiers 3024 kernel/sched/core.c hlist_for_each_entry(notifier, &curr->preempt_notifiers, link) preempt_notifiers 3040 kernel/sched/core.c hlist_for_each_entry(notifier, &curr->preempt_notifiers, link)