Searched refs:preempt_notifier_unregister (Results 1 – 3 of 3) sorted by relevance
185 void preempt_notifier_unregister(struct preempt_notifier *notifier);
2124 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() function2128 EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
142 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()