Searched refs:garbage (Results 1 - 200 of 319) sorted by relevance

12

/linux-4.4.14/net/unix/
H A DMakefile7 unix-y := af_unix.o garbage.o
H A Dgarbage.c183 * 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 Daf_unix.c24 * 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 Ddummyspichip.c79 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 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
H A 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
H A 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
H A 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
H A Dev6-csum_ipv6_magic.S146 zapnot $4,3,$0 # U : clear upper garbage bits
H A 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)
H A Dstxncpy.S159 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
162 mskqh t1, a0, t1 # e0 : mask leading garbage in src
H A Dev6-stxcpy.S288 lda t2, -1 # E : mask out leading garbage in source
H A Dstxcpy.S258 lda t2, -1 # e1 : mask out leading garbage in source
/linux-4.4.14/arch/mips/include/asm/
H A Dstacktrace.h27 * Remove any garbage that may be in regs (specially func prepare_frametrace()
/linux-4.4.14/arch/x86/platform/efi/
H A Dquirks.c25 * 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 Dgc.c24 * 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 Dlpt_commit.c695 * 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 Dscan.c26 * journal, to do garbage collection. for the TNC in-the-gaps method, and by
302 ubifs_err(c, "garbage"); ubifs_scan()
H A Dbudget.c39 * 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 Dcommit.c284 * 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 Dlog.c262 * 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 Dubifs.h223 * 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 Dreplay.c117 * 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 Drecovery.c331 * 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 Dtnc.c68 * 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 Dfind.c25 * 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 Dlpt.c32 * 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 Djournal.c152 * 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 Dlprops.c28 * an empty LEB for the journal, or a very dirty LEB for garbage collection.
1100 * may contain garbage - do not scan them.
H A Dfile.c504 * 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 Dsuper.c767 * 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 Dbackground.c47 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 Djffs2_fs_sb.h84 uint8_t resv_blocks_gcmerge; /* ... merge pages when garbage collecting */
95 struct jffs2_eraseblock *gcblock; /* The block we're currently garbage-collecting */
H A Dbuild.c165 * 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 Dgc.c50 /* 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 Dxattr.c62 * 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 Ddebug.c93 /* A hole node which isn't multi-page should be garbage-collected __jffs2_dbg_fragtree_paranoia_check_nolock()
H A Dnodelist.h293 struct jffs2_raw_node_ref *gc_node; /* Next node to be garbage collected */
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dswab.h48 * follow convention; indeed, it leaves garbage in the upport 16 __arch_swab16()
/linux-4.4.14/scripts/
H A Dextract-ikconfig24 then # exit status must be 0 or 2 (trailing garbage warning)
H A Drecordmcount.c17 * 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 Dip_set_comment.h55 /* Called from uadd/udel, flush or the garbage collectors protected
/linux-4.4.14/arch/um/drivers/
H A Dumcast_kern.c84 printk(KERN_ERR "mcast_setup - Extra garbage on " mcast_setup()
130 printk(KERN_ERR "ucast_setup - Extra garbage on " ucast_setup()
H A Dpcap_kern.c68 printk(KERN_ERR "pcap_setup - Extra garbage on " pcap_setup()
H A Dnet_kern.c901 printk(KERN_ERR "tap_setup_common - Extra garbage on " tap_setup_common()
/linux-4.4.14/lib/xz/
H A Dxz_dec_test.c100 * 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 Dgc.c1 /* 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 Dkeyctl.c358 * 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 Dkey.c522 * 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 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); \
H A Dsunsab.c66 * can cause garbage characters to get emitted by the chip.
/linux-4.4.14/drivers/input/touchscreen/
H A Dfujitsu_ts.c58 /* resync skip garbage */ fujitsu_interrupt()
H A Dedt-ft5x06.c769 * to have garbage in there edt_ft5x06_ts_identify()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_demux.h93 int pusi_seen; /* prevents feeding of garbage from previous section */
H A Ddvb_demux.c223 * 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 Dmemory.c60 partial map, the full map, or complete garbage, so detect_memory_e820()
/linux-4.4.14/fs/proc/
H A Dkcore.c117 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 Dneighbour.h63 NUD_PERMANENT also cannot be deleted by garbage collectors.
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.c35 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 Dgcinode.c2 * 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 Dsufile.h72 * nilfs_sufile_scrap - make a segment garbage
H A Dioctl.c620 * 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 Dmsi2500.c182 * | 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 Dsuper.c587 char *garbage; logfs_mount() local
588 mtdnr = simple_strtoul(devname+3, &garbage, 0); logfs_mount()
589 if (*garbage) logfs_mount()
H A Dgc.c2 * 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 Dinode.c31 * Logfs' requirement to read inodes for garbage collection makes life a bit
H A Dlogfs.h174 * struct gc_candidate - "candidate" segment to be garbage collected next
418 * garbage collection performance.
H A Dlogfs_abi.h124 * This effort is necessary to guarantee garbage collection to always make
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_lblc.c60 * 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 Dip_vs_lblcr.c60 * 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 Dalloc.c38 * 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 Dmovinggc.c2 * Moving/copying garbage collector
H A Djournal.h25 * gc information. But it is a potential issue with incremental garbage
H A Dbcache.h32 * 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 Dbtree.h71 * This is handy because btree_split() and garbage collection can issue writes
H A Dextents.c18 * When garbage collection is run, we resort the entire node.
H A Dbset.h29 * We can't filter out stale keys when we're resorting, because garbage
H A Djournal.c19 * entries (same as garbage collection would), then we replay them - reinserting
/linux-4.4.14/include/linux/sunrpc/
H A Dauth.h56 struct list_head cr_lru; /* lru garbage collection */
/linux-4.4.14/include/linux/
H A Dcnt32_to_63.h89 * as garbage. It is not cleared here because callers are likely to use a
H A Drmap.h23 * After unlinking the last vma on the list, we must garbage collect
H A Dfscache-cache.h56 struct work_struct op_gc; /* operation garbage collector */
H A Dnilfs2_fs.h260 * garbage collector doesn't keep any past versions of these files.
/linux-4.4.14/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c149 /* clear GRAM to avoid displaying garbage */ migor_lcd_qvga_setup()
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c347 "vphn: garbage after terminator",
/linux-4.4.14/drivers/media/rc/
H A Dttusbir.c119 * 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 Ddeflate.c546 * 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 Dx_operr.S11 | the source op is a NAN, then garbage is stored as the result (actually
15 | garbage.
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
H A Dx_snan.S13 | or l, then garbage is written to the dest (actually the upper 32 bits
/linux-4.4.14/drivers/remoteproc/
H A Dda8xx_remoteproc.c281 * begins executing garbage. da8xx_rproc_remove()
/linux-4.4.14/drivers/lightnvm/
H A Drrpc.h115 /* also store a reverse map for garbage collection */
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_cis.c34 the TPLLV1_INFO field. Trailing garbage is ignored. */ cistpl_vers_1()
/linux-4.4.14/drivers/net/wan/
H A Dhostess_sv11.c57 * is no funny garbage involved
H A Dsealevel.c63 * is no funny garbage involved
/linux-4.4.14/arch/tile/lib/
H A Dspinlock_32.c176 * 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 Dpage.h143 * 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 Dvmlinux.lds.S169 * can leave garbage here.
H A Dtboot.c69 * set_fixmap(), to reduce chance of garbage value causing crash tboot_probe()
H A Damd_gart_64.c179 * let the Northbridge deal with it. This will result in garbage iommu_full()
/linux-4.4.14/arch/xtensa/kernel/
H A Dvmlinux.lds.S63 * garbage.)
/linux-4.4.14/arch/blackfin/mach-common/
H A Dinterrupt.S36 * or garbage if IPEND won't be needed by the ISR. */
/linux-4.4.14/include/net/netfilter/
H A Dnf_tables.h294 * @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 Dcommon.c153 * is garbage. op_powerpc_create_files()
/linux-4.4.14/arch/arm/mach-exynos/
H A Dexynos.c313 * Some versions of uboot pass garbage entries in the memory node, exynos_dt_fixup()
/linux-4.4.14/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c50 struct timer_list gc; /* garbage collection */
H A Dip_set_bitmap_port.c42 struct timer_list gc; /* garbage collection */
H A Dip_set_bitmap_ipmac.c54 struct timer_list gc; /* garbage collector */
H A Dip_set_list_set.c45 struct timer_list gc; /* garbage collection */
/linux-4.4.14/tools/usb/usbip/src/
H A Dusbip_network.c50 err("port: garbage at end of '%s'", arg); usbip_setup_port_number()
/linux-4.4.14/drivers/nvdimm/
H A Dlabel.c651 /* 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 Dintel_fbdev.c265 * 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 Dhost.c618 /* Then, perform a garbage collection pass */
648 dprintk("lockd: host garbage collection for net %p\n", net); for_each_host()
H A Dsvcsubs.c316 * used by the garbage collector; simply sets h_inuse only for those
/linux-4.4.14/arch/powerpc/platforms/maple/
H A Dpci.c111 /* 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 Dsignal32.c172 /* 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 Dtrampoline_64.S289 /* Put garbage in these registers to trap any access to them. */
H A Dsignal_32.c91 /* 1. Make sure we are not getting garbage from the user */ do_sigreturn()
H A Dsignal_64.c274 /* 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 Dllog.c255 /* get the buf with our target record; avoid old garbage */ llog_process_thread()
/linux-4.4.14/drivers/video/fbdev/geode/
H A Dgx1fb_core.c349 /* Clear the frame buffer of garbage. */ gx1fb_probe()
H A Dgxfb_core.c414 /* Clear the frame buffer of garbage. */ gxfb_probe()
H A Dlxfb_core.c540 /* Clear the screen of garbage, unless noclear was specified, lxfb_probe()
/linux-4.4.14/drivers/net/caif/
H A Dcaif_serial.c185 * Workaround for garbage at start of transmission, ldisc_receive()
H A Dcaif_virtio.c531 /* garbage collect released buffers */ cfv_netdev_tx()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-highlander.c230 * garbage is returned when the read is subsequently aborted. highlander_i2c_read()
H A Di2c-at91.c351 * 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 Dsaa6588.c269 SAA6588 returns garbage otherwise. */ saa6588_i2c_poll()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddfs.c121 /* HW sometimes adds 2 garbage bytes in front of FFT samples */ ath9k_check_chirping()
/linux-4.4.14/drivers/net/ethernet/sgi/
H A Dmeth.h27 #define METH_RX_HEAD 34 /* status + 3 quad garbage-fill + 2 byte zero-pad */
/linux-4.4.14/lib/
H A Dts_fsm.c220 * back and forth until garbage at head is munched. fsm_find()
/linux-4.4.14/net/core/
H A Ddst.c34 * entries, that are handled by the garbage collect thread
/linux-4.4.14/include/xen/interface/io/
H A Dblkif.h100 * by garbage collection) must also be erased. To use this feature, the flag
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
H A Ducc_fast.c336 * otherwise, old garbage may come through ucc_fast_init()
H A Ducc_slow.c333 * otherwise, old garbage may come through ucc_slow_init()
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
H A Dunwind.c42 * we would be able to come up with by walking the stack (which is garbage
/linux-4.4.14/arch/m68k/mvme16x/
H A Dconfig.c293 printk ("\n\nBug call .BRD_ID returned garbage - giving up\n\n"); config_mvme16x()
/linux-4.4.14/arch/frv/mb93090-mb00/
H A Dpci-vdk.c262 * There exist PCI IDE controllers which have utter garbage pci_fixup_ide_trash()
/linux-4.4.14/arch/hexagon/kernel/
H A Dtraps.c184 /* If newfp isn't larger, we're tracing garbage. */ do_show_stack()
/linux-4.4.14/net/rds/
H A Dib.h105 * garbage, and we can tell a small 8 byte fragment from an ACK frame.
H A Dconnection.c118 * For now they are not garbage collected once they're created. They
/linux-4.4.14/include/linux/lockd/
H A Dlockd.h258 * This is used in garbage collection and resource reclaim
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dmr.c385 * 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 Ddebugfs.c177 * 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 Dql4_iocb.c298 * garbage for pointers. qla4xxx_send_command_to_isp()
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_parallel.c263 * garbage if the device is turned on anyway lirc_lirc_irq_handler()
/linux-4.4.14/drivers/spi/
H A Dspi-bcm2835aux.c42 * note there is garbage in the "official" documentation,
/linux-4.4.14/drivers/ide/
H A Dide-iops.c88 /* wipe out trailing garbage */ ide_fixstring()
/linux-4.4.14/drivers/input/tablet/
H A Dwacom_serial4.c401 "throwing away %d bytes of garbage\n", wacom->idx); wacom_interrupt()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h267 trust its output (otherwise the encoder might see garbage and
/linux-4.4.14/drivers/net/usb/
H A Dmcs7830.c24 * can access only ~ 24, remaining user buffer is uninitialized garbage
H A Drndis_host.c42 * need to send unused garbage in control-OUT messages.
H A Dusbnet.c1990 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 Dbitfield.h124 * [0,high-low), with garbage in bits [high-low+1,...).
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_layer.h356 * @gc: fb flip garbage collector
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c321 * quite likely have garbage around the console. nouveau_fbcon_zfill()
/linux-4.4.14/arch/xtensa/platforms/iss/
H A Dnetwork.c239 pr_err("%s: extra garbage on specification : '%s'\n", tuntap_probe()
/linux-4.4.14/block/partitions/
H A Dmsdos.c169 these sometimes contain random garbage */ parse_extended()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm_infineon.c169 usually garbage and useless. empty_fifo()
/linux-4.4.14/fs/fscache/
H A Doperation.c541 * garbage collect operations that have had their release deferred
/linux-4.4.14/mm/
H A Dinternal.h233 * page from being allocated in parallel and returning garbage as the order.
/linux-4.4.14/net/dccp/
H A Dackvec.c278 * dccp_ackvec_clear_state - Perform house-keeping / garbage-collection
/linux-4.4.14/include/net/
H A Ddst.h28 * to gc list and garbage collector periodically checks the refcnt.
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S739 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 Dinetpeer.c366 /* perform garbage collect on all items stacked during a lookup */ inet_peer_gc()
/linux-4.4.14/net/ipv6/
H A Desp6.c309 net_dbg_ratelimited("ipsec esp packet is garbage padlen=%d, elen=%d\n", esp_input_done2()
/linux-4.4.14/net/irda/
H A Dirlmp_frame.c393 /* Prevent concurrent read to get garbage */ irlmp_update_cache()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_sec.h583 * Called periodically by garbage collector to remove dead contexts
815 * garbage collection
/linux-4.4.14/drivers/misc/
H A Dapds990x.c415 /* 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 Dsdio.c1154 * 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 Dcore_cia.c275 * 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 Dkeyspan_pda.S105 * 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 Dxircom_pgs.S105 * 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 Ddso.c1188 * 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 Dmon_text.c736 * So, we fill it with garbage to emulate a reused object. mon_text_ctor()
/linux-4.4.14/drivers/mtd/nand/
H A Dr852.c755 /* this will timeout DMA if active, but better that garbage */ r852_irq()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dse401.c489 /* Sometimes a 1024 bytes garbage bulk packet is send between frames */ sd_pkt_scan_janggu()
/linux-4.4.14/drivers/net/irda/
H A Dkingsun-sir.c44 * end is garbage (left over from a previous reception) and is discarded.
H A Dvlsi_ir.c1783 * - 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 Dcore.h807 * avoid reporting garbage data.
/linux-4.4.14/drivers/acpi/acpica/
H A Ddbtest.c1005 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 Dcregs.c269 * 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 Dhead.S248 ;; garbage but we do sanity checks on it, the chance that it points
/linux-4.4.14/fs/f2fs/
H A Dgc.c251 * One is garbage collection and the other is SSR segment selection.
/linux-4.4.14/net/sunrpc/
H A Dauth.c463 * Enforce a 60 second garbage collection moratorium rpcauth_prune_expired()
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c527 * unmap garbage. send_reply()
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dnf_tables.h291 * @NFTA_SET_GC_INTERVAL: garbage collection interval (NLA_U32)
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmmu-hash64.h455 * bits may contain other garbage, so you may need to mask the
/linux-4.4.14/arch/mips/kernel/
H A Dpm-cps.c38 * VPE left it. Returns garbage if coupled_coherence is zero or this is not
H A Dvpe.c844 lose what has happened. So perhaps if garbage is sent to the vpe vpe_release()
/linux-4.4.14/arch/m68k/atari/
H A Dconfig.c505 * On the Medusa, phys. 0x4 may contain garbage because it's no atari_reset()
/linux-4.4.14/tools/virtio/
H A Dvringh_test.c571 /* Fill contents with recognisable garbage. */ main()
/linux-4.4.14/drivers/usb/class/
H A Dcdc-acm.c1147 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 Ds3cmci.c459 * 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 Dentry_64.S416 * 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 Dmpc.c454 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 Dpci.c156 /* 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 Dns83820.c1815 /* 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 Df_rndis.c68 * to send garbage in some control-OUT messages.
/linux-4.4.14/drivers/usb/host/
H A Dpci-quirks.c990 /* We're reading garbage from the controller */ quirk_usb_handoff_xhci()

Completed in 5573 milliseconds

12