shadow_leak        55 samples/livepatch/livepatch-shadow-fix1.c 	void **shadow_leak = shadow_data;
shadow_leak        58 samples/livepatch/livepatch-shadow-fix1.c 	*shadow_leak = leak;
shadow_leak        97 samples/livepatch/livepatch-shadow-fix1.c 	void **shadow_leak = shadow_data;
shadow_leak        99 samples/livepatch/livepatch-shadow-fix1.c 	kfree(*shadow_leak);
shadow_leak       101 samples/livepatch/livepatch-shadow-fix1.c 			 __func__, d, *shadow_leak);
shadow_leak       106 samples/livepatch/livepatch-shadow-fix1.c 	void **shadow_leak;
shadow_leak       114 samples/livepatch/livepatch-shadow-fix1.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
shadow_leak       115 samples/livepatch/livepatch-shadow-fix1.c 	if (shadow_leak)
shadow_leak        62 samples/livepatch/livepatch-shadow-fix2.c 	void **shadow_leak = shadow_data;
shadow_leak        64 samples/livepatch/livepatch-shadow-fix2.c 	kfree(*shadow_leak);
shadow_leak        66 samples/livepatch/livepatch-shadow-fix2.c 			 __func__, d, *shadow_leak);
shadow_leak        71 samples/livepatch/livepatch-shadow-fix2.c 	void **shadow_leak;
shadow_leak        75 samples/livepatch/livepatch-shadow-fix2.c 	shadow_leak = klp_shadow_get(d, SV_LEAK);
shadow_leak        76 samples/livepatch/livepatch-shadow-fix2.c 	if (shadow_leak)