SV_LEAK            85 samples/livepatch/livepatch-shadow-fix1.c 	klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL,
SV_LEAK           114 samples/livepatch/livepatch-shadow-fix1.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
SV_LEAK           116 samples/livepatch/livepatch-shadow-fix1.c 		klp_shadow_free(d, SV_LEAK, livepatch_fix1_dummy_leak_dtor);
SV_LEAK           154 samples/livepatch/livepatch-shadow-fix1.c 	klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor);
SV_LEAK            75 samples/livepatch/livepatch-shadow-fix2.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
SV_LEAK            77 samples/livepatch/livepatch-shadow-fix2.c 		klp_shadow_free(d, SV_LEAK, livepatch_fix2_dummy_leak_dtor);