Searched refs:preempt_notifier_unregister (Results 1 – 3 of 3) sorted by relevance
347 void preempt_notifier_unregister(struct preempt_notifier *notifier);
4924 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() function4928 EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
225 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()