/linux-4.4.14/init/ |
H A D | initramfs.c | 211 static __initdata char *collected; variable 218 collected = victim; read_into() 222 collect = collected = buf; read_into() 253 if (memcmp(collected, "070707", 6)==0) { do_header() 257 if (memcmp(collected, "070701", 6)) { do_header() 261 parse_header(collected); do_header() 270 collect = collected = symlink_buf; do_header() 305 char *old = find_link(major, minor, ino, mode, collected); maybe_link() 307 return (sys_link(old, collected) < 0) ? -1 : 1; maybe_link() 330 if (strcmp(collected, "TRAILER!!!") == 0) { do_name() 334 clean_path(collected, mode); do_name() 341 wfd = sys_open(collected, openflags, mode); do_name() 348 vcollected = kstrdup(collected, GFP_KERNEL); do_name() 353 sys_mkdir(collected, mode); do_name() 354 sys_chown(collected, uid, gid); do_name() 355 sys_chmod(collected, mode); do_name() 356 dir_add(collected, mtime); do_name() 360 sys_mknod(collected, mode, rdev); do_name() 361 sys_chown(collected, uid, gid); do_name() 362 sys_chmod(collected, mode); do_name() 363 do_utime(collected, mtime); do_name() 391 collected[N_ALIGN(name_len) + body_len] = '\0'; do_symlink() 392 clean_path(collected, 0); do_symlink() 393 sys_symlink(collected + N_ALIGN(name_len), collected); do_symlink() 394 sys_lchown(collected, uid, gid); do_symlink() 395 do_utime(collected, mtime); do_symlink()
|
H A D | do_mounts_md.c | 21 * and with MD_BOOT where devices to be collected are given on the boot line
|
/linux-4.4.14/tools/vm/ |
H A D | slabinfo-gnuplot.sh | 16 # This program is intended to plot a `slabinfo -X' stats, collected, 20 # Use `slabinfo-gnuplot.sh stats' to pre-process collected records
|
/linux-4.4.14/drivers/oprofile/ |
H A D | cpu_buffer.h | 59 * reset these to invalid values; the next sample collected will
|
/linux-4.4.14/drivers/edac/ |
H A D | amd8131_edac.h | 108 * private structures are collected in the devices[] array.
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | err_ev7.h | 187 * Struct to contain collected logout from subpackets.
|
/linux-4.4.14/arch/s390/appldata/ |
H A D | appldata_net_sum.c | 34 u32 sync_count_1; /* after VM collected the record data, */
|
H A D | appldata_mem.c | 38 u32 sync_count_1; /* after VM collected the record data, */
|
H A D | appldata_os.c | 59 u32 sync_count_1; /* after VM collected the record data, */
|
/linux-4.4.14/drivers/net/ethernet/ |
H A D | dnet.h | 179 * Hardware-collected statistics.
|
/linux-4.4.14/fs/jffs2/ |
H A D | summary.h | 153 uint32_t sum_size; /* collected summary information for nextblock */
|
H A D | summary.c | 191 /* Cleanup every collected summary information */ 229 /* Move the collected summary information into sb (called from scan.c) */
|
H A D | nodemgmt.c | 339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ jffs2_find_nextblock() 386 /* Writing out the collected summary information */ jffs2_do_reserve_space() 395 diabling summary for this jeb and free the collected information jffs2_do_reserve_space()
|
H A D | build.c | 165 * around and not yet garbage-collected, but which have
|
H A D | scan.c | 97 struct jffs2_summary *s = NULL; /* summary info collected by the scan process */ jffs2_scan_medium() 208 /* update collected summary information for the current nextblock */ jffs2_scan_medium()
|
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 */
|
H A D | xattr.c | 43 * It's necessary once, because those informations are not collected during mounting
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_memcontrol.c | 13 * rely on the data already collected by the network tcp_init_cgroup()
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au8820.h | 4 IO addr collected from asp4core.vxd:
|
H A D | au8830.h | 4 IO addr collected from asp4core.vxd:
|
/linux-4.4.14/fs/ext4/ |
H A D | ext4_extents.h | 34 * are collected in the truncate path. They'll be shown at 46 * If EXT_STATS is defined then stats numbers are collected.
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_type.h | 1137 /* Statistics collected by each port, VSI, VEB, and S-channel */ 1153 /* Statistics collected per VEB per TC */ 1162 /* Statistics collected per function for FCoE */ 1180 /* Statistics collected by the MAC */ 1182 /* eth stats collected by the port */
|
H A D | i40e_fcoe.c | 1193 * @tx_flags: collected send information 1269 * @tx_flags: collected send information
|
H A D | i40e_txrx.c | 2249 * @tx_flags: the collected send information 2496 * @tx_flags: collected send information 2554 * @tx_flags: collected send information
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_type.h | 1120 /* Statistics collected by each port, VSI, VEB, and S-channel */ 1136 /* Statistics collected per VEB per TC */ 1144 /* Statistics collected by the MAC */ 1146 /* eth stats collected by the port */
|
H A D | i40e_txrx.c | 1660 * @tx_flags: collected send information 1755 * @tx_flags: collected send information
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | irq.c | 140 * In addition, the IRQs are all collected up into one bit in the
|
/linux-4.4.14/security/integrity/ima/ |
H A D | ima_appraise.c | 181 * Assuming success, compare the xattr hash with the collected measurement.
|
/linux-4.4.14/include/linux/ |
H A D | coresight.h | 115 * @pdata: platform data collected from DT.
|
H A D | sched.h | 561 * struct task_cputime - collected CPU time counts
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
H A D | spu_profiler.c | 115 /* process the collected SPU PC for the node */ cell_spu_pc_collection()
|
/linux-4.4.14/arch/powerpc/oprofile/ |
H A D | common.c | 152 * will accept SPU events but collected data op_powerpc_create_files()
|
H A D | op_model_cell.c | 516 * collected on that cpu. for_each_online_cpu() 1481 * order. This way data is collected for all SPUs on the node. It does mean 1483 * on each SPU are collected each SPU is being profiled 1/8 of the time.
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | tlb.h | 185 * collected.
|
H A D | processor.h | 338 * parent of DEAD_TASK has collected the exit status of the task via
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | binstr.S | 33 | will be collected by the carry.
|
H A D | bindec.S | 64 | only one rounding error. The grs bits are collected in 69 | significant digits. The excess digits are collected 440 | only one rounding error. The grs bits are collected in 452 | digits. The excess digits are collected in INEX2. If mul,
|
/linux-4.4.14/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 176 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
|
/linux-4.4.14/security/keys/ |
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/fs/ubifs/ |
H A D | lpt_commit.c | 897 * simply involves marking all the nodes in the LEB being garbage-collected as 946 * simply involves marking all the nodes in the LEB being garbage-collected as 976 * simply involves marking all the nodes in the LEB being garbage-collected as 1001 * simply involves marking all the nodes in the LEB being garbage-collected as 1028 * simply involves marking all the nodes in the LEB being garbage-collected as 1143 * in the LEB being garbage-collected as dirty. The dirty nodes are written
|
H A D | gc.c | 28 * nodes to the journal, at which point the garbage-collected LEB is free to be 30 * dirty in the TNC, and after the next commit, the garbage-collected LEB is
|
H A D | ubifs.h | 333 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB. 338 * This data structure is used to temporary store garbage-collected indexing 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 | log.c | 338 * collected. remove_buds()
|
H A D | budget.c | 329 * LEBs that have been garbage collected and are awaiting the commit do_budget_space()
|
H A D | replay.c | 117 * the LEB had been garbage collected before it became the bud, set_bud_lprops()
|
H A D | tnc.c | 868 * Garbage-collected and the commit was not done. A branch that refers to a node 1381 * maybe_leb_gced - determine if a LEB may have been garbage collected. 1386 * This function determines if @lnum may have been garbage collected since 3232 * collected. The @key argument has to be the key of the first child. This
|
H A D | journal.c | 868 * have been garbage-collected already. And for optimization reasons UBIFS does
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 317 * Put the data we've collected down into SRAM aha2840_load_seeprom()
|
H A D | aic7xxx_pci.c | 1412 * Put the data we've collected down into SRAM ahc_parse_pci_eeprom()
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | s3c2410_ts.c | 71 * @count: The number of samples collected.
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 184 /* Statistics counters collected by the MAC */
|
/linux-4.4.14/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.c | 83 * collected for more than a year.
|
/linux-4.4.14/arch/x86/mm/ |
H A D | dump_pagetables.c | 190 * print what we collected so far.
|
H A D | kmmio.c | 564 * pages are collected into a list, and they will be removed from unregister_kmmio_probe()
|
/linux-4.4.14/fs/nilfs2/ |
H A D | nilfs.h | 105 NILFS_I_COLLECTED, /* All dirty blocks are collected */
|
H A D | segment.c | 2078 * buffers are not properly collected for nilfs_segctor_do_construct()
|
/linux-4.4.14/kernel/ |
H A D | audit.h | 120 * The names_list is the list of all audit_names collected during this
|
H A D | audit_tree.c | 48 * References to struct chunk are collected at audit_inode{,_child}()
|
H A D | stop_machine.c | 32 int ret; /* collected return value */
|
H A D | auditsc.c | 801 * collected during syscall processing. We only check rules in sublists at hash
|
H A D | kprobes.c | 203 /* Return 1 if all garbages are collected, otherwise 0. */ collect_one_slot()
|
H A D | workqueue.c | 4744 * Thaw workqueues. Normal queueing is restored and all collected
|
/linux-4.4.14/kernel/time/ |
H A D | timer_stats.c | 31 * Display the information collected so far:
|
/linux-4.4.14/include/net/ |
H A D | ip_tunnels.h | 331 /* Returns > 0 if metadata should be collected */ ip_tunnel_collect_metadata()
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | smp.c | 593 * The state for all CPUs except the boot CPU needs to be collected 599 * The state for all CPUs except the boot CPU needs to be collected 606 * The state for all CPUs except the boot CPU needs to be collected
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 102 must be collected in tx feedback info. */ cmpk_count_txstatistic()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
H A D | islpci_mgt.c | 389 "%s: mgmt response not collected\n", islpci_mgt_receive()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 339 /* Statistics counters collected by the MAC */
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 384 /* Statistics counters collected by the MAC
|
/linux-4.4.14/lib/ |
H A D | percpu-refcount.c | 203 * be collected to the main atomic counter. On completion, when all CPUs
|
/linux-4.4.14/include/scsi/ |
H A D | iscsi_if.h | 789 * Note: this structure contains counters collected on per-connection basis.
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | rtasd.c | 99 * will be collected together with obvious begin/end.
|
H A D | eeh.c | 796 * hot reset. The routine is used to collected the information for
|
/linux-4.4.14/net/mac80211/ |
H A D | mesh_ps.c | 493 /* prepare collected frames for transmission */ mps_frame_deliver()
|
/linux-4.4.14/net/rds/ |
H A D | connection.c | 118 * For now they are not garbage collected once they're created. They
|
/linux-4.4.14/fs/reiserfs/ |
H A D | fix_node.c | 2294 * on dcache shrinking). So, release path and collected get_mem_for_virtual_node() 2523 * Balancing will start only after all resources will be collected at a time. 2526 * are collected in cache, will the resources be locked using the usual 2735 /* brelse all resources collected for balancing */ fix_nodes() 2788 /* brelse all resources collected for balancing */ unfix_nodes()
|
H A D | stree.c | 1352 /* Perform balancing after all resources have been collected at once. */ reiserfs_delete_item() 2137 * Perform balancing after all resources are collected by fix_nodes, reiserfs_paste_into_item() 2241 /* make balancing after all resources will be collected at a time */ reiserfs_insert_item()
|
/linux-4.4.14/include/linux/usb/ |
H A D | gadget.h | 447 * (usually a FIFO) still holds bytes that the host hasn't collected. 496 * such as after aborted transfers. Hosts may not have collected all 498 * completion). The gadget driver may not have collected all the data
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | ldusb.c | 121 /* All interrupt in transfers are collected in a ring buffer to
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_flock.c | 133 * would be collected and ASTs sent.
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | quatech_daqp_cs.c | 541 * they've been collected. To find the first option, the daqp_ai_cmd()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp_blowfish.c | 19 * first of all, data is collected until a block of 9 samples are received.
|
/linux-4.4.14/drivers/misc/echo/ |
H A D | echo.c | 101 also to those people who collected echo samples for me such as
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 3945-rs.c | 158 * For each rate, if we have collected data on that rate il3945_rate_scale_flush_wins()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | kingsun-sir.c | 50 * Once valid bytes are collected, the assembled stream is a sequence of
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | label.c | 802 * they can be garbage collected after writing the new labels. init_labels()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | sgi_hotplug.c | 561 /* free the collected sysdata pointers */ disable_slot()
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
H A D | aerdrv_core.c | 9 * error is delivered, an error message will be collected and printed to
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe.h | 528 * struct pch_gbe_hw_stats - Statistics counters collected by the MAC
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 321 /* Statistics counters collected by the MAC */
|
/linux-4.4.14/drivers/acpi/apei/ |
H A D | apei-base.c | 743 * resources are collected before requesting.
|
/linux-4.4.14/fs/ |
H A D | mpage.c | 222 * we just collected from get_block into the page's buffers do_mpage_readpage()
|
H A D | dcache.c | 14 * the dcache entry is deleted or garbage collected.
|
/linux-4.4.14/lib/xz/ |
H A D | xz_dec_stream.c | 78 /* Information collected when decoding Blocks */
|
/linux-4.4.14/net/sched/ |
H A D | sch_fq.c | 166 /* limit number of collected flows per round */
|
/linux-4.4.14/ipc/ |
H A D | compat.c | 18 * This code is collected from the versions for sparc64, mips64, s390x, ia64,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 2975 /* stats collected for afex. 5670 * Protocol-common statistics collected by the Tstorm (per pf) 5685 * Protocol-common statistics collected by the Tstorm (per port) 5705 * Protocol-common statistics collected by the Tstorm (per client) 5723 * Protocol-common statistics collected by the Ustorm (per client) 5739 * Protocol-common statistics collected by the Xstorm (per client)
|
H A D | bnx2x_stats.c | 1815 /* now add FCoE statistics which are collected separately
|
H A D | bnx2x_sriov.c | 1231 /* get the sriov info - Linux already collected all the pertinent bnx2x_iov_init_one()
|
H A D | bnx2x_main.c | 9366 * Completions for ramrods are collected in a synchronous way
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 3309 "Data collected: [0x%x], " qla8044_collect_md_data() 3323 "Data collected: [0x%x], Dump size left:[0x%x]\n", qla8044_collect_md_data() 3450 "Dump data mismatch: Data collected: " qla8044_collect_md_data()
|
H A D | qla_nx.c | 3111 "Minidump not collected.\n"); qla82xx_need_reset_handler() 4229 "More MiniDump data collected: [0x%x]\n", qla82xx_md_collect() 4254 "Data collected: [0x%x], Dump size left:[0x%x]\n", qla82xx_md_collect() 4334 "MiniDump data mismatch: Data collected: [0x%x]," qla82xx_md_collect()
|
H A D | qla_init.c | 3456 * collected information might not be accurate anymore. E.g. qla2x00_configure_fabric()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 3055 "Data collected: [0x%x], Total Dump size: [0x%x]\n", qla4_8xxx_collect_md_data() 3068 "Data collected: [0x%x], Dump size left:[0x%x]\n", qla4_8xxx_collect_md_data() 3206 "Dump data mismatch: Data collected: [0x%x], total_data_size:[0x%x]\n", qla4_8xxx_collect_md_data()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hw.c | 2583 "collected fw dump.\n", adapter->netdev->name); netxen_dump_fw() 2588 "Cannot overwrite previously collected " netxen_dump_fw()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | cl_object.h | 1284 * - once locks for all layers were collected, they are sorted to avoid 2063 * cl_io_lock_add(). Once all locks are collected, they are 2254 * order. To this end, all locks are first collected, then sorted, and then 2542 * Once all pages were collected, cl_page_operations::cpo_prep() method is
|
/linux-4.4.14/drivers/isdn/gigaset/ |
H A D | gigaset.h | 552 unsigned inbyte, inbits; /* collected bits for next byte */
|
/linux-4.4.14/drivers/md/ |
H A D | raid5.h | 390 * for the one stripe have all been collected.
|
H A D | raid5.c | 2131 * freezing the array as once all stripe_heads have been collected, resize_stripes()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-fw-file.h | 544 * collected.
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
H A D | macb.h | 574 /* Hardware-collected statistics. Used when updating the network
|
/linux-4.4.14/drivers/powercap/ |
H A D | intel_rapl.c | 782 /* non-hardware data are collected by the polling thread */ rapl_read_data_raw()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 343 err_printf(m, "no error state collected\n"); i915_error_state_to_str()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_pt.c | 671 * hasn't yet collected and waking up the consumer after a certain fraction of
|
H A D | perf_event_intel_uncore.c | 119 * collected by one of the cpus inside a physical package. uncore_event_to_box()
|
H A D | perf_event.c | 1801 * Truncate collected array by the number of events added in this x86_pmu_cancel_txn()
|
/linux-4.4.14/block/ |
H A D | blk-settings.c | 143 * driver is for them to be collected into requests on a request
|
/linux-4.4.14/fs/logfs/ |
H A D | logfs.h | 174 * struct gc_candidate - "candidate" segment to be garbage collected next
|
/linux-4.4.14/net/sctp/ |
H A D | ulpqueue.c | 252 * collected on a list. sctp_ulpq_tail_event()
|
/linux-4.4.14/fs/afs/ |
H A D | internal.h | 292 struct delayed_work cb_break_work; /* collected break dispatcher */
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_mmu.c | 580 /* Now that we've collected a batch, do the tlbies */ kvmppc_h_bulk_remove()
|
/linux-4.4.14/arch/powerpc/perf/ |
H A D | hv-24x7.c | 1049 * Commit (i.e perform) the H_GET_24x7_DATA hcall using the data collected
|
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_lib.c | 2338 * @sshdr: place to put sense data (or NULL if no sense to be collected). 2414 * @sshdr: place to put sense data (or NULL if no sense to be collected).
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 865 * return the number collected. 888 * return the number collected.
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | lu_object.c | 403 * To work around this, strings are collected in a temporary buffer
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | super.c | 575 * Don't want the old priorities to get garbage collected until after we bch_prio_write()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_api.c | 667 * so that the error status can be collected. If the state is __scif_connect()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | mmc_spi.c | 1030 /* Ideally we collected "not busy" status with one I/O, mmc_spi_data_do()
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-wiimote-core.c | 800 /* Try to guess the device type based on all collected information. We
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
H A D | omap1_camera.c | 768 * Video frame collected without errors so far, dma_isr()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | cdc_ncm.c | 1194 /* If collected data size is less or equal ctx->min_tx_pkt cdc_ncm_fill_tx_frame()
|
H A D | usbnet.c | 1323 /* packet collected; minidriver waiting for more */ usbnet_start_xmit()
|
/linux-4.4.14/drivers/pci/ |
H A D | setup-bus.c | 580 /* Initialize bridges with base/limit values we have collected.
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 1902 * are collected. ath6kl_stop_txrx()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_macio.c | 1037 /* Fill up privates with various invariants collected from the pata_macio_common_init()
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | metag_regs.h | 583 * Bus events are collected by background code in a deferred manner unless
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
H A D | usbvision-core.c | 1315 /* If we collected enough data let's parse! */ usbvision_isoc_irq()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | d11.h | 528 /* MAC has collected background noise samples */
|
H A D | main.c | 7827 /* noise sample collected */ brcms_c_dpc()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | fw.c | 65 * collected in i2400m_barker_db along with the firmware
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | ath5k.h | 1348 struct survey_info survey; /* collected survey info */
|
/linux-4.4.14/block/partitions/ |
H A D | ldm.c | 1381 * Now that all the fragmented VBLKs have been collected, they must be added to
|
/linux-4.4.14/mm/ |
H A D | memory-failure.c | 318 * Kill the processes that have been collected earlier.
|
/linux-4.4.14/include/uapi/linux/ |
H A D | ethtool.h | 1020 * @data: data collected for get dump data operation
|
H A D | nl80211.h | 2372 * enum nl80211_sta_bss_param - BSS information collected by STA
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | hypervisor.h | 2746 * a buffer where these statistics can be collected. It is continually 2815 * returned then no statistics are collected.
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 2461 * to be resynchronized with hardware collected state. In the
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpiolib.c | 1483 /* push collected bits to outputs */ gpiod_set_array_value_priv()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
H A D | r8169.c | 2260 * reset by a power cycle, while the counter values collected by the rtl8169_init_counter_offsets() 7768 * Fetch additonal counter values missing in stats collected by driver rtl8169_get_stats64()
|
/linux-4.4.14/fs/btrfs/ |
H A D | volumes.c | 347 * this function runs all the bios we've collected for run_scheduled_bios() 5924 * see run_scheduled_bios for a description of why bios are collected for
|
H A D | send.c | 1195 * Results are collected in sctx->clone_roots->ino/offset/found_refs
|
H A D | tree-log.c | 4827 * before we collected the ordered extents in logged_list, which btrfs_log_inode()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 13477 # only one rounding error. The grs bits are collected in # 13482 # significant digits. The excess digits are collected # 13846 # only one rounding error. The grs bits are collected in 13857 # digits. The excess digits are collected in INEX2. If mul, 14444 # will be collected by the carry. #
|
H A D | fpsp.S | 23517 # only one rounding error. The grs bits are collected in # 23522 # significant digits. The excess digits are collected # 23886 # only one rounding error. The grs bits are collected in 23897 # digits. The excess digits are collected in INEX2. If mul, 24484 # will be collected by the carry. #
|
/linux-4.4.14/drivers/s390/block/ |
H A D | dasd_eckd.c | 2931 /* collected memory area ends on an IDA_BLOCK border, rq_for_each_segment()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 3137 /* Statistics counters collected by the MAC */
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 4644 /* Duration over which this stats was collected */
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 1276 /* Statistics counters collected by the MAC */
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 6038 * collected, and then invokes the lpfc_sli_issue_iocb() routine to send ACC 6125 * collected, and then invokes the lpfc_sli_issue_iocb() routine to send ACC
|
H A D | lpfc_attr.c | 3370 * reset = reset the collected data
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4state.c | 1181 * Free a list of generic stateids that were collected earlier after being
|
/linux-4.4.14/net/bluetooth/ |
H A D | mgmt.c | 7345 /* If no HCI commands have been collected so far or the HCI_ADVERTISING remove_advertising()
|