Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.0.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\
/OK3568_Linux_fs/kernel/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 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 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
/OK3568_Linux_fs/kernel/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
H A DTODO24 By writing _new_ nodes to one block, and garbage-collected REF_PRISTINE
/OK3568_Linux_fs/buildroot/package/bdwgc/
H A DConfig.in6 The Boehm-Demers-Weiser conservative garbage collector can
7 be used as a garbage collecting replacement for C 'malloc'
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpmac_zilog.h365 #define ZS_CLEARFIFO(port) do { volatile unsigned char garbage; \
366 garbage = read_zsdata(port); \
367 garbage = read_zsdata(port); \
368 garbage = read_zsdata(port); \
/OK3568_Linux_fs/kernel/fs/proc/
H A Dkcore.c259 LIST_HEAD(garbage); in kcore_update_ram()
273 list_splice_tail(&list, &garbage); in kcore_update_ram()
279 list_move(&pos->list, &garbage); in kcore_update_ram()
288 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
/OK3568_Linux_fs/kernel/net/unix/
H A DMakefile8 unix-y := af_unix.o garbage.o
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
H A DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/OK3568_Linux_fs/buildroot/package/lmbench/
H A D0004-Fix-garbage-pointer-for-lat_rpc-S-localhost.patch4 Subject: [PATCH] Fix garbage pointer for lat_rpc -S localhost
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dlightnvm-pblk.rst13 - Implement garbage collection.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/
H A Dgo-common.inc8 garbage collection and the power of run-time reflection. It's a\
/OK3568_Linux_fs/kernel/Documentation/litmus-tests/
H A DREADME30 ensure that an RCU reader will not see pre-initialization garbage.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs22 Description: Controls the victim selection policy for garbage collection.
132 Description: Controls migration granularity of garbage collection on large
341 Description: Number of garbage collection operations performed on demand.
347 Description: Number of garbage collection operations triggered in background.
353 Description: Number of blocks moved by garbage collection in foreground.
359 Description: Number of blocks moved by garbage collection in background.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsc7180-idp.dts507 * garbage data when the TX pin of the Bluetooth module is
585 * to prevent BT SoC from receiving garbage during sleep.
594 * garbage data when the TX pin of the Bluetooth module
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Df2fs.rst105 background_gc=%s Turn on/off cleaning operations, namely garbage
107 idle. If background_gc=on, it will turn on the garbage
108 collection and if background_gc=off, garbage collection
110 on synchronous garbage collection running in background.
111 Default value for this option is on. So garbage
245 run garbage collection to ensure that all available space can
249 avoid additional garbage collection. This can be given as a
301 atgc Enable age-threshold garbage collection, it provides high
696 same as the unit size of garbage collection in FTL. Furthermore, with respect
899 consequently are not needed to be garbage collected. In case the
/OK3568_Linux_fs/kernel/arch/arc/lib/
H A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/OK3568_Linux_fs/buildroot/package/mono/
H A D0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch33 Description: A garbage collector for C and C++
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmemory147 * Utilities to assist with garbage collection in an implementation
160 /// Inform a garbage collector that an object is still in use.
169 /// Inform a garbage collector that a region of memory need not be traced.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmemory147 * Utilities to assist with garbage collection in an implementation
160 /// Inform a garbage collector that an object is still in use.
169 /// Inform a garbage collector that a region of memory need not be traced.
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0015-tftp-Do-not-use-priority-queue.patch151 - /* Prevent garbage in broken cards. Is it still necessary
190 + * Prevent garbage in broken cards. Is it still necessary

123456