Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/linux-3.3/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 …]
/linux-3.3/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-3.3/net/netfilter/ipvs/
Dip_vs_est.c59 struct ip_vs_cpu_stats *stats) in ip_vs_read_cpu_stats()
142 void ip_vs_start_estimator(struct net *net, struct ip_vs_stats *stats) in ip_vs_start_estimator()
154 void ip_vs_stop_estimator(struct net *net, struct ip_vs_stats *stats) in ip_vs_stop_estimator()
164 void ip_vs_zero_estimator(struct ip_vs_stats *stats) in ip_vs_zero_estimator()
184 struct ip_vs_stats *stats) in ip_vs_read_estimator()
/linux-3.3/kernel/
Dtaskstats.c177 static void fill_stats(struct task_struct *tsk, struct taskstats *stats) in fill_stats()
199 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
215 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
414 struct cgroupstats *stats; in cgroupstats_user_cmd() local
501 struct taskstats *stats; in cmd_attr_pid() local
530 struct taskstats *stats; in cmd_attr_tgid() local
574 struct taskstats *stats; in taskstats_tgid_alloc() local
600 struct taskstats *stats; in taskstats_exit() local
Dtsacct.c29 void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
85 void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk()
/linux-3.3/include/linux/
Dtsacct_kern.h15 static inline void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
24 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()
/linux-3.3/drivers/net/can/
Dvcan.c74 struct net_device_stats *stats = &dev->stats; in vcan_rx() local
90 struct net_device_stats *stats = &dev->stats; in vcan_tx() local
/linux-3.3/drivers/net/
Dveth.c39 struct veth_net_stats __percpu *stats; member
93 struct ethtool_stats *stats, u64 *data) in veth_get_ethtool_stats()
118 struct veth_net_stats *stats, *rcv_stats; in veth_xmit() local
168 struct veth_net_stats *stats = per_cpu_ptr(priv->stats, cpu); in veth_get_stats64() local
231 struct veth_net_stats __percpu *stats; in veth_dev_init() local
/linux-3.3/net/openvswitch/
Dvport.c236 void ovs_vport_get_stats(struct vport *vport, struct ovs_vport_stats *stats) in ovs_vport_get_stats()
327 struct vport_percpu_stats *stats; in ovs_vport_receive() local
353 struct vport_percpu_stats *stats; in ovs_vport_send() local
/linux-3.3/arch/mips/sibyte/sb1250/
Dbus_watcher.c103 static int bw_print_buffer(char *page, struct bw_stats_struct *stats) in bw_print_buffer()
154 static void create_proc_decoder(struct bw_stats_struct *stats) in create_proc_decoder()
176 struct bw_stats_struct *stats = data; in sibyte_bw_int() local
/linux-3.3/net/sunrpc/
Dstats.c127 void rpc_free_iostats(struct rpc_iostats *stats) in rpc_free_iostats()
142 struct rpc_iostats *stats; in rpc_count_iostats() local
181 struct rpc_iostats *stats = clnt->cl_metrics; in rpc_print_iostats() local
/linux-3.3/drivers/net/can/cc770/
Dcc770.c397 struct net_device_stats *stats = &dev->stats; in cc770_start_xmit() local
466 struct net_device_stats *stats = &dev->stats; in cc770_rx() local
517 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-3.3/net/rose/
Drose_dev.c61 struct net_device_stats *stats = &dev->stats; in rose_rebuild_header() local
137 struct net_device_stats *stats = &dev->stats; in rose_xmit() local
/linux-3.3/drivers/atm/
Didt77105.c35 struct idt77105_stats stats; /* link diagnostics */ member
88 struct idt77105_stats *stats; in idt77105_stats_timer_func() local
145 struct idt77105_stats stats; in fetch_stats() local
/linux-3.3/drivers/net/ethernet/intel/
De100.c528 struct stats { struct
545 struct stats stats; argument
2638 struct ethtool_stats *stats, u64 *data) in e100_get_ethtool_stats()
/linux-3.3/net/netrom/
Dnr_dev.c46 struct net_device_stats *stats = &dev->stats; in nr_rx_ip() local
175 struct net_device_stats *stats = &dev->stats; in nr_xmit() local
/linux-3.3/tools/perf/
Dbuiltin-stat.c203 struct stats struct
209 struct stats res_stats[3]; argument
224 static void update_stats(struct stats *stats, u64 val) in update_stats()
234 static double avg_stats(struct stats *stats) in avg_stats()
255 static double stddev_stats(struct stats *stats) in stddev_stats()
/linux-3.3/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c837 struct sk_buff *skb, struct libipw_rx_stats *stats) in libipw_rx_any()
1338 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp()
1400 struct libipw_rx_stats *stats) in libipw_network_init()
1553 *beacon, struct libipw_rx_stats in libipw_process_probe_response()
1675 struct libipw_rx_stats *stats) in libipw_rx_mgt()
/linux-3.3/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c32 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_tx_status() local
78 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_rx_status() local
Denh_desc.c32 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_tx_status() local
156 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_rx_status() local
/linux-3.3/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
/linux-3.3/drivers/net/can/sja1000/
Dsja1000.c322 struct net_device_stats *stats = &dev->stats; in sja1000_rx() local
374 struct net_device_stats *stats = &dev->stats; in sja1000_err() local
487 struct net_device_stats *stats = &dev->stats; in sja1000_interrupt() local

12345678910>>...20