Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/linux/
Dlivepatch.h100 bool post_unpatch_enabled; member