Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 200 of 663) sorted by relevance

1234

/linux-4.4.14/tools/perf/util/
Dstat.h8 struct stats struct
24 struct stats res_stats[3]; argument
49 static inline void init_stats(struct stats *stats) in init_stats()
Dstat.c7 void update_stats(struct stats *stats, u64 val) in update_stats()
23 double avg_stats(struct stats *stats) in avg_stats()
44 double stddev_stats(struct stats *stats) in stddev_stats()
Devlist.h59 struct events_stats stats; member
Dkvm-stat.h20 struct stats stats; member
/linux-4.4.14/drivers/net/wireless/cw1200/
Dqueue.c31 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_lock() local
41 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_unlock() local
69 static void cw1200_queue_post_gc(struct cw1200_queue_stats *stats, in cw1200_queue_post_gc()
96 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_gc() local
145 int cw1200_queue_stats_init(struct cw1200_queue_stats *stats, in cw1200_queue_stats_init()
166 struct cw1200_queue_stats *stats, in cw1200_queue_init()
207 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_clear() local
239 void cw1200_queue_stats_deinit(struct cw1200_queue_stats *stats) in cw1200_queue_stats_deinit()
287 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_put() local
341 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_get() local
[all …]
Dqueue.h30 struct cw1200_queue_stats *stats; member
/linux-4.4.14/fs/ocfs2/
Dblockcheck.c250 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
264 static int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
300 static inline int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
306 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
312 int ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install()
318 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove()
323 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check()
339 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure()
355 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover()
422 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate()
[all …]
Dsuper.c761 struct ocfs2_blockcheck_stats *stats) in ocfs2_sb_probe()
1016 struct ocfs2_blockcheck_stats stats; in ocfs2_fill_super() local
2052 struct ocfs2_blockcheck_stats *stats) in ocfs2_initialize_super()
2363 struct ocfs2_blockcheck_stats *stats) in ocfs2_verify_volume()
/linux-4.4.14/net/irda/
Dwrapper.c209 struct net_device_stats *stats, in async_bump()
281 struct net_device_stats *stats, in async_unwrap_bof()
321 struct net_device_stats *stats, in async_unwrap_eof()
379 struct net_device_stats *stats, in async_unwrap_ce()
409 struct net_device_stats *stats, in async_unwrap_other()
473 struct net_device_stats *stats, in async_unwrap_char()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_est.c61 struct ip_vs_cpu_stats __percpu *stats) in ip_vs_read_cpu_stats()
141 void ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_start_estimator()
152 void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_stop_estimator()
161 void ip_vs_zero_estimator(struct ip_vs_stats *stats) in ip_vs_zero_estimator()
180 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator()
/linux-4.4.14/drivers/cpufreq/
Dcpufreq_stats.c33 static int cpufreq_stats_update(struct cpufreq_stats *stats) in cpufreq_stats_update()
51 struct cpufreq_stats *stats = policy->stats; in show_time_in_state() local
67 struct cpufreq_stats *stats = policy->stats; in show_trans_table() local
124 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
135 struct cpufreq_stats *stats = policy->stats; in __cpufreq_stats_free_table() local
165 struct cpufreq_stats *stats; in __cpufreq_stats_create_table() local
265 struct cpufreq_stats *stats; in cpufreq_stat_notifier_trans() local
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c106 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_resource_stats() local
223 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rx_stats() local
291 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_tx_stats() local
365 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_wqe_stats() local
398 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_db_errstats() local
419 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rxqp_errstats() local
445 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_txqp_errstats() local
505 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_driver_dbg_stats() local
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h162 struct stats { struct
178 void (*stats)(struct stats *stats, void *data); argument
272 struct stats stats; member
Dfwserial.c142 static void fwtty_dump_profile(struct seq_file *m, struct stats *stats) in fwtty_dump_profile()
183 #define fwtty_dump_profile(m, stats) argument
1405 struct stats stats; in fwtty_get_icount() local
1427 struct stats stats; in fwtty_proc_show_port() local
1443 struct stats stats; in fwtty_debugfs_show_port() local
/linux-4.4.14/kernel/
Dtaskstats.c171 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
193 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
209 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
420 struct cgroupstats *stats; in cgroupstats_user_cmd() local
512 struct taskstats *stats; in cmd_attr_pid() local
541 struct taskstats *stats; in cmd_attr_tgid() local
585 struct taskstats *stats; in taskstats_tgid_alloc() local
611 struct taskstats *stats; in taskstats_exit() local
Dtsacct.c31 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
92 void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk()
/linux-4.4.14/include/linux/sunrpc/
Dmetrics.h91 struct rpc_iostats *stats) {} in rpc_count_iostats()
93 struct rpc_iostats *stats) in rpc_count_iostats_metrics()
98 static inline void rpc_free_iostats(struct rpc_iostats *stats) {} in rpc_free_iostats()
/linux-4.4.14/include/linux/
Dtsacct_kern.h19 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
29 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk()
Duwb.h765 struct stats { struct
772 void stats_init(struct stats *stats) in stats_init()
779 void stats_add_sample(struct stats *stats, s8 sample) in stats_add_sample()
810 static inline ssize_t stats_show(struct stats *stats, char *buf) in stats_show()
824 static inline ssize_t stats_store(struct stats *stats, const char *buf, in stats_store()
Dif_frad.h69 struct net_device_stats stats; member
Dinet_lro.h76 struct net_lro_stats stats; member
Dlp.h55 struct lp_stats stats; member
Datmdev.h109 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ member
158 struct k_atm_dev_stats stats; /* statistics */ member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_counters.c44 void lprocfs_counter_add(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_add()
92 void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_sub()
Dlprocfs_status.c536 void lprocfs_stats_collect(struct lprocfs_stats *stats, int idx, in lprocfs_stats_collect()
959 int lprocfs_stats_alloc_one(struct lprocfs_stats *stats, unsigned int cpuid) in lprocfs_stats_alloc_one()
999 struct lprocfs_stats *stats; in lprocfs_alloc_stats() local
1054 struct lprocfs_stats *stats = *statsh; in lprocfs_free_stats() local
1079 void lprocfs_clear_stats(struct lprocfs_stats *stats) in lprocfs_clear_stats()
1113 struct lprocfs_stats *stats = seq->private; in lprocfs_stats_seq_write() local
1122 struct lprocfs_stats *stats = p->private; in lprocfs_stats_seq_start() local
1140 struct lprocfs_stats *stats = p->private; in lprocfs_stats_seq_show() local
1206 struct lprocfs_stats *stats) in ldebugfs_register_stats()
1221 void lprocfs_counter_init(struct lprocfs_stats *stats, int index, in lprocfs_counter_init()
Dlu_object.c1705 struct lu_site_stats *stats, int populated) in lu_site_stats_get()
1874 static __u32 ls_stats_read(struct lprocfs_stats *stats, int idx) in ls_stats_read()
1895 struct lu_site_stats stats; in lu_site_stats_print() local
/linux-4.4.14/fs/xfs/
Dxfs_stats.c23 static int counter_val(struct xfsstats __percpu *stats, int idx) in counter_val()
32 int xfs_stats_format(struct xfsstats __percpu *stats, char *buf) in xfs_stats_format()
98 void xfs_stats_clearall(struct xfsstats __percpu *stats) in xfs_stats_clearall()
Dxfs_sysfs.c147 struct xstats *stats = to_xstats(kobject); in stats_show() local
161 struct xstats *stats = to_xstats(kobject); in stats_clear_store() local
/linux-4.4.14/net/sunrpc/
Dstats.c119 struct rpc_iostats *stats; in rpc_alloc_iostats() local
136 void rpc_free_iostats(struct rpc_iostats *stats) in rpc_free_iostats()
185 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
205 struct rpc_iostats *stats = clnt->cl_metrics; in rpc_print_iostats() local
/linux-4.4.14/arch/mips/sibyte/common/
Dbus_watcher.c115 struct bw_stats_struct *stats = m->private; in bw_proc_show() local
157 static void create_proc_decoder(struct bw_stats_struct *stats) in create_proc_decoder()
179 struct bw_stats_struct *stats = data; in sibyte_bw_int() local
/linux-4.4.14/drivers/net/can/
Dvcan.c72 struct net_device_stats *stats = &dev->stats; in vcan_rx() local
87 struct net_device_stats *stats = &dev->stats; in vcan_tx() local
Dxilinx_can.c391 struct net_device_stats *stats = &ndev->stats; in xcan_start_xmit() local
476 struct net_device_stats *stats = &ndev->stats; in xcan_rx() local
543 struct net_device_stats *stats = &ndev->stats; in xcan_err_interrupt() local
744 struct net_device_stats *stats = &ndev->stats; in xcan_tx_interrupt() local
Dbfin_can.c388 struct net_device_stats *stats = &dev->stats; in bfin_can_rx() local
436 struct net_device_stats *stats = &dev->stats; in bfin_can_err() local
520 struct net_device_stats *stats = &dev->stats; in bfin_can_interrupt() local
Dsun4i_can.c464 struct net_device_stats *stats = &dev->stats; in sun4i_can_rx() local
513 struct net_device_stats *stats = &dev->stats; in sun4i_can_err() local
634 struct net_device_stats *stats = &dev->stats; in sun4i_can_interrupt() local
Dpch_can.c496 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_error() local
618 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_rx_msg_lost() local
649 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_rx_normal() local
722 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_tx_complete() local
Dti_hecc.c546 struct net_device_stats *stats = &priv->ndev->stats; in ti_hecc_rx_pkt() local
664 struct net_device_stats *stats = &ndev->stats; in ti_hecc_error() local
758 struct net_device_stats *stats = &ndev->stats; in ti_hecc_interrupt() local
Drcar_can.c221 struct net_device_stats *stats = &ndev->stats; in rcar_can_error() local
370 struct net_device_stats *stats = &ndev->stats; in rcar_can_tx_done() local
638 struct net_device_stats *stats = &priv->ndev->stats; in rcar_can_rx_pkt() local
Ddev.c369 struct net_device_stats *stats = &dev->stats; in can_flush_echo_skb() local
478 struct net_device_stats *stats = &dev->stats; in can_restart() local
Dat91_can.c456 struct net_device_stats *stats = &dev->stats; in at91_start_xmit() local
545 struct net_device_stats *stats = &dev->stats; in at91_rx_overflow_err() local
613 struct net_device_stats *stats = &dev->stats; in at91_read_msg() local
Djanz-ican3.c949 struct net_device_stats *stats = &dev->stats; in ican3_handle_msglost() local
991 struct net_device_stats *stats = &dev->stats; in ican3_handle_cevtind() local
1293 struct net_device_stats *stats = &ndev->stats; in ican3_recv_skb() local
/linux-4.4.14/drivers/net/ethernet/arc/
Demac_main.c156 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean() local
223 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx() local
339 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr() local
550 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats() local
586 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx() local
/linux-4.4.14/drivers/net/can/cc770/
Dcc770.c396 struct net_device_stats *stats = &dev->stats; in cc770_start_xmit() local
465 struct net_device_stats *stats = &dev->stats; in cc770_rx() local
516 struct net_device_stats *stats = &dev->stats; in cc770_err() local
616 struct net_device_stats *stats = &dev->stats; in cc770_rx_interrupt() local
681 struct net_device_stats *stats = &dev->stats; in cc770_tx_interrupt() local
/linux-4.4.14/drivers/md/
Ddm-stats.c194 void dm_stats_init(struct dm_stats *stats) in dm_stats_init()
209 void dm_stats_cleanup(struct dm_stats *stats) in dm_stats_cleanup()
236 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end, in dm_stats_create()
395 static struct dm_stat *__dm_stats_find(struct dm_stats *stats, int id) in __dm_stats_find()
409 static int dm_stats_delete(struct dm_stats *stats, int id) in dm_stats_delete()
444 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list()
625 void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw, in dm_stats_account_io()
759 static int dm_stats_clear(struct dm_stats *stats, int id) in dm_stats_clear()
802 static int dm_stats_print(struct dm_stats *stats, int id, in dm_stats_print()
882 static int dm_stats_set_aux(struct dm_stats *stats, int id, const char *aux_data) in dm_stats_set_aux()
/linux-4.4.14/net/netrom/
Dnr_dev.c45 struct net_device_stats *stats = &dev->stats; in nr_rx_ip() local
144 struct net_device_stats *stats = &dev->stats; in nr_xmit() local
/linux-4.4.14/drivers/atm/
Didt77105.c34 struct idt77105_stats stats; /* link diagnostics */ member
87 struct idt77105_stats *stats; in idt77105_stats_timer_func() local
144 struct idt77105_stats stats; in fetch_stats() local
Dfore200e.h440 typedef struct stats { struct
441 struct stats_phy phy; /* physical encoding statistics */ argument
442 struct stats_oc3 oc3; /* OC-3 statistics */ argument
443 struct stats_atm atm; /* ATM statistics */ argument
444 struct stats_aal0 aal0; /* AAL0 statistics */ argument
445 struct stats_aal34 aal34; /* AAL3/4 statistics */ argument
446 struct stats_aal5 aal5; /* AAL5 statistics */ argument
447 struct stats_aux aux; /* auxiliary statistics */ argument
865 struct stats* stats; /* last snapshot of the stats */ member
Dsuni.c60 struct k_sonet_stats *stats; in suni_hz() local
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h391 static inline int lprocfs_stats_lock(struct lprocfs_stats *stats, int opc, in lprocfs_stats_lock()
432 static inline void lprocfs_stats_unlock(struct lprocfs_stats *stats, int opc, in lprocfs_stats_unlock()
466 lprocfs_stats_counter_size(struct lprocfs_stats *stats) in lprocfs_stats_counter_size()
483 lprocfs_stats_counter_get(struct lprocfs_stats *stats, unsigned int cpuid, in lprocfs_stats_counter_get()
506 #define lprocfs_counter_incr(stats, idx) \ argument
508 #define lprocfs_counter_decr(stats, idx) \ argument
515 static inline __u64 lprocfs_stats_collector(struct lprocfs_stats *stats, in lprocfs_stats_collector()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c533 struct stats { struct
550 struct stats stats; argument
2719 struct ethtool_stats *stats, u64 *data) in e100_get_ethtool_stats()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c837 struct sk_buff *skb, struct libipw_rx_stats *stats) in libipw_rx_any()
1327 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp()
1387 struct libipw_rx_stats *stats) in libipw_network_init()
1533 *beacon, struct libipw_rx_stats in libipw_process_probe_response()
1643 struct libipw_rx_stats *stats) in libipw_rx_mgt()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c168 int stats, qidx; in nicvf_get_qset_strings() local
191 int stats; in nicvf_get_strings() local
253 struct ethtool_stats *stats, u64 **data) in nicvf_get_qset_stats()
276 struct ethtool_stats *stats, u64 *data) in nicvf_get_ethtool_stats()
Dnicvf_queues.h244 struct rx_tx_queue_stats stats; member
253 struct cmp_queue_stats stats; member
275 struct rx_tx_queue_stats stats; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drx.c461 struct iwl_bt_notif_statistics *stats; in iwlagn_rx_statistics() local
479 struct iwl_notif_statistics *stats; in iwlagn_rx_statistics() local
545 struct iwl_notif_statistics *stats = (void *)pkt->data; in iwlagn_rx_reply_statistics() local
653 struct ieee80211_rx_status *stats) in iwlagn_set_decrypted_flag()
704 struct ieee80211_rx_status *stats) in iwlagn_pass_packet_to_mac80211()
/linux-4.4.14/drivers/net/
Dnlmon.c18 struct pcpu_lstats *stats = this_cpu_ptr(dev->lstats); in nlmon_xmit() local
80 nlmon_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) in nlmon_get_stats64()
Dveth.c91 struct ethtool_stats *stats, u64 *data) in veth_get_ethtool_stats()
122 struct pcpu_vstats *stats = this_cpu_ptr(dev->vstats); in veth_xmit() local
148 struct pcpu_vstats *stats = per_cpu_ptr(dev->vstats, cpu); in veth_stats_one() local
Dloopback.c101 struct rtnl_link_stats64 *stats) in loopback_get_stats64()
Ddummy.c58 struct rtnl_link_stats64 *stats) in dummy_get_stats64()
Dvirtio_net.c130 struct virtnet_stats __percpu *stats; member
442 struct virtnet_stats *stats = this_cpu_ptr(vi->stats); in receive_buf() local
834 struct virtnet_stats *stats = this_cpu_ptr(vi->stats); in free_old_xmit_skbs() local
1064 struct virtnet_stats *stats = per_cpu_ptr(vi->stats, cpu); in virtnet_stats() local
Difb.c133 struct rtnl_link_stats64 *stats) in ifb_stats64()
Dsb1000.c752 struct net_device_stats *stats = &dev->stats; in sb1000_rx() local
1001 unsigned int stats[5]; in sb1000_dev_ioctl() local
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c110 internal_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats) in internal_get_stats()
248 struct pcpu_sw_netstats *stats; in internal_dev_recv() local
Dflow.c73 struct flow_stats *stats; in ovs_flow_stats_update() local
146 struct flow_stats *stats = rcu_dereference_ovsl(flow->stats[node]); in ovs_flow_stats_get() local
169 struct flow_stats *stats = ovsl_dereference(flow->stats[node]); in ovs_flow_stats_clear() local
Ddatapath.c262 struct dp_stats_percpu *stats; in ovs_dp_process_packet() local
305 struct dp_stats_percpu *stats; in ovs_dp_upcall() local
675 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
754 struct ovs_flow_stats stats; in ovs_flow_cmd_fill_stats() local
Dvport.c281 void ovs_vport_get_stats(struct vport *vport, struct ovs_vport_stats *stats) in ovs_vport_get_stats()
/linux-4.4.14/drivers/md/bcache/
Dstats.c135 static void scale_stats(struct cache_stats *stats, unsigned long rescale_at) in scale_stats()
183 static void mark_cache_stats(struct cache_stat_collector *stats, in mark_cache_stats()
Dutil.c169 void bch_time_stats_update(struct time_stats *stats, uint64_t start_time) in bch_time_stats_update()
Dutil.h402 #define __print_time_stat(stats, name, stat, units) \ argument
406 #define sysfs_print_time_stats(stats, name, \ argument
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c192 struct fc_host_statistics *stats = &lp->host_stats; in fnic_get_stats() local
231 struct fc_host_statistics *stats) in fnic_dump_fchost_stats()
305 struct fc_host_statistics *stats; in fnic_reset_host_stats() local
Dfnic_trace.c216 struct fnic_stats *stats) in fnic_get_stats_data()
Dvnic_dev.c47 struct vnic_stats *stats; member
358 int vnic_dev_stats_dump(struct vnic_dev *vdev, struct vnic_stats **stats) in vnic_dev_stats_dump()
/linux-4.4.14/drivers/net/can/sja1000/
Dsja1000.c340 struct net_device_stats *stats = &dev->stats; in sja1000_rx() local
393 struct net_device_stats *stats = &dev->stats; in sja1000_err() local
499 struct net_device_stats *stats = &dev->stats; in sja1000_interrupt() local
/linux-4.4.14/net/rds/
Diw_stats.c75 struct rds_iw_statistics stats = {0, }; in rds_iw_stats_info_copy() local
Dib_stats.c83 struct rds_ib_statistics stats = {0, }; in rds_ib_stats_info_copy() local
Dtcp_stats.c54 struct rds_tcp_statistics stats = {0, }; in rds_tcp_stats_info_copy() local
Dstats.c112 struct rds_statistics stats = {0, }; in rds_stats_info() local
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c129 struct dentry *entry, *stats, *moddir; in wl12xx_debugfs_add_files() local
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_port.c28 bfa_port_stats_swap(struct bfa_port_s *port, union bfa_port_stats_u *stats) in bfa_port_stats_swap()
344 bfa_port_get_stats(struct bfa_port_s *port, union bfa_port_stats_u *stats, in bfa_port_get_stats()
701 bfa_cee_get_stats(struct bfa_cee_s *cee, struct bfa_cee_stats_s *stats, in bfa_cee_get_stats()
Dbfa_port.h39 union bfa_port_stats_u *stats; member
101 struct bfa_cee_stats_s *stats; member
Dbfa_fcs.h158 struct bfa_lport_stats_s stats; member
207 struct bfa_vf_stats_s stats; /* fabric/vf stats */ member
453 struct bfa_rport_stats_s stats; /* rport stats */ member
519 struct bfa_itnim_stats_s stats; /* itn statistics */ member
705 struct bfa_fcs_stats_s stats; /* FCS statistics */ member
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c33 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_tx_status() local
77 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_rx_status() local
Denh_desc.c33 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_tx_status() local
181 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_rx_status() local
Ddwmac100_dma.c108 struct net_device_stats *stats = (struct net_device_stats *)data; in dwmac100_dma_diagnostic_fr() local
/linux-4.4.14/fs/cachefiles/
Dbind.c88 struct kstatfs stats; in cachefiles_daemon_add_cache() local
Ddaemon.c677 struct kstatfs stats; in cachefiles_has_space() local
/linux-4.4.14/drivers/net/can/mscan/
Dmscan.c348 struct net_device_stats *stats = &dev->stats; in mscan_get_err_frame() local
394 struct net_device_stats *stats = &dev->stats; in mscan_rx_poll() local
441 struct net_device_stats *stats = &dev->stats; in mscan_isr() local
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.h294 struct stats { struct
295 unsigned long in_ops;
296 unsigned long out_ops;
320 * @lock: lock to pxa_ep data (queues and stats) argument
375 struct stats stats; member
465 struct udc_stats stats; member
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c888 struct net_device_stats *stats; in ieee80211_rx() local
1608 struct ieee80211_rx_stats *stats) in ieee80211_parse_info_param()
2158 struct ieee80211_rx_stats *stats) in ieee80211_network_init()
2387 struct ieee80211_rx_stats *stats) in ieee80211_process_probe_response()
2599 struct ieee80211_rx_stats *stats) in ieee80211_rx_mgt()
Dieee80211_tx.c604 struct net_device_stats *stats = &ieee->stats; in ieee80211_xmit() local
/linux-4.4.14/net/mac80211/
Ddebugfs.c189 int (*printvalue)(struct ieee80211_low_level_stats *stats, char *buf, in format_devstat_counter()
192 struct ieee80211_low_level_stats stats; in format_devstat_counter() local
Dethtool.c65 struct ethtool_stats *stats, in ieee80211_get_stats()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_debugfs.c141 struct snic_stats *stats = &snic->s_stats; in snic_reset_stats_write() local
202 struct snic_stats *stats = &snic->s_stats; in snic_stats_show() local
Dvnic_dev.c61 struct vnic_stats *stats; member
515 int svnic_dev_stats_dump(struct vnic_dev *vdev, struct vnic_stats **stats) in svnic_dev_stats_dump()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c148 struct mlx5_cmd_stats *stats; in average_read() local
175 struct mlx5_cmd_stats *stats; in average_write() local
197 struct mlx5_cmd_stats *stats; in mlx5_cmdif_debugfs_init() local
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1058 struct rxtid_stats *stats; in aggr_deque_frms() local
1115 struct rxtid_stats *stats; in aggr_process_recv_frm() local
1632 struct rxtid_stats *stats; in aggr_timeout() local
1679 struct rxtid_stats *stats; in aggr_delete_tid_state() local
1708 struct rxtid_stats *stats; in aggr_recv_addba_req_evt() local
/linux-4.4.14/drivers/net/wireless/orinoco/
Dmain.c439 struct net_device_stats *stats = &priv->stats; in orinoco_xmit() local
600 struct net_device_stats *stats = &priv->stats; in __orinoco_ev_tx() local
612 struct net_device_stats *stats = &priv->stats; in __orinoco_ev_txexc() local
668 struct net_device_stats *stats = &priv->stats; in orinoco_tx_timeout() local
755 struct net_device_stats *stats = &priv->stats; in orinoco_rx_monitor() local
846 struct net_device_stats *stats = &priv->stats; in __orinoco_ev_rx() local
965 struct net_device_stats *stats = &priv->stats; in orinoco_rx() local
/linux-4.4.14/net/rose/
Drose_dev.c102 struct net_device_stats *stats = &dev->stats; in rose_xmit() local
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h26 } stats; member
/linux-4.4.14/drivers/net/ppp/
Dppp_deflate.c34 struct compstat stats; member
269 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
Dppp_mppe.c113 struct compstat stats; member
446 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats()
/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-info.c257 struct cpufreq_stats *stats; in debug_output_one() local
503 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats() local
/linux-4.4.14/include/net/
Dcodel.h194 static void codel_stats_init(struct codel_stats *stats) in codel_stats_init()
233 struct codel_stats *stats, in codel_should_drop()
Dip6_tunnel.h86 struct net_device_stats *stats = &dev->stats; in ip6tunnel_xmit() local
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c440 struct fm10k_hw_stats *stats) in fm10k_update_hw_stats_vf()
453 struct fm10k_hw_stats *stats) in fm10k_rebind_hw_stats_vf()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drx.c184 struct ieee80211_rx_status *stats, in iwl_mvm_set_mac80211_rx_flag()
572 struct iwl_notif_statistics_v10 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
/linux-4.4.14/kernel/locking/
Dlockdep_proc.c367 struct lock_class_stats stats; member
372 struct lock_stat_data stats[MAX_LOCKDEP_KEYS]; member
430 struct lock_class_stats *stats; in seq_stats() local
/linux-4.4.14/drivers/staging/octeon/
Docteon-ethernet.h42 struct net_device_stats stats; member
/linux-4.4.14/drivers/net/can/c_can/
Dc_can.c353 struct net_device_stats *stats = &dev->stats; in c_can_handle_lost_msg_obj() local
379 struct net_device_stats *stats = &dev->stats; in c_can_read_msg_object() local
682 struct net_device_stats *stats = &dev->stats; in c_can_do_tx() local
859 struct net_device_stats *stats = &dev->stats; in c_can_handle_state_change() local
936 struct net_device_stats *stats = &dev->stats; in c_can_handle_bus_err() local
/linux-4.4.14/net/wireless/
Dwext-proc.c33 struct iw_statistics *stats = get_wireless_stats(dev); in wireless_seq_printf_stats() local
/linux-4.4.14/fs/nfs/
Diostat.h70 static inline void nfs_free_iostats(struct nfs_iostats __percpu *stats) in nfs_free_iostats()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c118 struct rtnl_link_stats64 *stats) in vmxnet3_get_stats64()
302 struct ethtool_stats *stats, u64 *buf) in vmxnet3_get_ethtool_stats()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c485 struct net_device_stats *stats = &ieee->stats; in rtllib_indicate_packets() local
2067 struct rtllib_rx_stats *stats) in rtllib_parse_info_param()
2334 struct rtllib_rx_stats *stats) in rtllib_network_init()
2584 struct rtllib_rx_stats *stats) in rtllib_process_probe_response()
2745 struct rtllib_rx_stats *stats) in rtllib_rx_mgt()
Drtllib_tx.c572 struct net_device_stats *stats = &ieee->stats; in rtllib_xmit_inter() local
/linux-4.4.14/drivers/net/fjes/
Dfjes_ethtool.c53 struct ethtool_stats *stats, u64 *data) in fjes_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c131 struct ethtool_stats *stats, u64 *data) in pasemi_mac_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c143 struct ethtool_stats *stats, u64 *data) in spider_net_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_port.c156 struct net_device_stats *stats = &priv->stats; in mlx4_en_DUMP_ETH_STATS() local
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_synproxy.h40 struct synproxy_stats __percpu *stats; member
/linux-4.4.14/net/netfilter/
Dxt_RATEEST.c82 struct gnet_stats_basic_packed *stats = &info->est->bstats; in xt_rateest_tg() local
Dnf_tables_core.c121 struct nft_stats *stats; in nft_do_chain() local
Dnf_synproxy_core.c287 struct synproxy_stats *stats = v; in synproxy_cpu_seq_show() local
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Ddebug.h123 struct ath_stats stats; member
/linux-4.4.14/drivers/net/can/m_can/
Dm_can.c362 struct net_device_stats *stats = &dev->stats; in m_can_read_fifo() local
449 struct net_device_stats *stats = &dev->stats; in m_can_handle_lost_msg() local
474 struct net_device_stats *stats = &dev->stats; in m_can_handle_lec_err() local
568 struct net_device_stats *stats = &dev->stats; in m_can_handle_state_change() local
745 struct net_device_stats *stats = &dev->stats; in m_can_isr() local
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c229 struct ethtool_stats *stats, u64 *data) in ehea_get_ethtool_stats()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.h38 struct brcmf_stats stats; member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c35 bfa_cee_stats_swap(struct bfa_cee_stats *stats) in bfa_cee_stats_swap()
Dbfa_cee.h50 struct bfa_cee_stats *stats; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c305 struct rtl_stats *stats, in rtl92cu_rx_query_desc()
365 struct rtl_stats stats = { in _rtl_rx_process() local
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c427 struct net_device_stats *stats = &priv->stats[q]; in ravb_tx_free() local
503 struct net_device_stats *stats = &priv->stats[q]; in ravb_rx() local
1062 struct ethtool_stats *stats, u64 *data) in ravb_get_ethtool_stats()
1070 struct net_device_stats *stats = &priv->stats[q]; in ravb_get_ethtool_stats() local
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.h65 struct net_device_stats stats; member
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c174 struct tile_net_stats_t stats; member
686 struct tile_net_stats_t *stats = &info->stats; in tile_net_poll_aux() local
1675 struct tile_net_stats_t *stats = &info->stats; in tile_net_tx_tso() local
1847 struct tile_net_stats_t *stats = &info->stats; in tile_net_tx() local
2052 struct rtnl_link_stats64 *stats) in tile_net_get_stats64()
/linux-4.4.14/drivers/net/team/
Dteam_mode_loadbalance.c39 struct lb_stats stats; member
57 } stats; member
451 struct lb_stats *stats; in lb_stats_refresh() local
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c887 struct stat_block *stats; in free_shared_mem() local
2373 struct stat_block *stats = mac_control->stats_info; in free_tx_buffers() local
2674 struct stat_block *stats = mac_control->stats_info; in free_rxd_blk() local
3015 struct stat_block *stats = nic->mac_control.stats_info; in tx_intr_handler() local
3248 struct stat_block *stats = sp->mac_control.stats_info; in s2io_updt_xpak_counter() local
3414 struct stat_block *stats; in s2io_reset() local
3739 struct stat_block *stats = nic->mac_control.stats_info; in s2io_enable_msi_x() local
4029 struct stat_block *stats = mac_control->stats_info; in s2io_xmit() local
4418 struct xpakStat *stats = &sp->mac_control.stats_info->xpak_stat; in s2io_handle_errors() local
4846 struct stat_block *stats = mac_control->stats_info; in s2io_get_stats() local
[all …]
/linux-4.4.14/arch/s390/appldata/
Dappldata_net_sum.c86 const struct rtnl_link_stats64 *stats; in appldata_get_net_sum_data() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c112 struct macstat stats; in brcms_debugfs_macstat_read() local
/linux-4.4.14/drivers/cpuidle/governors/
Dladder.c37 } stats; member
/linux-4.4.14/net/8021q/
Dvlanproc.c281 const struct rtnl_link_stats64 *stats; in vlandev_seq_show() local
Dvlan_dev.c132 struct vlan_pcpu_stats *stats; in vlan_dev_hard_start_xmit() local
656 …ct rtnl_link_stats64 *vlan_dev_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) in vlan_dev_get_stats64()
/linux-4.4.14/net/sched/
Dsch_codel.c59 struct codel_stats stats; member
Dsch_red.c45 struct red_stats stats; member
/linux-4.4.14/drivers/net/ethernet/sfc/
Dsiena.c513 u64 *stats = nic_data->stats; in siena_try_update_nic_stats() local
552 u64 *stats = nic_data->stats; in siena_update_nic_stats() local
Dnic.h301 u64 stats[FALCON_STAT_COUNT]; member
396 u64 stats[SIENA_STAT_COUNT]; member
537 u64 stats[EF10_STAT_COUNT]; member
/linux-4.4.14/drivers/ipack/devices/
Dipoctal.c34 struct ipoctal_stats stats; member
107 static void ipoctal_reset_stats(struct ipoctal_stats *stats) in ipoctal_reset_stats()
/linux-4.4.14/drivers/net/can/usb/
Dusb_8dev.c351 struct net_device_stats *stats = &priv->netdev->stats; in usb_8dev_rx_err_msg() local
473 struct net_device_stats *stats = &priv->netdev->stats; in usb_8dev_rx_can_msg() local
612 struct net_device_stats *stats = &netdev->stats; in usb_8dev_start_xmit() local
Desd_usb2.c229 struct net_device_stats *stats = &priv->netdev->stats; in esd_usb2_rx_event() local
315 struct net_device_stats *stats = &priv->netdev->stats; in esd_usb2_rx_can_msg() local
359 struct net_device_stats *stats = &priv->netdev->stats; in esd_usb2_tx_done_msg() local
718 struct net_device_stats *stats = &netdev->stats; in esd_usb2_start_xmit() local
Dems_usb.c314 struct net_device_stats *stats = &dev->netdev->stats; in ems_usb_rx_can_msg() local
344 struct net_device_stats *stats = &dev->netdev->stats; in ems_usb_rx_err() local
743 struct net_device_stats *stats = &netdev->stats; in ems_usb_start_xmit() local
Dkvaser_usb.c702 struct net_device_stats *stats; in kvaser_usb_tx_acknowledge() local
825 struct net_device_stats *stats = &priv->netdev->stats; in kvaser_usb_rx_error_update_can_state() local
891 struct net_device_stats *stats; in kvaser_usb_rx_error() local
1100 struct net_device_stats *stats = &priv->netdev->stats; in kvaser_usb_rx_can_err() local
1136 struct net_device_stats *stats; in kvaser_usb_rx_can_msg() local
1652 struct net_device_stats *stats = &netdev->stats; in kvaser_usb_start_xmit() local
Dgs_usb.c283 struct net_device_stats *stats; in gs_usb_receive_bulk_callback() local
458 struct net_device_stats *stats = &dev->netdev->stats; in gs_can_start_xmit() local
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c381 struct ethtool_stats *stats, uint64_t *data) in be_get_ethtool_stats()
396 struct be_rx_stats *stats = rx_stats(rxo); in be_get_ethtool_stats() local
412 struct be_tx_stats *stats = tx_stats(txo); in be_get_ethtool_stats() local
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c352 struct dentry *entry, *stats, *moddir; in wl18xx_debugfs_add_files() local
/linux-4.4.14/block/
Dcfq-iosched.c300 struct cfqg_stats stats; /* stats for this cfqg */ member
503 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time() local
514 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
535 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time() local
554 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time() local
568 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time() local
578 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size() local
589 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
692 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion() local
703 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
[all …]
/linux-4.4.14/sound/soc/fsl/
Dmpc5200_dma.h72 } stats; member
Dfsl_ssi.h239 } stats; member
253 static inline void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *stats, u32 sisr) in fsl_ssi_dbg_isr()
/linux-4.4.14/fs/jbd2/
Dcheckpoint.c553 struct transaction_chp_stats_s *stats; in __jbd2_journal_remove_checkpoint() local
Dcommit.c370 struct transaction_stats_s stats; in jbd2_journal_commit_transaction() local
/linux-4.4.14/drivers/media/dvb-frontends/
Dtc90522.c208 struct dtv_fe_stats *stats; in tc90522s_get_frontend() local
344 struct dtv_fe_stats *stats; in tc90522t_get_frontend() local
/linux-4.4.14/net/batman-adv/
Dsoft-interface.c119 struct net_device_stats *stats = &bat_priv->stats; in batadv_interface_stats() local
1130 struct ethtool_stats *stats, u64 *data) in batadv_get_ethtool_stats()
/linux-4.4.14/net/l2tp/
Dl2tp_ppp.c987 struct l2tp_stats *stats) in pppol2tp_copy_stats()
1010 struct pppol2tp_ioc_stats stats; in pppol2tp_session_ioctl() local
1140 struct pppol2tp_ioc_stats stats; in pppol2tp_tunnel_ioctl() local
Dl2tp_eth.c110 struct rtnl_link_stats64 *stats) in l2tp_eth_get_stats64()
Dl2tp_core.h134 struct l2tp_stats stats; member
185 struct l2tp_stats stats; member
/linux-4.4.14/drivers/block/zram/
Dzram_drv.h107 struct zram_stats stats; member
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-debugifc.c153 struct pvr2_stream_stats stats; in pvr2_debugifc_print_status() local
/linux-4.4.14/drivers/crypto/nx/
Dnx.h87 struct nx_stats stats; member
141 struct nx_stats *stats; /* pointer into an nx_crypto_driver for stats member
/linux-4.4.14/fs/ext4/
Dialloc.c398 int flex_size, struct orlov_stats *stats) in get_orlov_stats()
458 struct orlov_stats stats; in find_group_orlov() local
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1592 struct fc_stats *stats; in fcoe_xmit() local
1738 struct fc_stats *stats; in fcoe_filter_frames() local
1786 struct fc_stats *stats; in fcoe_recv_frame() local
1992 struct fc_stats *stats; in fcoe_device_notification() local
/linux-4.4.14/drivers/net/ethernet/smsc/
Depic100.c758 struct net_device_stats *stats = &dev->stats; in epic_pause() local
1000 struct net_device_stats *stats = &dev->stats; in epic_tx_error() local
1103 struct net_device_stats *stats = &dev->stats; in epic_interrupt() local
1346 struct net_device_stats *stats = &dev->stats; in epic_get_stats() local
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_init.c384 struct iscsi_stats_info *stats; in bnx2i_get_stats() local
/linux-4.4.14/drivers/net/irda/
Dbfin_sir.h71 struct net_device_stats stats; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1240 static u64 *qlcnic_fill_stats(u64 *data, void *stats, int type) in qlcnic_fill_stats()
1315 static u64 *qlcnic_fill_tx_queue_stats(u64 *data, void *stats) in qlcnic_fill_tx_queue_stats()
1331 struct ethtool_stats *stats, u64 *data) in qlcnic_get_ethtool_stats()
Dqlcnic_ctx.c1062 struct qlcnic_esw_stats_le *stats; in qlcnic_get_port_stats() local
1125 struct qlcnic_mac_statistics_le *stats; in qlcnic_get_mac_stats() local
/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhip04_eth.c428 struct net_device_stats *stats = &ndev->stats; in hip04_mac_start_xmit() local
488 struct net_device_stats *stats = &ndev->stats; in hip04_rx_poll() local
569 struct net_device_stats *stats = &ndev->stats; in hip04_mac_interrupt() local
/linux-4.4.14/fs/nilfs2/
Dbtree.c1048 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_insert()
1221 struct nilfs_bmap_stats stats; in nilfs_btree_insert() local
1421 struct nilfs_bmap_stats *stats, in nilfs_btree_prepare_delete()
1572 struct nilfs_bmap_stats stats; in nilfs_btree_delete() local
1729 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_convert_and_insert()
1856 struct nilfs_bmap_stats stats; in nilfs_btree_convert_and_insert() local
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_rnode.h117 struct csio_rnode_stats stats; /* Common rnode stats */ member
Dcsio_mb.h146 struct csio_mbm_stats stats; /* Statistics */ member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dani.c108 struct ath9k_mib_stats *stats) in ath9k_hw_update_mibstats()
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_spi.h84 struct qcaspi_stats stats; member
/linux-4.4.14/include/net/irda/
Dirttp.h129 struct net_device_stats stats; member
/linux-4.4.14/drivers/net/wireless/
Dray_cs.h51 struct net_device_stats stats; member
/linux-4.4.14/net/bridge/
Dbr_device.c149 struct rtnl_link_stats64 *stats) in br_get_stats64()
/linux-4.4.14/drivers/net/ethernet/adi/
Dbfin_mac.h76 struct net_device_stats stats; member
/linux-4.4.14/arch/ia64/hp/sim/
Dsimeth.c43 struct net_device_stats stats; member
/linux-4.4.14/drivers/staging/netlogic/
Dxlr_net.c358 static void xlr_stats(struct net_device *ndev, struct rtnl_link_stats64 *stats) in xlr_stats()
404 struct rtnl_link_stats64 *stats) in xlr_get_stats64()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c390 struct wil_net_stats *stats; in wil_vring_reap_rx() local
568 struct wil_net_stats *stats = &wil->sta[cid].stats; in wil_netif_rx_any() local
1748 struct wil_net_stats *stats = NULL; in wil_tx_complete() local
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c3937 struct ieee80211_rx_stats *stats) in UpdateRxPktTimeStamp8190()
4561 struct ieee80211_rx_stats *stats) in UpdateReceivedRateHistogramStatistics8190()
4680 struct ieee80211_rx_stats *stats, in query_rxdesc_status()
4779 struct ieee80211_rx_stats stats = { in rtl8192_rx_nomal() local
4869 struct ieee80211_rx_stats *stats) in query_rx_cmdpkt_desc_status()
4890 struct ieee80211_rx_stats stats = { in rtl8192_rx_cmd() local
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c310 struct ethtool_stats *stats, uint64_t *data) in uec_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c733 struct i40e_eth_stats *stats = in i40evf_virtchnl_completion() local
Di40evf_ethtool.c113 struct ethtool_stats *stats, u64 *data) in i40evf_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_dev.h102 struct vnic_stats *stats; member
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c464 struct ethtool_stats *stats, u64 *data) in pch_gbe_get_ethtool_stats()
/linux-4.4.14/net/ipv6/
Dip6_vti.c433 struct net_device_stats *stats = &t->dev->stats; in vti6_xmit() local
511 struct net_device_stats *stats = &t->dev->stats; in vti6_tnl_xmit() local
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c724 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_show() local
745 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_write() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_ioctl.c260 struct drm_stats *stats = data; in drm_getstats() local
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c203 struct ethtool_stats *stats, u64 *data) in xgbe_get_ethtool_stats()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dtrx.c260 bool rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats, in rtl92se_rx_query_desc()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c149 struct ethtool_stats *stats, u64 *buf) in qede_get_ethtool_stats()
/linux-4.4.14/net/tipc/
Dnetlink_compat.c418 struct nlattr *prop[], struct nlattr *stats[]) in __fill_bc_link_stat()
462 struct nlattr *stats[TIPC_NLA_STATS_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h172 struct igbvf_queue_stats stats; member
254 struct e1000_vf_stats stats; member
/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.c1909 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_tx_srv() local
2044 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_receive_frame() local
2103 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_rx_srv() local
3636 struct ethtool_stats *stats, u64 *data) in velocity_get_ethtool_stats()
/linux-4.4.14/net/ipv4/
Dfib_trie.c147 struct trie_use_stats __percpu *stats; member
821 struct trie_use_stats __percpu *stats = t->stats; in resize() local
1274 struct trie_use_stats __percpu *stats = t->stats; in fib_table_lookup() local
2172 const struct trie_use_stats __percpu *stats) in trie_show_usage()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c1540 struct qed_eth_stats *stats) in __qed_get_vport_stats()
1690 struct qed_eth_stats *stats) in qed_get_vport_stats()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_mac.c976 struct ieee80211_rx_status *stats) in filter_ack()
1033 struct ieee80211_rx_status stats; in zd_mac_rx() local

1234