Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/lib/
Dev67-strrchr.S52 lda t5, -1 # E : build garbage mask
55 mskqh t5, a0, t4 # E : Complete garbage mask
57 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
60 andnot t1, t4, t1 # E : clear garbage from null test
61 andnot t3, t4, t3 # E : clear garbage from char test
Dstrrchr.S30 lda t4, -1 # .. e1 : build garbage mask
36 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 andnot t1, t4, t1 # .. e1 : clear garbage from null test
39 andnot t3, t4, t3 # e0 : clear garbage from char test
Dstrchr.S26 lda t4, -1 # .. e1 : build garbage mask
32 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
37 andnot t0, t4, t0 # e0 : clear garbage bits
Dev67-strchr.S39 lda t4, -1 # E : build garbage mask
49 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
57 andnot t0, t4, t0 # E : clear garbage bits
Dev6-csum_ipv6_magic.S146 zapnot $4,3,$0 # U : clear upper garbage bits
Dstxncpy.S159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
162 mskqh t1, a0, t1 # e0 : mask leading garbage in src
Dev6-stxncpy.S198 mskql t0, a0, t0 # U : mask trailing garbage in dst
202 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
Dstxcpy.S258 lda t2, -1 # e1 : mask out leading garbage in source
Dev6-stxcpy.S288 lda t2, -1 # E : mask out leading garbage in source
/linux-4.4.14/fs/jffs2/
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
DTODO24 By writing _new_ nodes to one block, and garbage-collected REF_PRISTINE
/linux-4.4.14/drivers/tty/serial/
Dpmac_zilog.h364 #define ZS_CLEARFIFO(port) do { volatile unsigned char garbage; \
365 garbage = read_zsdata(port); \
366 garbage = read_zsdata(port); \
367 garbage = read_zsdata(port); \
/linux-4.4.14/drivers/lightnvm/
DKconfig33 functionality to device, while keeping data placement and garbage
41 cost-based garbage collection. It is optimized for 4K IO sizes.
/linux-4.4.14/net/unix/
DMakefile7 unix-y := af_unix.o garbage.o
/linux-4.4.14/fs/proc/
Dkcore.c117 LIST_HEAD(garbage); in __kcore_update_ram()
124 list_move(&pos->list, &garbage); in __kcore_update_ram()
128 list_splice(list, &garbage); in __kcore_update_ram()
133 free_kclist_ents(&garbage); in __kcore_update_ram()
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt101 background_gc=%s Turn on/off cleaning operations, namely garbage
103 idle. If background_gc=on, it will turn on the garbage
104 collection and if background_gc=off, garbage collection
106 on synchronous garbage collection running in background.
107 Default value for this option is on. So garbage
180 time for the garbage collection thread. Time is
184 time for the garbage collection thread. Time is
188 time for the garbage collection thread. Time is
192 policy for garbage collection. Setting gc_idle = 0
556 same as the unit size of garbage collection in FTL. Furthermore, with respect
Daffs.txt163 the bytes 0x00dc..0x00df of block 0 with garbage, thus invalidating
166 Linux will ignore this garbage and recognize the RDB anyway, but
Dnilfs2.txt25 cleaner or garbage collector) are required. Details on the tools are
131 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
Dlogfs.txt164 garbage collection. If a stale segments erase count is significantly
Dext2.txt267 doesn't understand compression, you would just get garbage back from
/linux-4.4.14/arch/m68k/fpsp040/
Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
Dx_snan.S13 | or l, then garbage is written to the dest (actually the upper 32 bits
/linux-4.4.14/fs/logfs/
Dsuper.c587 char *garbage; in logfs_mount() local
588 mtdnr = simple_strtoul(devname+3, &garbage, 0); in logfs_mount()
589 if (*garbage) in logfs_mount()
/linux-4.4.14/arch/arc/lib/
Dstrcmp.S77 cmp_s r3,r2 ; ... be independent of trailing garbage
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-f2fs26 Controls the victim selection policy for garbage collection.
/linux-4.4.14/Documentation/fb/
Dtridentfb.txt55 If in some modes which barely fit the memory you see garbage
/linux-4.4.14/Documentation/
Dbcache.txt340 Amount of dirty data is in the cache (updated when garbage collection runs).
375 duration: garbage collection, btree read, btree node sorts and btree splits.
398 Writing to this file forces garbage collection to run.
427 the SSD's garbage collection easier by effectively giving it more reserved
Dkmemleak.txt8 way similar to a tracing garbage collector
DCodingStyle587 reference counts. In the kernel, garbage collection doesn't exist (and
588 outside the kernel garbage collection is slow and inefficient), which
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt71 an ioctl struct with random stack garbage in the yet unused parts. Which
73 but garbage.
/linux-4.4.14/Documentation/RCU/
DRTFP.txt10 [Kung80] recommended use of a garbage collector to defer destruction
12 implementation. This works well in environments that have garbage
13 collectors, but most production garbage collectors incur significant
231 Use garbage collector to clean up data after everyone is done with it.
253 garbage-collection mechanism to handle concurrent use and deletion
270 RCU-like usage that does not rely on an automatic garbage
286 garbage-collection mechanism to handle concurrent use and deletion
375 Uses concept of ``garbage queue'', but has no real way of cleaning
376 the garbage efficiently.
783 currently referencing. Sort of an inside-out garbage collection
Drcu_dereference.txt364 garbage values.
/linux-4.4.14/Documentation/isdn/
DsyncPPP.FAQ114 Checking the debug log I just saw garbage like:
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid22 Customer reported "garbage in file on x86_64 platform".
34 > Subject: megaraid_mbox: garbage in file
DChangeLog.ncr53c8xx253 be confused by garbage. Also check peripheral qualifier.
DChangeLog.sym53c8xx568 be confused by garbage. Also check peripheral qualifier.
/linux-4.4.14/Documentation/security/
Dkeys.txt116 Keys in the last three states are subject to garbage collection. See the
815 garbage collector. The garbage collector immediately removes invalidated
1437 background garbage collector.
1439 Similarly, revoked and expired keys will be garbage collected, but only after a
/linux-4.4.14/Documentation/PCI/
Dpci.txt253 will return garbage).
633 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt248 garbage collection timer to monitor FBD entries. Expired entries will be
Dip-sysctl.txt78 Threshold when garbage collector becomes more aggressive about
158 entries' time-to-live and time intervals between garbage collection
1217 The threshold at which we will start garbage collecting for IPv4
1664 The threshold at which we will start garbage collecting for IPv6
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt290 gc=N Number of deferred-release async ops garbage collected
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S574 ;; driver are too long and are filled with trailing garbage (including
Dxircom_pgs.S612 ;; driver are too long and are filled with trailing garbage (including
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt158 device strings (as logged by kernel) have trailing binary garbage
/linux-4.4.14/kernel/trace/
DKconfig536 as it will write garbage to IO memory starting at a given address.
/linux-4.4.14/arch/mips/
DKconfig2766 this option being confused by leftover garbage in memory that might
2784 this option being confused by leftover garbage in memory that might
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1670 Otherwise, the following line sets YYVAL to garbage.
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1453 Otherwise, the following line sets YYVAL to garbage.
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1671 Otherwise, the following line sets YYVAL to garbage.
/linux-4.4.14/arch/arm/
DKconfig1894 this option being confused by leftover garbage in memory that might
/linux-4.4.14/lib/
DKconfig.debug507 similar to the Boehm's conservative garbage collector, the
/linux-4.4.14/arch/x86/kvm/
Dx86.c2685 static void wbinvd_ipi(void *garbage) in wbinvd_ipi() argument