/linux-4.4.14/net/unix/ |
H A D | Makefile | 7 unix-y := af_unix.o garbage.o
|
H A D | garbage.c | 183 * starting the garbage collection scan_inflight() 262 * force a garbage collect right now. wait_for_unix_gc() 285 /* First, select candidates for garbage collection. Only unix_gc() 293 * during the garbage collection. unix_gc() 353 /* Now gc_candidates contains only garbage. Restore original unix_gc()
|
H A D | af_unix.c | 24 * Alan Cox : Started proper garbage collector 1517 * The "user->unix_inflight" variable is protected by the garbage 1555 * Need to duplicate file references for the sake of garbage unix_attach_fds()
|
/linux-4.4.14/arch/arm/mach-u300/ |
H A D | dummyspichip.c | 79 pr_info("Simple test 1: write 0xAA byte, read back garbage byte " dummy_looptest() 88 pr_info("Simple test 2: write 8 bytes, read back 8 bytes garbage " dummy_looptest() 97 pr_info("Simple test 3: write 14 bytes, read back 14 bytes garbage " dummy_looptest() 107 "bytes garbage with spi_read() in 8bit mode\n"); dummy_looptest() 122 "14 bytes garbage with spi_read() in 8bit mode\n"); dummy_looptest() 137 "read %d bytes garbage with spi_read() in 8bit mode\n", dummy_looptest() 161 pr_info("Simple test 7: write 0xAA byte, read back garbage byte " dummy_looptest() 173 pr_info("Simple test 8: write 8 bytes, read back 8 bytes garbage " dummy_looptest() 182 pr_info("Simple test 9: write 14 bytes, read back 14 bytes garbage " dummy_looptest() 192 "read %d bytes garbage with spi_read() in 16bit mode\n", dummy_looptest()
|
/linux-4.4.14/arch/alpha/lib/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | ev6-csum_ipv6_magic.S | 146 zapnot $4,3,$0 # U : clear upper garbage bits
|
H A 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)
|
H A 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
|
H A D | ev6-stxcpy.S | 288 lda t2, -1 # E : mask out leading garbage in source
|
H A D | stxcpy.S | 258 lda t2, -1 # e1 : mask out leading garbage in source
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | stacktrace.h | 27 * Remove any garbage that may be in regs (specially func prepare_frametrace()
|
/linux-4.4.14/arch/x86/platform/efi/ |
H A D | quirks.c | 25 * space in the variable store. The implementation of garbage collection 31 * efi_query_variable_store() and forces garbage collection. 45 * Deleting the dummy variable which kicks off garbage collection 85 * Triggering garbage collection may require that the firmware efi_query_variable_store() 112 * The runtime code may now have triggered a garbage collection efi_query_variable_store()
|
/linux-4.4.14/fs/ubifs/ |
H A D | gc.c | 24 * This file implements garbage collection. The procedure for garbage collection 26 * nodes) or not. For non-index LEBs, garbage collection finds a LEB which 28 * nodes to the journal, at which point the garbage-collected LEB is free to be 29 * reused. For index LEBs, garbage collection marks the non-obsolete index nodes 30 * dirty in the TNC, and after the next commit, the garbage-collected LEB is 37 * and not worth garbage-collecting. The dead watermark is one min. I/O unit 41 * actually reclaim even very small pieces of dirty space by garbage collecting 63 * define "soft" and "hard" limits on the number of LEBs the garbage collector 70 * switch_gc_head - switch the garbage collection journal head. 227 * This function sorts the list of inodes to garbage collect. First of all, it 461 * ubifs_garbage_collect_leb - garbage-collect a logical eraseblock. 463 * @lp: describes the LEB to garbage collect 465 * This function garbage-collects an LEB and returns one of the @LEB_FREED, 613 * ubifs_garbage_collect - UBIFS garbage collector. 617 * This function does out-of-place garbage collection. The return codes are: 752 * commit straight away, we try to garbage collect some ubifs_garbage_collect() 829 * ubifs_gc_start_commit - garbage collection at start of commit. 913 * ubifs_gc_end_commit - garbage collection at end of commit. 916 * This function completes out-of-place garbage collection of index LEBs.
|
H A D | lpt_commit.c | 695 * garbage collection because it is more efficient to write the entire tree 744 * lpt_tgc_start - start trivial garbage collection of LPT LEBs. 747 * LPT trivial garbage collection is where a LPT LEB contains only dirty and 769 * lpt_tgc_end - end trivial garbage collection of LPT LEBs. 772 * LPT trivial garbage collection is where a LPT LEB contains only dirty and 895 * This function is used by LPT garbage collection. LPT garbage collection is 897 * simply involves marking all the nodes in the LEB being garbage-collected as 944 * This function is used by LPT garbage collection. LPT garbage collection is 946 * simply involves marking all the nodes in the LEB being garbage-collected as 974 * This function is used by LPT garbage collection. LPT garbage collection is 976 * simply involves marking all the nodes in the LEB being garbage-collected as 999 * This function is used by LPT garbage collection. LPT garbage collection is 1001 * simply involves marking all the nodes in the LEB being garbage-collected as 1026 * This function is used by LPT garbage collection. LPT garbage collection is 1028 * simply involves marking all the nodes in the LEB being garbage-collected as 1137 * lpt_gc_lnum - garbage collect a LPT LEB. 1139 * @lnum: LEB number to garbage collect 1141 * LPT garbage collection is used only for the "big" LPT model 1143 * in the LEB being garbage-collected as dirty. The dirty nodes are written 1187 * lpt_gc - LPT garbage collection. 1190 * Select a LPT LEB for LPT garbage collection and call 'lpt_gc_lnum()'.
|
H A D | scan.c | 26 * journal, to do garbage collection. for the TNC in-the-gaps method, and by 302 ubifs_err(c, "garbage"); ubifs_scan()
|
H A D | budget.c | 39 * UBIFS starts writing back dirty inodes and pages, doing garbage collection, 71 * run_gc - run garbage collector. 74 * This function runs garbage collector to make some more free space. Returns 82 /* Make some free space by garbage-collecting dirty space */ run_gc() 329 * LEBs that have been garbage collected and are awaiting the commit do_budget_space() 434 * commit, garbage-collection or write-back. Returns zero in case of success,
|
H A D | commit.c | 284 * Note, other stuff like background garbage collection may be added here in 472 * This function is called by garbage collection to determine if commit should
|
H A D | log.c | 262 * otherwise we'd risk to refer an LEB with garbage in case of ubifs_add_bud_to_log() 337 * commit i.e. do not allow them to be garbage remove_buds()
|
H A D | ubifs.h | 223 * SCANNED_GARBAGE: scanned garbage 265 * Return codes used by the garbage collector. 333 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB. 338 * This data structure is used to temporary store garbage-collected indexing 1153 * @gc_lnum: LEB number used for garbage collection 1155 * @idx_gc: list of index LEBs that have been garbage collected 1157 * @gc_seq: incremented for every non-index LEB garbage collected 1158 * @gced_lnum: last non-index LEB that was garbage collected
|
H A D | replay.c | 117 * the LEB had been garbage collected before it became the bud, set_bud_lprops() 118 * and there was not commit inbetween. The garbage collector set_bud_lprops() 128 * amount of space that the garbage collector reclaimed, which set_bud_lprops()
|
H A D | recovery.c | 331 * so this LEB ends up with some amount of garbage at the ubifs_recover_master_node() 734 * second half of B contains corrupted data or garbage. This ubifs_recover_leb() 1156 * Out-of-place garbage collection requires always one empty LEB with which to 1157 * start garbage collection. The LEB number is recorded in c->gc_lnum and is 1195 * We run the commit before garbage collection otherwise subsequent ubifs_rcvry_gc_commit()
|
H A D | tnc.c | 68 * That means that the garbage collection and the in-the-gaps method of 1243 * if we changed the leftmost key of the parent znode, the garbage ubifs_lookup_level0() 1381 * maybe_leb_gced - determine if a LEB may have been garbage collected. 1384 * @gc_seq1: garbage collection sequence number 1386 * This function determines if @lnum may have been garbage collected since 1463 /* Drop the TNC mutex prematurely and race with garbage collection */ ubifs_tnc_locate() 2195 * is found. This function is called by garbage collection when node are moved. 2957 * were found on the media by scanning, for example when garbage-collecting or 3231 * This function loads and dirties an index node so that it can be garbage
|
H A D | find.c | 25 * garbage collection. In general, lprops category heaps and lists are used 297 * we use garbage collector to consolidate it. The "half" ubifs_find_dirty_leb()
|
H A D | lpt.c | 32 * much like the TNC, and the LPT area has its own garbage collection. 36 * can be written into a single eraseblock. In that case, garbage collection 39 * selected for garbage collection, which consists of marking the clean nodes in
|
H A D | journal.c | 152 * No free space, we have to run garbage collector to make reserve_space() 868 * have been garbage-collected already. And for optimization reasons UBIFS does
|
H A D | lprops.c | 28 * an empty LEB for the journal, or a very dirty LEB for garbage collection. 1100 * may contain garbage - do not scan them.
|
H A D | file.c | 504 * garbage-collection, committing or forcing write-back. We return ubifs_write_begin() 559 * means that part of the page contains garbage. So read the ubifs_write_end()
|
H A D | super.c | 767 * This function ensures that the LEB reserved for garbage collection is marked 1348 * GC LEB may contain garbage if there was an unclean mount_ubifs()
|
/linux-4.4.14/fs/jffs2/ |
H A D | background.c | 47 pr_warn("fork failed for JFFS2 garbage collect thread: %ld\n", jffs2_start_garbage_collect_thread() 156 pr_notice("No space for garbage collection. Aborting GC thread\n"); jffs2_garbage_collect_thread()
|
H A D | jffs2_fs_sb.h | 84 uint8_t resv_blocks_gcmerge; /* ... merge pages when garbage collecting */ 95 struct jffs2_eraseblock *gcblock; /* The block we're currently garbage-collecting */
|
H A D | build.c | 165 * around and not yet garbage-collected, but which have 331 /* When do we allow garbage collection to merge nodes to make jffs2_calc_trigger_levels() 335 /* When do we allow garbage collection to eat from bad blocks rather jffs2_calc_trigger_levels()
|
H A D | gc.c | 50 /* Pick an eraseblock to garbage collect next. This is where we'll jffs2_find_gc_block() 241 /* First, work out which block we're garbage-collecting */ jffs2_garbage_collect_pass() 254 jffs2_dbg(1, "Couldn't find erase block to garbage collect!\n"); jffs2_garbage_collect_pass() 290 jffs2_dbg(1, "Going to garbage collect node at 0x%08x\n", jffs2_garbage_collect_pass() 368 we're holding the alloc_sem, no other garbage collection jffs2_garbage_collect_pass() 451 pr_err("Error garbage collecting node at %08x!\n", jffs2_garbage_collect_pass()
|
H A D | xattr.c | 62 * In the first case, the garbage collector release it later. 1201 /* -------- garbage collector functions ------------- 1207 * is used to call do_verify_xattr_datum() before garbage collecting.
|
H A D | debug.c | 93 /* A hole node which isn't multi-page should be garbage-collected __jffs2_dbg_fragtree_paranoia_check_nolock()
|
H A D | nodelist.h | 293 struct jffs2_raw_node_ref *gc_node; /* Next node to be garbage collected */
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
H A D | swab.h | 48 * follow convention; indeed, it leaves garbage in the upport 16 __arch_swab16()
|
/linux-4.4.14/scripts/ |
H A D | extract-ikconfig | 24 then # exit status must be 0 or 2 (trailing garbage warning)
|
H A D | recordmcount.c | 17 * and the old ElfXX_Shdr[] array, remain as "garbage" (commonly, a couple 19 * will ignore the garbage regions, because they are not designated by the 20 * new .e_shoff nor the new ElfXX_Shdr[]. [In order to remove the garbage, 21 * then use "ld -r" to create a new file that omits the garbage.]
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
H A D | ip_set_comment.h | 55 /* Called from uadd/udel, flush or the garbage collectors protected
|
/linux-4.4.14/arch/um/drivers/ |
H A D | umcast_kern.c | 84 printk(KERN_ERR "mcast_setup - Extra garbage on " mcast_setup() 130 printk(KERN_ERR "ucast_setup - Extra garbage on " ucast_setup()
|
H A D | pcap_kern.c | 68 printk(KERN_ERR "pcap_setup - Extra garbage on " pcap_setup()
|
H A D | net_kern.c | 901 printk(KERN_ERR "tap_setup_common - Extra garbage on " tap_setup_common()
|
/linux-4.4.14/lib/xz/ |
H A D | xz_dec_test.c | 100 * after the first Stream is considered to be garbage. 110 "garbage at the end of the file\n", xz_dec_test_write()
|
/linux-4.4.14/security/keys/ |
H A D | gc.c | 1 /* Key garbage collector 53 * Schedule a garbage collection run. 97 * We use three flags to make sure we see three complete cycles of the garbage
|
H A D | keyctl.c | 358 * and any links to the key will be automatically garbage collected after a 392 * The key and any links to the key will be automatically garbage collected 1143 * The key and any links to the key will be automatically garbage collected 1163 * The key and any links to the key will be automatically garbage collected 1290 * garbage collected after the timeout expires.
|
H A D | key.c | 522 * will be automatically garbage collected after the timeout expires. 977 * automatically garbage collected after key_gc_delay amount of time if they 1105 * they and their links will be garbage collected as soon as possible.
|
/linux-4.4.14/drivers/tty/serial/ |
H A 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); \
|
H A D | sunsab.c | 66 * can cause garbage characters to get emitted by the chip.
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | fujitsu_ts.c | 58 /* resync skip garbage */ fujitsu_interrupt()
|
H A D | edt-ft5x06.c | 769 * to have garbage in there edt_ft5x06_ts_identify()
|
/linux-4.4.14/drivers/media/dvb-core/ |
H A D | dvb_demux.h | 93 int pusi_seen; /* prevents feeding of garbage from previous section */
|
H A D | dvb_demux.c | 223 * In this case, without feed->pusi_seen you'll receive a garbage section 230 * prevent initial feeding of garbage from the end of 507 /* This garbage is part of a valid packet? */ find_next_packet() 517 /* Filter all pktsize= 188 or 204 sized packets and skip garbage. */ _dvb_dmx_swfilter()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | memory.c | 60 partial map, the full map, or complete garbage, so detect_memory_e820()
|
/linux-4.4.14/fs/proc/ |
H A D | kcore.c | 117 LIST_HEAD(garbage); __kcore_update_ram() 124 list_move(&pos->list, &garbage); __kcore_update_ram() 128 list_splice(list, &garbage); __kcore_update_ram() 133 free_kclist_ents(&garbage); __kcore_update_ram()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | neighbour.h | 63 NUD_PERMANENT also cannot be deleted by garbage collectors.
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_st6422.c | 35 4 as they are garbage */ 47 4 as they are garbage, and we tell the app it only gets the
|
/linux-4.4.14/fs/nilfs2/ |
H A D | gcinode.c | 2 * gcinode.c - dummy inodes to buffer blocks for garbage collection 26 * This file adds the cache of on-disk blocks to be moved in garbage
|
H A D | sufile.h | 72 * nilfs_sufile_scrap - make a segment garbage
|
H A D | ioctl.c | 620 * nilfs_ioctl_move_blocks - move valid inode's blocks during garbage collection 626 * blocks that garbage collector specified with the array of nilfs_vdesc 868 * Description: nilfs_ioctl_clean_segments() function makes garbage
|
/linux-4.4.14/drivers/media/usb/msi2500/ |
H A D | msi2500.c | 182 * | 04- 15 | garbage 195 * | 04- 15 | garbage 221 * | 1000-1023 | garbage 239 * | 04- 15 | garbage 251 * | 04- 15 | garbage 279 * Dump all unknown 'garbage' data - maybe we will discover msi2500_convert_stream() 324 /* Dump unknown 'garbage' data */ msi2500_convert_stream()
|
/linux-4.4.14/fs/logfs/ |
H A D | super.c | 587 char *garbage; logfs_mount() local 588 mtdnr = simple_strtoul(devname+3, &garbage, 0); logfs_mount() 589 if (*garbage) logfs_mount()
|
H A D | gc.c | 2 * fs/logfs/gc.c - garbage collection code 259 * to run garbage collection, we pick a candidate from there. All segments on 356 * Find the best segment for garbage collection. Main criterion is
|
H A D | inode.c | 31 * Logfs' requirement to read inodes for garbage collection makes life a bit
|
H A D | logfs.h | 174 * struct gc_candidate - "candidate" segment to be garbage collected next 418 * garbage collection performance.
|
H A D | logfs_abi.h | 124 * This effort is necessary to guarantee garbage collection to always make
|
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_lblc.c | 60 * It is for garbage collection of stale IPVS lblc entries, 70 * When there is no partial expiration check (garbage collection) 374 * Hook periodic timer for garbage collection ip_vs_lblc_init_svc()
|
H A D | ip_vs_lblcr.c | 60 * It is for garbage collection of stale IPVS lblcr entries, 70 * When there is no partial expiration check (garbage collection) 537 * Hook periodic timer for garbage collection ip_vs_lblcr_init_svc()
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | alloc.c | 38 * that garbage collection discovered no longer had valid keys pointing into 46 * time around, and we garbage collect or rewrite the priorities sooner than we 363 * locked would block garbage collection, but here we're bch_allocator_thread() 364 * waiting on garbage collection before we invalidate bch_allocator_thread()
|
H A D | movinggc.c | 2 * Moving/copying garbage collector
|
H A D | journal.h | 25 * gc information. But it is a potential issue with incremental garbage
|
H A D | bcache.h | 32 * garbage collector needs more work. More on that later. 96 * the moving garbage collector. 142 * Thus, the primary purpose of garbage collection is to find buckets to reuse.
|
H A D | btree.h | 71 * This is handy because btree_split() and garbage collection can issue writes
|
H A D | extents.c | 18 * When garbage collection is run, we resort the entire node.
|
H A D | bset.h | 29 * We can't filter out stale keys when we're resorting, because garbage
|
H A D | journal.c | 19 * entries (same as garbage collection would), then we replay them - reinserting
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | auth.h | 56 struct list_head cr_lru; /* lru garbage collection */
|
/linux-4.4.14/include/linux/ |
H A D | cnt32_to_63.h | 89 * as garbage. It is not cleared here because callers are likely to use a
|
H A D | rmap.h | 23 * After unlinking the last vma on the list, we must garbage collect
|
H A D | fscache-cache.h | 56 struct work_struct op_gc; /* operation garbage collector */
|
H A D | nilfs2_fs.h | 260 * garbage collector doesn't keep any past versions of these files.
|
/linux-4.4.14/arch/sh/boards/mach-migor/ |
H A D | lcd_qvga.c | 149 /* clear GRAM to avoid displaying garbage */ migor_lcd_qvga_setup()
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
H A D | test-vphn.c | 347 "vphn: garbage after terminator",
|
/linux-4.4.14/drivers/media/rc/ |
H A D | ttusbir.c | 119 * being MSB first. Bit 0 can contain garbage so take it to be whatever 328 * overwritten with garbage the accuracy is at best 2 * NS_PER_BIT. ttusbir_probe()
|
/linux-4.4.14/lib/zlib_deflate/ |
H A D | deflate.c | 546 * garbage. 784 /* If n is not on any hash chain, prev[n] is garbage but fill_window() 816 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage, fill_window() 984 /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not deflate_fast() 1056 /* If prev_match is also MIN_MATCH, match_start is garbage deflate_slow()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | x_operr.S | 11 | the source op is a NAN, then garbage is stored as the result (actually 15 | garbage.
|
H A D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the
|
H A D | x_snan.S | 13 | or l, then garbage is written to the dest (actually the upper 32 bits
|
/linux-4.4.14/drivers/remoteproc/ |
H A D | da8xx_remoteproc.c | 281 * begins executing garbage. da8xx_rproc_remove()
|
/linux-4.4.14/drivers/lightnvm/ |
H A D | rrpc.h | 115 /* also store a reverse map for garbage collection */
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | sdio_cis.c | 34 the TPLLV1_INFO field. Trailing garbage is ignored. */ cistpl_vers_1()
|
/linux-4.4.14/drivers/net/wan/ |
H A D | hostess_sv11.c | 57 * is no funny garbage involved
|
H A D | sealevel.c | 63 * is no funny garbage involved
|
/linux-4.4.14/arch/tile/lib/ |
H A D | spinlock_32.c | 176 * reminds us that the high bits are garbage; we mask them out arch_write_lock()
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
H A D | page.h | 143 * In such cases it doesn't matter what we return (we return garbage), mfn_to_pfn_no_overrides()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 169 * can leave garbage here.
|
H A D | tboot.c | 69 * set_fixmap(), to reduce chance of garbage value causing crash tboot_probe()
|
H A D | amd_gart_64.c | 179 * let the Northbridge deal with it. This will result in garbage iommu_full()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 63 * garbage.)
|
/linux-4.4.14/arch/blackfin/mach-common/ |
H A D | interrupt.S | 36 * or garbage if IPEND won't be needed by the ISR. */
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_tables.h | 294 * @gc_int: garbage collection interval in msecs 521 * struct nft_set_gc_batch_head - nf_tables set garbage collection batch 538 * struct nft_set_gc_batch - nf_tables set garbage collection batch 541 * @elems: garbage collection elements
|
/linux-4.4.14/arch/powerpc/oprofile/ |
H A D | common.c | 153 * is garbage. op_powerpc_create_files()
|
/linux-4.4.14/arch/arm/mach-exynos/ |
H A D | exynos.c | 313 * Some versions of uboot pass garbage entries in the memory node, exynos_dt_fixup()
|
/linux-4.4.14/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ip.c | 50 struct timer_list gc; /* garbage collection */
|
H A D | ip_set_bitmap_port.c | 42 struct timer_list gc; /* garbage collection */
|
H A D | ip_set_bitmap_ipmac.c | 54 struct timer_list gc; /* garbage collector */
|
H A D | ip_set_list_set.c | 45 struct timer_list gc; /* garbage collection */
|
/linux-4.4.14/tools/usb/usbip/src/ |
H A D | usbip_network.c | 50 err("port: garbage at end of '%s'", arg); usbip_setup_port_number()
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | label.c | 651 /* mark unused labels for garbage collection */ for_each_clear_bit_le() 802 * they can be garbage collected after writing the new labels. init_labels()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_fbdev.c | 265 * garbage was left in there. intelfb_create() 768 * full of whatever garbage was left in there. intel_fbdev_set_suspend()
|
/linux-4.4.14/fs/lockd/ |
H A D | host.c | 618 /* Then, perform a garbage collection pass */ 648 dprintk("lockd: host garbage collection for net %p\n", net); for_each_host()
|
H A D | svcsubs.c | 316 * used by the garbage collector; simply sets h_inuse only for those
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
H A D | pci.c | 111 /* Uninorth will return garbage if we don't read back the value ! */ u3_agp_cfg_access() 365 /* Uninorth will return garbage if we don't read back the value ! */ u4_pcie_cfg_access()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | signal32.c | 172 /* 1. Make sure we are not getting garbage from the user */ do_sigreturn32() 261 /* 1. Make sure we are not getting garbage from the user */ do_rt_sigreturn32()
|
H A D | trampoline_64.S | 289 /* Put garbage in these registers to trap any access to them. */
|
H A D | signal_32.c | 91 /* 1. Make sure we are not getting garbage from the user */ do_sigreturn()
|
H A D | signal_64.c | 274 /* 1. Make sure we are not getting garbage from the user */ do_rt_sigreturn()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | llog.c | 255 /* get the buf with our target record; avoid old garbage */ llog_process_thread()
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
H A D | gx1fb_core.c | 349 /* Clear the frame buffer of garbage. */ gx1fb_probe()
|
H A D | gxfb_core.c | 414 /* Clear the frame buffer of garbage. */ gxfb_probe()
|
H A D | lxfb_core.c | 540 /* Clear the screen of garbage, unless noclear was specified, lxfb_probe()
|
/linux-4.4.14/drivers/net/caif/ |
H A D | caif_serial.c | 185 * Workaround for garbage at start of transmission, ldisc_receive()
|
H A D | caif_virtio.c | 531 /* garbage collect released buffers */ cfv_netdev_tx()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-highlander.c | 230 * garbage is returned when the read is subsequently aborted. highlander_i2c_read()
|
H A D | i2c-at91.c | 351 * If we are in this case, it means there is garbage data in RHR, so at91_twi_read_next_byte() 487 * the RXRDY interrupt first in order to not keep garbage data in the atmel_twi_interrupt()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | saa6588.c | 269 SAA6588 returns garbage otherwise. */ saa6588_i2c_poll()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | dfs.c | 121 /* HW sometimes adds 2 garbage bytes in front of FFT samples */ ath9k_check_chirping()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
H A D | meth.h | 27 #define METH_RX_HEAD 34 /* status + 3 quad garbage-fill + 2 byte zero-pad */
|
/linux-4.4.14/lib/ |
H A D | ts_fsm.c | 220 * back and forth until garbage at head is munched. fsm_find()
|
/linux-4.4.14/net/core/ |
H A D | dst.c | 34 * entries, that are handled by the garbage collect thread
|
/linux-4.4.14/include/xen/interface/io/ |
H A D | blkif.h | 100 * by garbage collection) must also be erased. To use this feature, the flag
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
H A D | ucc_fast.c | 336 * otherwise, old garbage may come through ucc_fast_init()
|
H A D | ucc_slow.c | 333 * otherwise, old garbage may come through ucc_slow_init()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
H A D | unwind.c | 42 * we would be able to come up with by walking the stack (which is garbage
|
/linux-4.4.14/arch/m68k/mvme16x/ |
H A D | config.c | 293 printk ("\n\nBug call .BRD_ID returned garbage - giving up\n\n"); config_mvme16x()
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
H A D | pci-vdk.c | 262 * There exist PCI IDE controllers which have utter garbage pci_fixup_ide_trash()
|
/linux-4.4.14/arch/hexagon/kernel/ |
H A D | traps.c | 184 /* If newfp isn't larger, we're tracing garbage. */ do_show_stack()
|
/linux-4.4.14/net/rds/ |
H A D | ib.h | 105 * garbage, and we can tell a small 8 byte fragment from an ACK frame.
|
H A D | connection.c | 118 * For now they are not garbage collected once they're created. They
|
/linux-4.4.14/include/linux/lockd/ |
H A D | lockd.h | 258 * This is used in garbage collection and resource reclaim
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 385 * The remove_keys() logic is performed as garbage collection __cache_work_func() 393 * the garbage collection work to try to run in next cycle, __cache_work_func() 794 * To avoid copying garbage after the pas array, we allocate reg_umr()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 177 * garbage. Check validity before using it. wil_print_ring() 189 seq_printf(s, " ??? size is not multiple of %zd, garbage?\n", wil_print_ring() 197 seq_puts(s, " ??? pointers are garbage?\n"); wil_print_ring()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
H A D | ql4_iocb.c | 298 * garbage for pointers. qla4xxx_send_command_to_isp()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_parallel.c | 263 * garbage if the device is turned on anyway lirc_lirc_irq_handler()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-bcm2835aux.c | 42 * note there is garbage in the "official" documentation,
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-iops.c | 88 /* wipe out trailing garbage */ ide_fixstring()
|
/linux-4.4.14/drivers/input/tablet/ |
H A D | wacom_serial4.c | 401 "throwing away %d bytes of garbage\n", wacom->idx); wacom_interrupt()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw-internal.h | 267 trust its output (otherwise the encoder might see garbage and
|
/linux-4.4.14/drivers/net/usb/ |
H A D | mcs7830.c | 24 * can access only ~ 24, remaining user buffer is uninitialized garbage
|
H A D | rndis_host.c | 42 * need to send unused garbage in control-OUT messages.
|
H A D | usbnet.c | 1990 dev_err(&intf->dev, "skipping garbage byte\n"); cdc_parse_cdc_header() 1995 dev_err(&intf->dev, "skipping garbage\n"); cdc_parse_cdc_header()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | bitfield.h | 124 * [0,high-low), with garbage in bits [high-low+1,...).
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_layer.h | 356 * @gc: fb flip garbage collector
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fbcon.c | 321 * quite likely have garbage around the console. nouveau_fbcon_zfill()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
H A D | network.c | 239 pr_err("%s: extra garbage on specification : '%s'\n", tuntap_probe()
|
/linux-4.4.14/block/partitions/ |
H A D | msdos.c | 169 these sometimes contain random garbage */ parse_extended()
|
/linux-4.4.14/drivers/char/tpm/ |
H A D | tpm_infineon.c | 169 usually garbage and useless. empty_fifo()
|
/linux-4.4.14/fs/fscache/ |
H A D | operation.c | 541 * garbage collect operations that have had their release deferred
|
/linux-4.4.14/mm/ |
H A D | internal.h | 233 * page from being allocated in parallel and returning garbage as the order.
|
/linux-4.4.14/net/dccp/ |
H A D | ackvec.c | 278 * dccp_ackvec_clear_state - Perform house-keeping / garbage-collection
|
/linux-4.4.14/include/net/ |
H A D | dst.h | 28 * to gc list and garbage collector periodically checks the refcnt.
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | entry.S | 739 ld8 r23=[r3],PT(R11)-PT(AR_BSPSTORE) // load ar.bspstore (may be garbage) 777 ld8 r24=[r2],PT(AR_FPSR)-PT(AR_RNAT) // M0|1 load ar.rnat (may be garbage) 962 ld8 r24=[r16],16 // load ar.rnat (may be garbage) 963 ld8 r23=[r17],16 // load ar.bspstore (may be garbage)
|
/linux-4.4.14/net/ipv4/ |
H A D | inetpeer.c | 366 /* perform garbage collect on all items stacked during a lookup */ inet_peer_gc()
|
/linux-4.4.14/net/ipv6/ |
H A D | esp6.c | 309 net_dbg_ratelimited("ipsec esp packet is garbage padlen=%d, elen=%d\n", esp_input_done2()
|
/linux-4.4.14/net/irda/ |
H A D | irlmp_frame.c | 393 /* Prevent concurrent read to get garbage */ irlmp_update_cache()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_sec.h | 583 * Called periodically by garbage collector to remove dead contexts 815 * garbage collection
|
/linux-4.4.14/drivers/misc/ |
H A D | apds990x.c | 415 /* Result can be totally garbage due to saturation */ apds990x_calc_again() 421 * Result can be totally garbage due to underflow apds990x_calc_again()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 1154 * In particular, this avoids SDIO timeouts and possibly garbage ath6kl_sdio_bmi_read() 1158 * a potential hang or garbage response. ath6kl_sdio_bmi_read()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | core_cia.c | 275 * garbage page. This works by causing TLB misses, causing old entries to 276 * be purged to make room for the new entries coming in for the garbage page.
|
/linux-4.4.14/firmware/keyspan_pda/ |
H A D | keyspan_pda.S | 105 * lots of trailing binary garbage in them (appears as ????). Device strings 574 ;; driver are too long and are filled with trailing garbage (including
|
H A D | xircom_pgs.S | 105 * lots of trailing binary garbage in them (appears as ????). Device strings 612 ;; driver are too long and are filled with trailing garbage (including
|
/linux-4.4.14/tools/perf/util/ |
H A D | dso.c | 1188 * It is now in the linked list, grab a reference, then garbage collect __dsos__add() 1205 * garbage collect it. __dsos__add()
|
/linux-4.4.14/drivers/usb/mon/ |
H A D | mon_text.c | 736 * So, we fill it with garbage to emulate a reused object. mon_text_ctor()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | r852.c | 755 /* this will timeout DMA if active, but better that garbage */ r852_irq()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | se401.c | 489 /* Sometimes a 1024 bytes garbage bulk packet is send between frames */ sd_pkt_scan_janggu()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | kingsun-sir.c | 44 * end is garbage (left over from a previous reception) and is discarded.
|
H A D | vlsi_ir.c | 1783 * - vlsi_irda_resume got screwed when trying to resume from garbage vlsi_irda_resume() 1786 * device and independently resume_ok should catch any garbage config. vlsi_irda_resume()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | core.h | 807 * avoid reporting garbage data.
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | dbtest.c | 1005 this_param->buffer.pointer = (u8 *)params; /* just a garbage buffer */ acpi_db_evaluate_one_predefined_name()
|
/linux-4.4.14/drivers/block/rsxx/ |
H A D | cregs.c | 269 * At this point we're probably reading garbage from HW. Don't creg_cmd_done()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | head.S | 248 ;; garbage but we do sanity checks on it, the chance that it points
|
/linux-4.4.14/fs/f2fs/ |
H A D | gc.c | 251 * One is garbage collection and the other is SSR segment selection.
|
/linux-4.4.14/net/sunrpc/ |
H A D | auth.c | 463 * Enforce a 60 second garbage collection moratorium rpcauth_prune_expired()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 527 * unmap garbage. send_reply()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 291 * @NFTA_SET_GC_INTERVAL: garbage collection interval (NLA_U32)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mmu-hash64.h | 455 * bits may contain other garbage, so you may need to mask the
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | pm-cps.c | 38 * VPE left it. Returns garbage if coupled_coherence is zero or this is not
|
H A D | vpe.c | 844 lose what has happened. So perhaps if garbage is sent to the vpe vpe_release()
|
/linux-4.4.14/arch/m68k/atari/ |
H A D | config.c | 505 * On the Medusa, phys. 0x4 may contain garbage because it's no atari_reset()
|
/linux-4.4.14/tools/virtio/ |
H A D | vringh_test.c | 571 /* Fill contents with recognisable garbage. */ main()
|
/linux-4.4.14/drivers/usb/class/ |
H A D | cdc-acm.c | 1147 dev_err(&intf->dev, "skipping garbage byte\n"); acm_probe() 1152 dev_err(&intf->dev, "skipping garbage\n"); acm_probe()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | s3cmci.c | 459 * otherwise we will write garbage, so round down to do_pio_read() 911 * DMA channel and the fifo to clear out any garbage. */ finalize_request()
|
/linux-4.4.14/arch/x86/entry/ |
H A D | entry_64.S | 416 * To make sure RESTORE_EXTRA_REGS doesn't restore garbage on error, 1428 * it or it will end up containing garbage.
|
/linux-4.4.14/net/atm/ |
H A D | mpc.c | 454 pr_info("(%s) ignoring %Zd bytes of trailing TLV garbage\n", lane2_assoc_ind() 733 pr_info("(%s) garbage arrived, purging\n", dev->name); mpc_push()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 156 /* Uninorth will return garbage if we don't read back the value ! */ macrisc_cfg_map_bus() 418 /* Uninorth will return garbage if we don't read back the value ! */ u4_pcie_cfg_map_bus()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 1815 /* read some garbage so that we eventually sync up */ ns83820_mii_read_reg() 1848 /* read some garbage so that we eventually sync up */ ns83820_mii_write_reg()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_rndis.c | 68 * to send garbage in some control-OUT messages.
|
/linux-4.4.14/drivers/usb/host/ |
H A D | pci-quirks.c | 990 /* We're reading garbage from the controller */ quirk_usb_handoff_xhci()
|