Home
last modified time | relevance | path

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

123

/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
H A Dev6-stxncpy.S199 mskql t0, a0, t0 # U : mask trailing garbage in dst
203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
H A Dstxcpy.S259 lda t2, -1 # e1 : mask out leading garbage in source
/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
/linux/net/unix/
H A DMakefile8 unix-y := af_unix.o garbage.o
/linux/tools/testing/selftests/bpf/progs/
H A Dcpumask_failure.c245 void *garbage = (void *)0x123456; in BPF_PROG() local
255 ret = bpf_cpumask_populate((struct cpumask *)local, garbage, 8); in BPF_PROG()
/linux/tools/memory-model/litmus-tests/
H A DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/linux/fs/proc/
H A Dkcore.c275 LIST_HEAD(garbage); in kcore_update_ram()
287 list_splice_tail(&list, &garbage); in kcore_update_ram()
293 list_move(&pos->list, &garbage); in kcore_update_ram()
301 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
/linux/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs22 Description: Controls the victim selection policy for garbage collection.
172 Description: Controls migration granularity of garbage collection on large
383 Description: Number of garbage collection operations performed on demand.
389 Description: Number of garbage collection operations triggered in background.
395 Description: Number of blocks moved by garbage collection in foreground.
401 Description: Number of blocks moved by garbage collection in background.
796 Description: Controls migration window granularity of garbage collection on large
811 number, F2FS do not garbage collection for zoned devices through the
818 number, F2FS boosts garbage collection for zoned devices through the
868 Description: This threshold is used to control triggering garbage collectio
[all...]
/linux/arch/arc/lib/
H A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/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-qcard.dtsi533 * garbage data when the TX pin of the Bluetooth module is
631 * garbage data when the TX pin of the Bluetooth module
643 * to prevent BT SoC from receiving garbage during sleep.
H A Dqcs6490-rb3gen2.dts989 * garbage data when the TX pin of the Bluetooth module is
1083 * garbage data when the TX pin of the Bluetooth module
1094 * to prevent BT SoC from receiving garbage during sleep.
/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
269 run garbage collection to ensure that all available space can
273 avoid additional garbage collection. This can be given as a
336 atgc Enable age-threshold garbage collection, it provides high
757 same as the unit size of garbage collection in FTL. Furthermore, with respect
946 consequently are not needed to be garbage collecte
[all...]
H A Daffs.rst186 the bytes 0x00dc..0x00df of block 0 with garbage, thus invalidating
189 Linux will ignore this garbage and recognize the RDB anyway, but
H A Dnilfs2.rst28 cleaner or garbage collector) are required. Details on the tools are
138 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
/linux/Documentation/fb/
H A Dtridentfb.rst62 If in some modes which barely fit the memory you see garbage
/linux/Documentation/litmus-tests/
H A DREADME75 ensure that an RCU reader will not see pre-initialization garbage.
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst75 an ioctl struct with random stack garbage in the yet unused parts. Which
77 but garbage. This is also the reason why you must explicitly pad all
79 might insert could contain garbage.

123