/linux-4.1.27/arch/alpha/lib/ |
D | ev67-strrchr.S | 52 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
|
D | strrchr.S | 30 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
|
D | ev67-strchr.S | 39 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
|
D | strchr.S | 26 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
|
D | ev6-csum_ipv6_magic.S | 146 zapnot $4,3,$0 # U : clear upper garbage bits
|
D | stxncpy.S | 159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 162 mskqh t1, a0, t1 # e0 : mask leading garbage in src
|
D | ev6-stxncpy.S | 198 mskql t0, a0, t0 # U : mask trailing garbage in dst 202 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
|
D | stxcpy.S | 258 lda t2, -1 # e1 : mask out leading garbage in source
|
D | ev6-stxcpy.S | 288 lda t2, -1 # E : mask out leading garbage in source
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 17 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
|
D | TODO | 24 By writing _new_ nodes to one block, and garbage-collected REF_PRISTINE
|
/linux-4.1.27/drivers/tty/serial/ |
D | pmac_zilog.h | 364 #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.1.27/net/unix/ |
D | Makefile | 7 unix-y := af_unix.o garbage.o
|
/linux-4.1.27/fs/proc/ |
D | kcore.c | 117 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.1.27/Documentation/filesystems/ |
D | f2fs.txt | 101 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 Default value for this option is on. So garbage 177 time for the garbage collection thread. Time is 181 time for the garbage collection thread. Time is 185 time for the garbage collection thread. Time is 189 policy for garbage collection. Setting gc_idle = 0 553 same as the unit size of garbage collection in FTL. Furthermore, with respect
|
D | affs.txt | 163 the bytes 0x00dc..0x00df of block 0 with garbage, thus invalidating 166 Linux will ignore this garbage and recognize the RDB anyway, but
|
D | nilfs2.txt | 25 cleaner or garbage collector) are required. Details on the tools are 131 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
|
D | logfs.txt | 164 garbage collection. If a stale segments erase count is significantly
|
D | ext2.txt | 267 doesn't understand compression, you would just get garbage back from
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the
|
D | x_snan.S | 13 | or l, then garbage is written to the dest (actually the upper 32 bits
|
/linux-4.1.27/fs/logfs/ |
D | super.c | 587 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.1.27/arch/arc/lib/ |
D | strcmp.S | 77 cmp_s r3,r2 ; ... be independent of trailing garbage
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 26 Controls the victim selection policy for garbage collection.
|
/linux-4.1.27/Documentation/fb/ |
D | tridentfb.txt | 55 If in some modes which barely fit the memory you see garbage
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 340 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
|
D | kmemleak.txt | 8 way similar to a tracing garbage collector
|
D | CodingStyle | 587 reference counts. In the kernel, garbage collection doesn't exist (and 588 outside the kernel garbage collection is slow and inefficient), which
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 71 an ioctl struct with random stack garbage in the yet unused parts. Which 73 but garbage.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 10 [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
|
D | rcu_dereference.txt | 37 garbage. 368 garbage values.
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 114 Checking the debug log I just saw garbage like:
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 22 Customer reported "garbage in file on x86_64 platform". 34 > Subject: megaraid_mbox: garbage in file
|
D | ChangeLog.ncr53c8xx | 253 be confused by garbage. Also check peripheral qualifier.
|
D | ChangeLog.sym53c8xx | 568 be confused by garbage. Also check peripheral qualifier.
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 116 Keys in the last three states are subject to garbage collection. See the 815 garbage collector. The garbage collector immediately removes invalidated 1428 background garbage collector. 1430 Similarly, revoked and expired keys will be garbage collected, but only after a
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 253 will return garbage). 633 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 289 gc=N Number of deferred-release async ops garbage collected
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 574 ;; driver are too long and are filled with trailing garbage (including
|
D | xircom_pgs.S | 612 ;; driver are too long and are filled with trailing garbage (including
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 536 as it will write garbage to IO memory starting at a given address.
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 158 device strings (as logged by kernel) have trailing binary garbage
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 78 Threshold when garbage collector becomes more aggressive about 158 entries' time-to-live and time intervals between garbage collection
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1694 Otherwise, the following line sets YYVAL to garbage.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1649 Otherwise, the following line sets YYVAL to garbage.
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1508 Otherwise, the following line sets YYVAL to garbage.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 497 similar to the Boehm's conservative garbage collector, the
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1847 this option being confused by leftover garbage in memory that might
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 2912 static void wbinvd_ipi(void *garbage) in wbinvd_ipi() argument
|