Searched refs:leak (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/livepatch/
H A Dlivepatch-shadow-fix1.c12 * Fixes the memory leak introduced in livepatch-shadow-mod through the
56 int **leak = ctor_data; local
61 *shadow_leak = *leak;
68 int *leak; local
83 leak = kzalloc(sizeof(*leak), GFP_KERNEL);
84 if (!leak)
87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL,
88 shadow_leak_ctor, &leak);
90 pr_err("%s: failed to allocate shadow variable for the leaking pointer: dummy @ %p, leak
[all...]
H A Dlivepatch-shadow-mod.c13 * introduces memory leak behavior that livepatch modules
18 * memory leak, please load these modules at your own risk -- some
98 int *leak; local
107 /* Oops, forgot to save leak! */
108 leak = kzalloc(sizeof(*leak), GFP_KERNEL);
109 if (!leak) {
136 * memory, aptly named "leak", but doesn't keep
161 * "leak", it leaks the additional memory that
/linux-master/tools/net/ynl/lib/
H A DMakefile6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-master/tools/net/ynl/samples/
H A DMakefile9 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-master/tools/net/ynl/generated/
H A DMakefile7 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan
/linux-master/lib/
H A Dref_tracker.c161 bool leak = false; local
172 leak = true;
179 WARN_ON_ONCE(leak);
/linux-master/net/rxrpc/
H A Dconn_object.c467 bool leak = false; local
481 leak = true;
484 BUG_ON(leak);
/linux-master/drivers/infiniband/core/
H A Dcache.c797 bool leak = false; local
808 "GID entry ref leak for index %d ref=%u\n", i,
810 leak = true;
813 if (leak)

Completed in 244 milliseconds