Home
last modified time | relevance | path

Searched refs:klp_unregister_patch (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/samples/livepatch/
Dlivepatch-sample.c77 WARN_ON(klp_unregister_patch(&patch)); in livepatch_init()
86 WARN_ON(klp_unregister_patch(&patch)); in livepatch_exit()
/linux-4.4.14/include/linux/
Dlivepatch.h133 int klp_unregister_patch(struct klp_patch *);
/linux-4.4.14/kernel/livepatch/
Dcore.c852 int klp_unregister_patch(struct klp_patch *patch) in klp_unregister_patch() function
874 EXPORT_SYMBOL_GPL(klp_unregister_patch);