Home
last modified time | relevance | path

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

1234

/linux-4.1.27/tools/perf/util/
Dstat.h6 struct stats struct
12 void update_stats(struct stats *stats, u64 val); argument
17 static inline void init_stats(struct stats *stats) in init_stats()
Dstat.c5 void update_stats(struct stats *stats, u64 val) in update_stats()
21 double avg_stats(struct stats *stats) in avg_stats()
42 double stddev_stats(struct stats *stats) in stddev_stats()
Devlist.h54 struct events_stats stats; member
Dkvm-stat.h20 struct stats stats; member
/linux-4.1.27/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.1.27/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.c759 struct ocfs2_blockcheck_stats *stats) in ocfs2_sb_probe()
1014 struct ocfs2_blockcheck_stats stats; in ocfs2_fill_super() local
2041 struct ocfs2_blockcheck_stats *stats) in ocfs2_initialize_super()
2352 struct ocfs2_blockcheck_stats *stats) in ocfs2_verify_volume()
/linux-4.1.27/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.1.27/net/netfilter/ipvs/
Dip_vs_est.c61 struct ip_vs_cpu_stats __percpu *stats) in ip_vs_read_cpu_stats()
143 void ip_vs_start_estimator(struct net *net, struct ip_vs_stats *stats) in ip_vs_start_estimator()
155 void ip_vs_stop_estimator(struct net *net, struct ip_vs_stats *stats) in ip_vs_stop_estimator()
165 void ip_vs_zero_estimator(struct ip_vs_stats *stats) in ip_vs_zero_estimator()
184 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator()
/linux-4.1.27/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.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c91 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_resource_stats() local
208 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rx_stats() local
276 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_tx_stats() local
350 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_wqe_stats() local
383 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_db_errstats() local
404 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rxqp_errstats() local
430 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_txqp_errstats() local
490 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_driver_dbg_stats() local
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.h162 struct stats { struct
178 void (*stats)(struct stats *stats, void *data); member
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.1.27/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.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h389 static inline int lprocfs_stats_lock(struct lprocfs_stats *stats, int opc, in lprocfs_stats_lock()
431 static inline void lprocfs_stats_unlock(struct lprocfs_stats *stats, int opc, in lprocfs_stats_unlock()
465 lprocfs_stats_counter_size(struct lprocfs_stats *stats) in lprocfs_stats_counter_size()
482 lprocfs_stats_counter_get(struct lprocfs_stats *stats, unsigned int cpuid, in lprocfs_stats_counter_get()
507 #define lprocfs_counter_incr(stats, idx) \ argument
509 #define lprocfs_counter_decr(stats, idx) \ argument
516 static inline __u64 lprocfs_stats_collector(struct lprocfs_stats *stats, in lprocfs_stats_collector()
818 static inline void lprocfs_counter_add(struct lprocfs_stats *stats, in lprocfs_counter_add()
821 static inline void lprocfs_counter_incr(struct lprocfs_stats *stats, in lprocfs_counter_incr()
824 static inline void lprocfs_counter_sub(struct lprocfs_stats *stats, in lprocfs_counter_sub()
[all …]
/linux-4.1.27/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.1.27/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
Dcgroup.h503 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c606 void lprocfs_stats_collect(struct lprocfs_stats *stats, int idx, in lprocfs_stats_collect()
1031 int lprocfs_stats_alloc_one(struct lprocfs_stats *stats, unsigned int cpuid) in lprocfs_stats_alloc_one()
1071 struct lprocfs_stats *stats; in lprocfs_alloc_stats() local
1126 struct lprocfs_stats *stats = *statsh; in lprocfs_free_stats() local
1151 void lprocfs_clear_stats(struct lprocfs_stats *stats) in lprocfs_clear_stats()
1185 struct lprocfs_stats *stats = seq->private; in lprocfs_stats_seq_write() local
1194 struct lprocfs_stats *stats = p->private; in lprocfs_stats_seq_start() local
1212 struct lprocfs_stats *stats = p->private; in lprocfs_stats_seq_show() local
1275 struct lprocfs_stats *stats) in lprocfs_register_stats()
1289 void lprocfs_counter_init(struct lprocfs_stats *stats, int index, in lprocfs_counter_init()
[all …]
Dlprocfs_counters.c47 void lprocfs_counter_add(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_add()
98 void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_sub()
Dlu_object.c1795 lu_site_stats_t *stats, int populated) in lu_site_stats_get()
1844 lu_site_stats_t stats; in lu_cache_shrink_count() local
1990 static __u32 ls_stats_read(struct lprocfs_stats *stats, int idx) in ls_stats_read()
2008 lu_site_stats_t stats; in lu_site_stats_print() local
/linux-4.1.27/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.1.27/arch/mips/sibyte/common/
Dbus_watcher.c118 struct bw_stats_struct *stats = m->private; in bw_proc_show() local
160 static void create_proc_decoder(struct bw_stats_struct *stats) in create_proc_decoder()
182 struct bw_stats_struct *stats = data; in sibyte_bw_int() local
/linux-4.1.27/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
747 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
437 struct net_device_stats *stats = &dev->stats; in bfin_can_err() local
524 struct net_device_stats *stats = &dev->stats; in bfin_can_interrupt() local
Dpch_can.c496 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_error() local
619 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_rx_msg_lost() local
650 struct net_device_stats *stats = &(priv->ndev->stats); in pch_can_rx_normal() local
723 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
761 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
371 struct net_device_stats *stats = &ndev->stats; in rcar_can_tx_done() local
637 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.c477 struct net_device_stats *stats = &dev->stats; in at91_start_xmit() local
566 struct net_device_stats *stats = &dev->stats; in at91_rx_overflow_err() local
634 struct net_device_stats *stats = &dev->stats; in at91_read_msg() local
Djanz-ican3.c889 struct net_device_stats *stats = &dev->stats; in ican3_handle_msglost() local
931 struct net_device_stats *stats = &dev->stats; in ican3_handle_cevtind() local
1234 struct net_device_stats *stats = &ndev->stats; in ican3_recv_skb() local
/linux-4.1.27/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.1.27/drivers/md/
Ddm-stats.c187 void dm_stats_init(struct dm_stats *stats) in dm_stats_init()
202 void dm_stats_cleanup(struct dm_stats *stats) in dm_stats_cleanup()
229 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end, in dm_stats_create()
344 static struct dm_stat *__dm_stats_find(struct dm_stats *stats, int id) in __dm_stats_find()
358 static int dm_stats_delete(struct dm_stats *stats, int id) in dm_stats_delete()
391 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list()
533 void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw, in dm_stats_account_io()
627 static int dm_stats_clear(struct dm_stats *stats, int id) in dm_stats_clear()
666 static int dm_stats_print(struct dm_stats *stats, int id, in dm_stats_print()
739 static int dm_stats_set_aux(struct dm_stats *stats, int id, const char *aux_data) in dm_stats_set_aux()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/ethernet/intel/
De100.c533 struct stats { struct
550 struct stats stats; argument
2716 struct ethtool_stats *stats, u64 *data) in e100_get_ethtool_stats()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c837 struct sk_buff *skb, struct libipw_rx_stats *stats) in libipw_rx_any()
1329 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp()
1389 struct libipw_rx_stats *stats) in libipw_network_init()
1535 *beacon, struct libipw_rx_stats in libipw_process_probe_response()
1645 struct libipw_rx_stats *stats) in libipw_rx_mgt()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drx.c185 struct ieee80211_rx_status *stats, in iwl_mvm_set_mac80211_rx_flag()
574 struct iwl_notif_statistics_v10 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
595 struct iwl_notif_statistics_v8 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
/linux-4.1.27/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()
Difb.c133 struct rtnl_link_stats64 *stats) in ifb_stats64()
Dvirtio_net.c130 struct virtnet_stats __percpu *stats; member
436 struct virtnet_stats *stats = this_cpu_ptr(vi->stats); in receive_buf() local
828 struct virtnet_stats *stats = this_cpu_ptr(vi->stats); in free_old_xmit_skbs() local
1059 struct virtnet_stats *stats = per_cpu_ptr(vi->stats, cpu); in virtnet_stats() local
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.1.27/net/rds/
Dtcp_stats.c54 struct rds_tcp_statistics stats = {0, }; in rds_tcp_stats_info_copy() local
Diw_stats.c75 struct rds_iw_statistics stats = {0, }; in rds_iw_stats_info_copy() local
Dib_stats.c77 struct rds_ib_statistics stats = {0, }; in rds_ib_stats_info_copy() local
Dstats.c112 struct rds_statistics stats = {0, }; in rds_stats_info() local
/linux-4.1.27/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.h407 #define __print_time_stat(stats, name, stat, units) \ argument
411 #define sysfs_print_time_stats(stats, name, \ argument
/linux-4.1.27/drivers/net/can/sja1000/
Dsja1000.c340 struct net_device_stats *stats = &dev->stats; in sja1000_rx() local
394 struct net_device_stats *stats = &dev->stats; in sja1000_err() local
502 struct net_device_stats *stats = &dev->stats; in sja1000_interrupt() local
/linux-4.1.27/net/openvswitch/
Dvport.c291 void ovs_vport_get_stats(struct vport *vport, struct ovs_vport_stats *stats) in ovs_vport_get_stats()
474 struct pcpu_sw_netstats *stats; in ovs_vport_receive() local
511 struct pcpu_sw_netstats *stats; in ovs_vport_send() local
Dflow.c71 struct flow_stats *stats; in ovs_flow_stats_update() local
144 struct flow_stats *stats = rcu_dereference_ovsl(flow->stats[node]); in ovs_flow_stats_get() local
167 struct flow_stats *stats = ovsl_dereference(flow->stats[node]); in ovs_flow_stats_clear() local
Dvport-internal_dev.c48 struct rtnl_link_stats64 *stats) in internal_dev_get_stats()
Ddatapath.c263 struct dp_stats_percpu *stats; in ovs_dp_process_packet() local
306 struct dp_stats_percpu *stats; in ovs_dp_upcall() local
632 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
711 struct ovs_flow_stats stats; in ovs_flow_cmd_fill_stats() local
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_main.c193 struct fc_host_statistics *stats = &lp->host_stats; in fnic_get_stats() local
232 struct fc_host_statistics *stats) in fnic_dump_fchost_stats()
306 struct fc_host_statistics *stats; in fnic_reset_host_stats() local
Dfnic_trace.c215 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.1.27/drivers/net/wireless/iwlwifi/dvm/
Drx.c475 struct iwl_bt_notif_statistics *stats; in iwlagn_rx_statistics() local
493 struct iwl_notif_statistics *stats; in iwlagn_rx_statistics() local
562 struct iwl_notif_statistics *stats = (void *)pkt->data; in iwlagn_rx_reply_statistics() local
676 struct ieee80211_rx_status *stats) in iwlagn_set_decrypted_flag()
727 struct ieee80211_rx_status *stats) in iwlagn_pass_packet_to_mac80211()
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c129 struct dentry *entry, *stats, *moddir; in wl12xx_debugfs_add_files() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/mac80211/
Ddebugfs.c183 int (*printvalue)(struct ieee80211_low_level_stats *stats, char *buf, in format_devstat_counter()
186 struct ieee80211_low_level_stats stats; in format_devstat_counter() local
Dethtool.c65 struct ethtool_stats *stats, in ieee80211_get_stats()
/linux-4.1.27/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.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.h284 struct stats { struct
285 unsigned long in_ops;
286 unsigned long out_ops;
310 * @lock: lock to pxa_ep data (queues and stats) argument
365 struct stats stats; member
455 struct udc_stats stats; member
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c896 struct net_device_stats *stats; in ieee80211_rx() local
1622 struct ieee80211_rx_stats *stats) in ieee80211_parse_info_param()
2175 struct ieee80211_rx_stats *stats) in ieee80211_network_init()
2404 struct ieee80211_rx_stats *stats) in ieee80211_process_probe_response()
2616 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.1.27/include/net/
Dcodel.h185 static void codel_stats_init(struct codel_stats *stats) in codel_stats_init()
224 struct codel_stats *stats, in codel_should_drop()
Dip6_tunnel.h79 struct net_device_stats *stats = &dev->stats; in ip6tunnel_xmit() local
Dip_tunnels.h207 struct pcpu_sw_netstats __percpu *stats) in iptunnel_xmit_stats()
/linux-4.1.27/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.1.27/net/rose/
Drose_dev.c102 struct net_device_stats *stats = &dev->stats; in rose_xmit() local
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h26 } stats; member
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c453 struct fm10k_hw_stats *stats) in fm10k_update_hw_stats_vf()
466 struct fm10k_hw_stats *stats) in fm10k_rebind_hw_stats_vf()
/linux-4.1.27/drivers/staging/octeon/
Docteon-ethernet.h57 struct net_device_stats stats; member
/linux-4.1.27/net/wireless/
Dwext-proc.c33 struct iw_statistics *stats = get_wireless_stats(dev); in wireless_seq_printf_stats() local
/linux-4.1.27/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
Dlockdep.c206 struct lock_class_stats stats; in lock_stats() local
252 static void put_lock_stats(struct lock_class_stats *stats) in put_lock_stats()
259 struct lock_class_stats *stats; in lock_release_holdtime() local
3713 struct lock_class_stats *stats; in __lock_contended() local
3765 struct lock_class_stats *stats; in __lock_acquired() local
/linux-4.1.27/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.1.27/fs/nfs/
Diostat.h70 static inline void nfs_free_iostats(struct nfs_iostats __percpu *stats) in nfs_free_iostats()
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c118 struct rtnl_link_stats64 *stats) in vmxnet3_get_stats64()
300 struct ethtool_stats *stats, u64 *buf) in vmxnet3_get_ethtool_stats()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_port.c155 struct net_device_stats *stats = &priv->stats; in mlx4_en_DUMP_ETH_STATS() local
/linux-4.1.27/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c131 struct ethtool_stats *stats, u64 *data) in pasemi_mac_get_ethtool_stats()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_rx.c471 struct net_device_stats *stats = &ieee->stats; in rtllib_indicate_packets() local
1738 struct rtllib_rx_stats *stats) in rtllib_parse_info_param()
2209 struct rtllib_rx_stats *stats) in rtllib_network_init()
2461 struct rtllib_rx_stats *stats) in rtllib_process_probe_response()
2632 struct rtllib_rx_stats *stats) in rtllib_rx_mgt()
Drtllib_tx.c573 struct net_device_stats *stats = &ieee->stats; in rtllib_xmit_inter() local
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_synproxy.h40 struct synproxy_stats __percpu *stats; member
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c143 struct ethtool_stats *stats, u64 *data) in spider_net_get_ethtool_stats()
/linux-4.1.27/net/netfilter/
Dxt_RATEEST.c82 struct gnet_stats_basic_packed *stats = &info->est->bstats; in xt_rateest_tg() local
Dnf_tables_core.c124 struct nft_stats *stats; in nft_do_chain() local
Dnf_synproxy_core.c284 struct synproxy_stats *stats = v; in synproxy_cpu_seq_show() local
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Ddebug.h123 struct ath_stats stats; member
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c288 struct dentry *entry, *stats, *moddir; in wl18xx_debugfs_add_files() local
/linux-4.1.27/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
571 struct net_device_stats *stats = &dev->stats; in m_can_handle_state_change() local
748 struct net_device_stats *stats = &dev->stats; in m_can_isr() local
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.h38 struct brcmf_stats stats; member
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c229 struct ethtool_stats *stats, u64 *data) in ehea_get_ethtool_stats()
/linux-4.1.27/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.1.27/drivers/net/wireless/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.1.27/drivers/staging/gdm724x/
Dgdm_lte.h65 struct net_device_stats stats; member
/linux-4.1.27/arch/s390/appldata/
Dappldata_net_sum.c86 const struct rtnl_link_stats64 *stats; in appldata_get_net_sum_data() local
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c112 struct macstat stats; in brcms_debugfs_macstat_read() local
/linux-4.1.27/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
1678 struct tile_net_stats_t *stats = &info->stats; in tile_net_tx_tso() local
1850 struct tile_net_stats_t *stats = &info->stats; in tile_net_tx() local
2055 struct rtnl_link_stats64 *stats) in tile_net_get_stats64()
/linux-4.1.27/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.1.27/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.1.27/drivers/media/dvb-frontends/
Dtc90522.c208 struct dtv_fe_stats *stats; in tc90522s_get_frontend() local
341 struct dtv_fe_stats *stats; in tc90522t_get_frontend() local
/linux-4.1.27/drivers/cpuidle/governors/
Dladder.c37 } stats; member
/linux-4.1.27/net/sched/
Dsch_codel.c59 struct codel_stats stats; member
Dsch_red.c45 struct red_stats stats; member
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/sfc/
Dsiena.c504 u64 *stats = nic_data->stats; in siena_try_update_nic_stats() local
543 u64 *stats = nic_data->stats; in siena_update_nic_stats() local
/linux-4.1.27/drivers/net/can/usb/
Dusb_8dev.c351 struct net_device_stats *stats = &priv->netdev->stats; in usb_8dev_rx_err_msg() local
476 struct net_device_stats *stats = &priv->netdev->stats; in usb_8dev_rx_can_msg() local
616 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
317 struct net_device_stats *stats = &priv->netdev->stats; in esd_usb2_rx_can_msg() local
362 struct net_device_stats *stats = &priv->netdev->stats; in esd_usb2_tx_done_msg() local
721 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
345 struct net_device_stats *stats = &dev->netdev->stats; in ems_usb_rx_err() local
746 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
1101 struct net_device_stats *stats = &priv->netdev->stats; in kvaser_usb_rx_can_err() local
1137 struct net_device_stats *stats; in kvaser_usb_rx_can_msg() local
1653 struct net_device_stats *stats = &netdev->stats; in kvaser_usb_start_xmit() local
Dgs_usb.c283 struct net_device_stats *stats; in gs_usb_recieve_bulk_callback() local
458 struct net_device_stats *stats = &dev->netdev->stats; in gs_can_start_xmit() local
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c375 struct ethtool_stats *stats, uint64_t *data) in be_get_ethtool_stats()
390 struct be_rx_stats *stats = rx_stats(rxo); in be_get_ethtool_stats() local
406 struct be_tx_stats *stats = tx_stats(txo); in be_get_ethtool_stats() local
/linux-4.1.27/fs/jbd2/
Dcheckpoint.c555 struct transaction_chp_stats_s *stats; in __jbd2_journal_remove_checkpoint() local
Dcommit.c372 struct transaction_stats_s stats; in jbd2_journal_commit_transaction() local
/linux-4.1.27/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.1.27/net/batman-adv/
Dsoft-interface.c95 struct net_device_stats *stats = &bat_priv->stats; in batadv_interface_stats() local
1099 struct ethtool_stats *stats, in batadv_get_ethtool_stats()
/linux-4.1.27/drivers/block/zram/
Dzram_drv.h114 struct zram_stats stats; member
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-debugifc.c153 struct pvr2_stream_stats stats; in pvr2_debugifc_print_status() local
/linux-4.1.27/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.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c383 struct wil_net_stats *stats; in wil_vring_reap_rx() local
532 struct wil_net_stats *stats = &wil->sta[cid].stats; in wil_netif_rx_any() local
1352 struct wil_net_stats *stats = NULL; in wil_tx_complete() local
/linux-4.1.27/block/
Dcfq-iosched.c292 struct cfqg_stats stats; /* stats for this cfqg */ member
506 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time() local
517 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
538 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time() local
557 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time() local
571 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time() local
581 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size() local
592 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
682 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion() local
693 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
[all …]
/linux-4.1.27/fs/ext4/
Dialloc.c366 int flex_size, struct orlov_stats *stats) in get_orlov_stats()
426 struct orlov_stats stats; in find_group_orlov() local
/linux-4.1.27/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.1.27/drivers/scsi/fcoe/
Dfcoe.c1593 struct fc_stats *stats; in fcoe_xmit() local
1739 struct fc_stats *stats; in fcoe_filter_frames() local
1787 struct fc_stats *stats; in fcoe_recv_frame() local
1994 struct fc_stats *stats; in fcoe_device_notification() local
/linux-4.1.27/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.1.27/drivers/net/irda/
Dbfin_sir.h71 struct net_device_stats stats; member
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_init.c384 struct iscsi_stats_info *stats; in bnx2i_get_stats() local
/linux-4.1.27/fs/ext3/
Dnamei.c251 struct stats struct
258 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext3_dir_entry_2 *de, in dx_show_leaf() argument
301 struct stats stats; in dx_show_entries() local
/linux-4.1.27/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.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1239 static u64 *qlcnic_fill_stats(u64 *data, void *stats, int type) in qlcnic_fill_stats()
1314 static u64 *qlcnic_fill_tx_queue_stats(u64 *data, void *stats) in qlcnic_fill_tx_queue_stats()
1330 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.1.27/fs/nilfs2/
Dbtree.c1053 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_insert()
1226 struct nilfs_bmap_stats stats; in nilfs_btree_insert() local
1426 struct nilfs_bmap_stats *stats, in nilfs_btree_prepare_delete()
1577 struct nilfs_bmap_stats stats; in nilfs_btree_delete() local
1734 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_convert_and_insert()
1861 struct nilfs_bmap_stats stats; in nilfs_btree_convert_and_insert() local
/linux-4.1.27/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.1.27/drivers/misc/
Dvmw_balloon.c207 struct vmballoon_stats stats; member
693 struct vmballoon_stats *stats = &b->stats; in vmballoon_debug_show() local
/linux-4.1.27/drivers/net/ethernet/qualcomm/
Dqca_spi.h84 struct qcaspi_stats stats; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dani.c108 struct ath9k_mib_stats *stats) in ath9k_hw_update_mibstats()
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.h76 struct net_device_stats stats; member
/linux-4.1.27/arch/ia64/hp/sim/
Dsimeth.c43 struct net_device_stats stats; member
/linux-4.1.27/include/net/irda/
Dirttp.h129 struct net_device_stats stats; member
/linux-4.1.27/net/bridge/
Dbr_device.c149 struct rtnl_link_stats64 *stats) in br_get_stats64()
/linux-4.1.27/drivers/net/wireless/
Dray_cs.h51 struct net_device_stats stats; member
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c705 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_show() local
726 struct osc_stats *stats = &obd2osc_dev(dev)->od_stats; in osc_stats_seq_write() local
/linux-4.1.27/net/tipc/
Dnetlink_compat.c414 struct nlattr *prop[], struct nlattr *stats[]) in __fill_bc_link_stat()
458 struct nlattr *stats[TIPC_NLA_STATS_MAX + 1]; in tipc_nl_compat_link_stat_dump() local
/linux-4.1.27/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.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3669 struct ieee80211_rx_stats *stats) in UpdateRxPktTimeStamp8190()
4270 struct ieee80211_rx_stats *stats) in UpdateReceivedRateHistogramStatistics8190()
4387 struct ieee80211_rx_stats *stats, in query_rxdesc_status()
4483 struct ieee80211_rx_stats stats = { in rtl8192_rx_nomal() local
4572 struct ieee80211_rx_stats *stats) in query_rx_cmdpkt_desc_status()
4595 struct ieee80211_rx_stats stats = { in rtl8192_rx_cmd() local
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c465 struct ethtool_stats *stats, u64 *data) in pch_gbe_get_ethtool_stats()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c198 struct ethtool_stats *stats, u64 *data) in xgbe_get_ethtool_stats()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c716 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.1.27/drivers/gpu/drm/
Ddrm_ioctl.c272 struct drm_stats *stats = data; in drm_getstats() local
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c310 struct ethtool_stats *stats, uint64_t *data) in uec_get_ethtool_stats()
/linux-4.1.27/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.1.27/drivers/net/usb/
Dr8152.c1107 struct net_device_stats *stats; in write_bulk_callback() local
1398 struct net_device_stats *stats; in r8152_csum_workaround() local
1582 struct net_device_stats *stats = &tp->netdev->stats; in r8152_tx_agg_fill() local
1670 struct net_device_stats *stats = &netdev->stats; in rx_bottom() local
1712 struct net_device_stats *stats = &netdev->stats; in rx_bottom() local
1795 struct net_device_stats *stats = &netdev->stats; in tx_bottom() local
1883 struct net_device_stats *stats = &tp->netdev->stats; in rtl_drop_queued_tx() local
3519 struct ethtool_stats *stats, u64 *data) in rtl8152_get_ethtool_stats()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dtrx.c260 bool rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats, in rtl92se_rx_query_desc()
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Digbvf.h172 struct igbvf_queue_stats stats; member
254 struct e1000_vf_stats stats; member
/linux-4.1.27/drivers/net/ethernet/via/
Dvia-velocity.c1917 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_tx_srv() local
2052 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_receive_frame() local
2121 struct net_device_stats *stats = &vptr->netdev->stats; in velocity_rx_srv() local
3654 struct ethtool_stats *stats, u64 *data) in velocity_get_ethtool_stats()
/linux-4.1.27/net/ipv4/
Dfib_trie.c145 struct trie_use_stats __percpu *stats; member
815 struct trie_use_stats __percpu *stats = t->stats; in resize() local
1265 struct trie_use_stats __percpu *stats = t->stats; in fib_table_lookup() local
2152 const struct trie_use_stats __percpu *stats) in trie_show_usage()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c186 struct ethtool_stats *stats, u64 *data) in enic_get_ethtool_stats()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dprovider.c441 union rdma_protocol_stats *stats) in c4iw_get_mib()
/linux-4.1.27/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
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c362 struct ethtool_stats *stats, u64 *data) in ql_get_ethtool_stats()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c74 struct dispc_irq_stats stats; in dispc_dump_irqs() local
/linux-4.1.27/drivers/misc/sgi-gru/
Dgrulib.h68 struct gru_gseg_statistics stats; member
/linux-4.1.27/net/core/
Dnet-procfs.c80 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp); in dev_seq_printf_stats() local
/linux-4.1.27/net/caif/
Dchnl_net.c48 struct net_device_stats stats; member

1234