klp_shadow_free_all  218 include/linux/livepatch.h void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor);
klp_shadow_free_all  299 kernel/livepatch/shadow.c EXPORT_SYMBOL_GPL(klp_shadow_free_all);
klp_shadow_free_all  104 lib/livepatch/test_klp_shadow_vars.c 	klp_shadow_free_all(id, dtor);
klp_shadow_free_all  154 samples/livepatch/livepatch-shadow-fix1.c 	klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor);
klp_shadow_free_all  126 samples/livepatch/livepatch-shadow-fix2.c 	klp_shadow_free_all(SV_COUNTER, NULL);