klp_shadow_free_all
void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
EXPORT_SYMBOL_GPL(klp_shadow_free_all);
klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor);
klp_shadow_free_all(SV_COUNTER, NULL);
klp_shadow_free_all(id, dtor);