Searched refs:preempt_notifier_unregister (Results 1 – 3 of 3) sorted by relevance
324 void preempt_notifier_unregister(struct preempt_notifier *notifier);
4515 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() function4519 EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
210 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()