Home
last modified time | relevance | path

Searched refs:post_unpatch_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/kernel/livepatch/ !
Dcore.h33 obj->callbacks.post_unpatch_enabled = !ret; in klp_pre_patch_callback()
52 if (obj->callbacks.post_unpatch_enabled && in klp_post_unpatch_callback()
56 obj->callbacks.post_unpatch_enabled = false; in klp_post_unpatch_callback()
/linux-5.19.10/include/linux/ !
Dlivepatch.h100 bool post_unpatch_enabled; member