Lines Matching refs:shadow_leak
55 int **shadow_leak = shadow_data; in shadow_leak_ctor() local
61 *shadow_leak = *leak; in shadow_leak_ctor()
69 int **shadow_leak; in livepatch_fix1_dummy_alloc() local
87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc()
89 if (!shadow_leak) { in livepatch_fix1_dummy_alloc()
110 int **shadow_leak = shadow_data; in livepatch_fix1_dummy_leak_dtor() local
113 __func__, d, *shadow_leak); in livepatch_fix1_dummy_leak_dtor()
114 kfree(*shadow_leak); in livepatch_fix1_dummy_leak_dtor()
119 int **shadow_leak; in livepatch_fix1_dummy_free() local
127 shadow_leak = klp_shadow_get(d, SV_LEAK); in livepatch_fix1_dummy_free()
128 if (shadow_leak) in livepatch_fix1_dummy_free()