Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dlivepatch.h127 int klp_unregister_patch(struct klp_patch *);
/linux-4.1.27/kernel/livepatch/
Dcore.c833 int klp_unregister_patch(struct klp_patch *patch) in klp_unregister_patch() function
855 EXPORT_SYMBOL_GPL(klp_unregister_patch);