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;
339 void (*sched_in)(struct preempt_notifier *notifier, int cpu);
340 void (*sched_out)(struct preempt_notifier *notifier,
351 struct preempt_notifier { struct
358 void preempt_notifier_register(struct preempt_notifier *notifier); argument
359 void preempt_notifier_unregister(struct preempt_notifier *notifier);
361 static inline void preempt_notifier_init(struct preempt_notifier *notifier, in preempt_notifier_init()
H A Dkvm_host.h327 struct preempt_notifier preempt_notifier; member
/linux/virt/kvm/
H A Dkvm_main.c169 preempt_notifier_register(&vcpu->preempt_notifier); in vcpu_load()
179 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()
458 preempt_notifier_init(&vcpu->preempt_notifier, &kvm_preempt_ops); in kvm_vcpu_init()
6336 struct kvm_vcpu *preempt_notifier_to_vcpu(struct preempt_notifier *pn) in preempt_notifier_to_vcpu()
6338 return container_of(pn, struct kvm_vcpu, preempt_notifier); in preempt_notifier_to_vcpu()
6341 static void kvm_sched_in(struct preempt_notifier *pn, int cpu) in kvm_sched_in()
6354 static void kvm_sched_out(struct preempt_notifier *pn, in kvm_sched_out()
/linux/kernel/sched/
H A Dcore.c4903 void preempt_notifier_register(struct preempt_notifier *notifier) in preempt_notifier_register()
4918 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister()
4926 struct preempt_notifier *notifier; in __fire_sched_in_preempt_notifiers()
4942 struct preempt_notifier *notifier; in __fire_sched_out_preempt_notifiers()