Home
last modified time | relevance | path

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

/linux/kernel/livepatch/
A Dshadow.c283 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in klp_shadow_free_all() function
299 EXPORT_SYMBOL_GPL(klp_shadow_free_all);
/linux/samples/livepatch/
A Dlivepatch-shadow-fix2.c126 klp_shadow_free_all(SV_COUNTER, NULL); in livepatch_shadow_fix2_exit()
A Dlivepatch-shadow-fix1.c167 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
/linux/include/linux/
A Dlivepatch.h229 void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
/linux/lib/livepatch/
A Dtest_klp_shadow_vars.c111 klp_shadow_free_all(id, dtor); in shadow_free_all()
/linux/Documentation/livepatch/
A Dshadow-vars.rst85 * klp_shadow_free_all() - detach and free all <*, id> shadow variables

Completed in 7 milliseconds