Home
last modified time | relevance | path

Searched refs:klp_shadow_free_all (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/livepatch/
Dshadow.c295 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in klp_shadow_free_all() function
311 EXPORT_SYMBOL_GPL(klp_shadow_free_all);
/Linux-v4.19/samples/livepatch/
Dlivepatch-shadow-fix2.c148 klp_shadow_free_all(SV_COUNTER, NULL); in livepatch_shadow_fix2_exit()
Dlivepatch-shadow-fix1.c171 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
/Linux-v4.19/include/linux/
Dlivepatch.h202 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt72 * klp_shadow_free_all() - detach and free all <*, id> shadow variables