Home
last modified time | relevance | path

Searched refs:SV_LEAK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/samples/livepatch/
Dlivepatch-shadow-fix1.c45 #define SV_LEAK 1 macro
92 klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc()
121 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
123 klp_shadow_free(d, SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_fix1_dummy_free()
171 klp_shadow_free_all(SV_LEAK, livepatch_fix1_dummy_leak_dtor); in livepatch_shadow_fix1_exit()
Dlivepatch-shadow-fix2.c45 #define SV_LEAK 1 macro
87 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix2_dummy_free()
89 klp_shadow_free(d, SV_LEAK, livepatch_fix2_dummy_leak_dtor); in livepatch_fix2_dummy_free()