Searched refs:klp_unregister_patch (Results 1 – 7 of 7) sorted by relevance
79 WARN_ON(klp_unregister_patch(&patch)); in livepatch_init()87 WARN_ON(klp_unregister_patch(&patch)); in livepatch_exit()
139 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix2_init()150 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix2_exit()
162 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix1_init()173 WARN_ON(klp_unregister_patch(&patch)); in livepatch_shadow_fix1_exit()
205 WARN_ON(klp_unregister_patch(&patch)); in livepatch_callbacks_demo_init()213 WARN_ON(klp_unregister_patch(&patch)); in livepatch_callbacks_demo_exit()
164 int klp_unregister_patch(struct klp_patch *);
842 int klp_unregister_patch(struct klp_patch *patch) in klp_unregister_patch() function870 EXPORT_SYMBOL_GPL(klp_unregister_patch);
406 Disabled patches might be unregistered by calling klp_unregister_patch().