Home
last modified time | relevance | path

Searched refs:preempt_notifier (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpreempt.h321 struct preempt_notifier;
338 void (*sched_in)(struct preempt_notifier *notifier, int cpu);
339 void (*sched_out)(struct preempt_notifier *notifier,
350 struct preempt_notifier { struct
357 void preempt_notifier_register(struct preempt_notifier *notifier); argument
358 void preempt_notifier_unregister(struct preempt_notifier *notifier);
360 static inline void preempt_notifier_init(struct preempt_notifier *notifier, in preempt_notifier_init()
H A Dkvm_host.h326 struct preempt_notifier preempt_notifier; member
/linux/virt/kvm/
H A Dkvm_main.c210 preempt_notifier_register(&vcpu->preempt_notifier); in vcpu_load()
220 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()
498 preempt_notifier_init(&vcpu->preempt_notifier, &kvm_preempt_ops); in kvm_vcpu_init()
6365 struct kvm_vcpu *preempt_notifier_to_vcpu(struct preempt_notifier *pn) in preempt_notifier_to_vcpu()
6367 return container_of(pn, struct kvm_vcpu, preempt_notifier); in preempt_notifier_to_vcpu()
6370 static void kvm_sched_in(struct preempt_notifier *pn, int cpu) in kvm_sched_in()
6383 static void kvm_sched_out(struct preempt_notifier *pn, in kvm_sched_out()
/linux/kernel/sched/
H A Dcore.c4853 void preempt_notifier_register(struct preempt_notifier *notifier) in preempt_notifier_register()
4868 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister()
4876 struct preempt_notifier *notifier; in __fire_sched_in_preempt_notifiers()
4892 struct preempt_notifier *notifier; in __fire_sched_out_preempt_notifiers()