Searched refs:preempt_notifier_unregister (Results 1 – 3 of 3) sorted by relevance
290 void preempt_notifier_unregister(struct preempt_notifier *notifier);
2443 void preempt_notifier_unregister(struct preempt_notifier *notifier) in preempt_notifier_unregister() function2447 EXPORT_SYMBOL_GPL(preempt_notifier_unregister);
150 preempt_notifier_unregister(&vcpu->preempt_notifier); in vcpu_put()