Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.8.bb1 SUMMARY = "A garbage collector for C and C++"
3 DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
4 used as a garbage collecting replacement for C malloc or C++ new. It allows\
13 Alternatively, the garbage collector may be used as a leak detector for C\
/openbmc/linux/arch/alpha/lib/
H A Dev67-strrchr.S53 lda t5, -1 # E : build garbage mask
56 mskqh t5, a0, t4 # E : Complete garbage mask
58 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
61 andnot t1, t4, t1 # E : clear garbage from null test
62 andnot t3, t4, t3 # E : clear garbage from char test
H A Dstrrchr.S31 lda t4, -1 # .. e1 : build garbage mask
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
40 andnot t3, t4, t3 # e0 : clear garbage from char test
H A Dev67-strchr.S40 lda t4, -1 # E : build garbage mask
50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
58 andnot t0, t4, t0 # E : clear garbage bits
H A Dstrchr.S27 lda t4, -1 # .. e1 : build garbage mask
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 andnot t0, t4, t0 # e0 : clear garbage bits
H A Dev6-csum_ipv6_magic.S148 zapnot $4,3,$0 # U : clear upper garbage bits
H A Dstxncpy.S160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
/openbmc/linux/fs/jffs2/
H A DREADME.Locking17 the garbage collector will obtain this right at the beginning of
20 garbage collect pass.
49 avoid deadlocks with garbage collection -- the VFS will lock the i_sem
51 allocation may trigger garbage-collection, which may need to move a
53 VFS. If the garbage collection code were to attempt to lock the i_sem
54 of the inode from which it's garbage-collecting a physical node, this
59 mutex, which is obtained by the garbage collection code and also
94 pointer when the garbage collection thread exits. The code to kill the
132 the jffs2_raw_node_ref structures in question while the garbage
/openbmc/qemu/tests/qemu-iotests/
H A D301.out22 qemu-img: TEST_DIR/t.IMGFMT: Unknown driver 'garbage'
24 …EST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=garbage
25 qemu-img: TEST_DIR/t.IMGFMT: unrecognized backing format 'garbage'
H A D30163 _make_test_img -b "$TEST_IMG.base" -F garbage $size
64 _make_test_img -u -b "$TEST_IMG.base" -F garbage $size
/openbmc/linux/net/unix/
H A DMakefile8 unix-y := af_unix.o garbage.o
/openbmc/linux/tools/memory-model/litmus-tests/
H A DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/openbmc/linux/fs/proc/
H A Dkcore.c272 LIST_HEAD(garbage); in kcore_update_ram()
286 list_splice_tail(&list, &garbage); in kcore_update_ram()
292 list_move(&pos->list, &garbage); in kcore_update_ram()
301 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
/openbmc/qemu/tests/unit/
H A Drcutorture.c251 volatile int garbage = 0; in rcu_read_stress_test() local
267 garbage++; in rcu_read_stress_test()
/openbmc/linux/Documentation/litmus-tests/
H A DREADME30 ensure that an RCU reader will not see pre-initialization garbage.
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-common.inc8 garbage collection and the power of run-time reflection. It's a\
/openbmc/qemu/gdbstub/
H A Dtrace-events23 gdbstub_err_garbage(uint8_t ch) "received garbage between packets: 0x%02x"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/
H A D0001-Use-lld-in-printf-for-64-bit-time_t.patch7 architectures, causing garbage values to be printed from ppswatch and
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
/openbmc/linux/arch/arc/lib/
H A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst109 background_gc=%s Turn on/off cleaning operations, namely garbage
111 idle. If background_gc=on, it will turn on the garbage
112 collection and if background_gc=off, garbage collection
114 on synchronous garbage collection running in background.
115 Default value for this option is on. So garbage
264 run garbage collection to ensure that all available space can
268 avoid additional garbage collection. This can be given as a
331 atgc Enable age-threshold garbage collection, it provides high
750 same as the unit size of garbage collection in FTL. Furthermore, with respect
910 consequently are not needed to be garbage collected. In case the
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-idp.dts571 * garbage data when the TX pin of the Bluetooth module is
645 * to prevent BT SoC from receiving garbage during sleep.
655 * garbage data when the TX pin of the Bluetooth module
H A Dsc7280-idp.dtsi688 * garbage data when the TX pin of the Bluetooth module is
795 * to prevent BT SoC from receiving garbage during sleep.
805 * garbage data when the TX pin of the Bluetooth module
H A Dsm7225-fairphone-fp4.dts548 * garbage data when the TX pin of the Bluetooth module is
629 * garbage data when the TX pin of the Bluetooth module
640 * to prevent BT SoC from receiving garbage during sleep.
H A Dsc7280-qcard.dtsi534 * garbage data when the TX pin of the Bluetooth module is
632 * garbage data when the TX pin of the Bluetooth module
644 * to prevent BT SoC from receiving garbage during sleep.

12345