Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpreempt.h309 struct preempt_notifier;
326 void (*sched_in)(struct preempt_notifier *notifier, int cpu);
327 void (*sched_out)(struct preempt_notifier *notifier,
338 struct preempt_notifier { struct
345 void preempt_notifier_register(struct preempt_notifier *notifier); argument
346 void preempt_notifier_unregister(struct preempt_notifier *notifier);
348 static inline void preempt_notifier_init(struct preempt_notifier *notifier, in preempt_notifier_init()
Dkvm_host.h312 struct preempt_notifier preempt_notifier; member
/Linux-v6.1/virt/kvm/
Dkvm_main.c225 preempt_notifier_register(&vcpu->preempt_notifier); in vcpu_load()
235 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()
485 preempt_notifier_init(&vcpu->preempt_notifier, &kvm_preempt_ops); in kvm_vcpu_init()
5749 struct kvm_vcpu *preempt_notifier_to_vcpu(struct preempt_notifier *pn) in preempt_notifier_to_vcpu()
5751 return container_of(pn, struct kvm_vcpu, preempt_notifier); in preempt_notifier_to_vcpu()
5754 static void kvm_sched_in(struct preempt_notifier *pn, int cpu) in kvm_sched_in()
5766 static void kvm_sched_out(struct preempt_notifier *pn, in kvm_sched_out()
/Linux-v6.1/kernel/sched/
Dcore.c4743 void preempt_notifier_register(struct preempt_notifier *notifier) in preempt_notifier_register()
4758 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister()
4766 struct preempt_notifier *notifier; in __fire_sched_in_preempt_notifiers()
4782 struct preempt_notifier *notifier; in __fire_sched_out_preempt_notifiers()