Searched refs:preempt_notifier_unregister (Results 1 – 3 of 3) sorted by relevance
346 void preempt_notifier_unregister(struct preempt_notifier *notifier);
4758 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() function4762 EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
235 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()