Home
last modified time | relevance | path

Searched refs:leak (Results 1 – 25 of 116) sorted by relevance

12345

/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix1.c56 int **leak = ctor_data; in shadow_leak_ctor() local
61 *shadow_leak = *leak; in shadow_leak_ctor()
68 int *leak; in livepatch_fix1_dummy_alloc() local
83 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in livepatch_fix1_dummy_alloc()
84 if (!leak) in livepatch_fix1_dummy_alloc()
87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc()
88 shadow_leak_ctor, &leak); in livepatch_fix1_dummy_alloc()
91 __func__, d, leak); in livepatch_fix1_dummy_alloc()
101 kfree(leak); in livepatch_fix1_dummy_alloc()
H A Dlivepatch-shadow-mod.c98 int *leak; in dummy_alloc() local
108 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in dummy_alloc()
109 if (!leak) { in dummy_alloc()
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend7 critical-leak-detect-assert@.service \
8 leak-detect-assert@.service \
9 leak-detect-deassert@.service \
12 rack-level-leak@.service \
24 file://rack-level-leak \
51 install -m 0755 ${UNPACKDIR}/rack-level-leak ${D}${libexecdir}/${PN}/
/openbmc/linux/drivers/of/unittest-data/
H A Doverlay_bad_add_dup_prop.dtso17 * Modifying a property results in a WARNING that a memory leak
19 * fails, the memory leak does actually occur, and kmemleak will
20 * further report the memory leak if CONFIG_DEBUG_KMEMLEAK is
22 * memory leak and thus people who use kmemleak will not
/openbmc/qemu/scripts/oss-fuzz/
H A Dlsan_suppressions.txt2 leak:/lib64/libtcmalloc_minimal.so.4
5 leak:/lib64/libxkbcommon.so.0
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A D0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch4 Subject: [PATCH] ptpd: Solve memory leak for function NTPDCrequest
6 Solve the memory leak in function NTPDCrequest detected by valgrind tool.
8 Memory leak log example:
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Drack-level-leak@.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/rack-level-leak
7 SyslogIdentifier=%i-rack-level-leak
H A Dled-amber-deassert@.service5 ExecStart=/usr/libexec/phosphor-gpio-monitor/frontled "%i leak detect deassert" "BLADE" "%i"
6 SyslogIdentifier=%i-leak-detect-deassert
H A Dled-blue-assert@.service5 ExecStart=/usr/libexec/phosphor-gpio-monitor/frontled "%i leak detect assert" "BLADE" "%i"
6 SyslogIdentifier=%i-leak-detect-assert
H A Dled-blue-deassert@.service5 ExecStart=/usr/libexec/phosphor-gpio-monitor/frontled "%i leak detect deassert" "BLADE" "%i"
6 SyslogIdentifier=%i-leak-detect-deassert
H A Dled-amber-assert@.service5 ExecStart=/usr/libexec/phosphor-gpio-monitor/frontled "%i leak detect assert" "BLADE" "%i"
6 SyslogIdentifier=%i-leak-detect-assert
H A Dleak-detect-deassert@.service6 …or.LeakDetectedNormal --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-leak-detect-deassert
H A Dcritical-leak-detect-assert@.service6 ….LeakDetectedCritical --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-critical-leak-detect-assert
H A Dleak-detect-assert@.service6 …r.LeakDetectedWarning --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-small-leak-detect-assert
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dleak-detect-deassert@.service6 …or.LeakDetectedNormal --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-leak-detect-deassert
H A Dleak-detect-assert@.service6 ….LeakDetectedCritical --json "{\"DETECTOR_NAME\": \"/xyz/openbmc_project/state/leak/detector/%i\"}"
7 SyslogIdentifier=%i-leak-detect-assert
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch4 Subject: Don't leak temporary file on failed multi-file ed-style patch
7 would still leak temporary files in the case of multi-file ed-style
18 Fixes: 19599883ffb6 ("Don't leak temporary file on failed ed-style patch")
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dpower_domain.txt33 compatible = "foo,i-leak-current";
40 compatible = "foo,i-leak-current";
99 compatible = "foo,i-leak-current";
106 compatible = "foo,i-leak-current";
/openbmc/openbmc/poky/meta/recipes-devtools/patch/
H A Dpatch_2.7.6.bb11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \
12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend7 leak-detect-assert@.service \
8 leak-detect-deassert@.service \
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in
60 clear list of current memory leak suspects, done by
95 memory leak.
115 block is not considered a leak. One example is __vmalloc().
163 - ``kmemleak_not_leak`` - mark an object as not a leak
164 - ``kmemleak_ignore`` - do not scan or report an object as leak
198 the minimum age of an object to be reported as a memory leak.
211 number of false negatives. However, it is likely that a real memory leak
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend33 # Temporary workaround to address the fd leak issue in phosphor-pid-control
38 # This workaround will be removed once the fd leak issue is resolved.
/openbmc/qemu/util/
H A Dthrottle.c38 double leak; in throttle_leak_bucket() local
41 leak = (bkt->avg * (double) delta_ns) / NANOSECONDS_PER_SECOND; in throttle_leak_bucket()
44 bkt->level = MAX(bkt->level - leak, 0); in throttle_leak_bucket()
50 leak = (bkt->max * (double) delta_ns) / NANOSECONDS_PER_SECOND; in throttle_leak_bucket()
51 bkt->burst_level = MAX(bkt->burst_level - leak, 0); in throttle_leak_bucket()
/openbmc/linux/lib/
H A Dref_tracker.c161 bool leak = false; in ref_tracker_dir_exit() local
172 leak = true; in ref_tracker_dir_exit()
179 WARN_ON_ONCE(leak); in ref_tracker_dir_exit()
/openbmc/linux/tools/net/ynl/lib/
H A DMakefile6 CFLAGS += -g -fsanitize=address -fsanitize=leak -static-libasan

12345