Searched refs:stats (Results 1 - 25 of 38) sorted by relevance

12

/include/linux/
H A Dtsacct_kern.h13 extern void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk);
15 static inline void bacct_add_tsk(struct taskstats *stats, struct task_struct *tsk) argument
20 extern void xacct_add_tsk(struct taskstats *stats, struct task_struct *p);
24 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
H A Dtaskstats_kern.h20 if (sig->stats)
21 kmem_cache_free(taskstats_cache, sig->stats);
H A Duwb.h765 struct stats { struct
772 void stats_init(struct stats *stats) argument
774 atomic_set(&stats->samples, 0);
779 void stats_add_sample(struct stats *stats, s8 sample) argument
783 unsigned samples = atomic_read(&stats->samples);
789 min = stats->min;
790 max = stats->max;
791 sigma = stats
810 stats_show(struct stats *stats, char *buf) argument
824 stats_store(struct stats *stats, const char *buf, size_t size) argument
[all...]
H A Dcyclomx.h62 struct cycx_x25_stats stats; member in struct:cycx_device::__anon287::__anon288
H A Dppp-comp.h54 void (*comp_stat) (void *state, struct compstat *stats);
78 void (*decomp_stat) (void *state, struct compstat *stats);
H A Dlp.h117 #define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */
144 struct lp_stats stats; member in struct:lp_struct
H A Dinet_lro.h76 struct net_lro_stats stats; member in struct:net_lro_mgr
H A Dstallion.h94 comstats_t stats; member in struct:stlport
H A Disdn_ppp.h143 void (*stat) (void *state, struct compstat *stats);
168 isdn_mppp_stats stats; member in struct:__anon648
H A Dif_frad.h163 struct net_device_stats stats; member in struct:frad_local
H A Dip_vs.h198 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
216 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
306 IPVS_CMD_ZERO, /* zero all counters and stats */
346 IPVS_SVC_ATTR_STATS, /* nested attribute for service stats */
375 IPVS_DEST_ATTR_STATS, /* nested attribute for dest stats */
H A Dpktcdvd.h135 * Very crude stats for now
264 struct packet_stats stats; member in struct:pktcdvd_device
H A Datmdev.h317 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ member in struct:atm_vcc
365 struct k_atm_dev_stats stats; /* statistics */ member in struct:atm_dev
H A Dcgroup.h38 extern int cgroupstats_build(struct cgroupstats *stats,
612 static inline int cgroupstats_build(struct cgroupstats *stats, argument
/include/linux/sunrpc/
H A Dmetrics.h86 struct rpc_iostats *stats) {}
88 static inline void rpc_free_iostats(struct rpc_iostats *stats) {} argument
85 rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) argument
H A Dclnt.h21 #include <linux/sunrpc/stats.h>
76 struct rpc_stat * stats; /* statistics */ member in struct:rpc_program
/include/trace/events/
H A Djbd2.h137 struct transaction_run_stats_s *stats),
139 TP_ARGS(dev, tid, stats),
157 __entry->wait = stats->rs_wait;
158 __entry->running = stats->rs_running;
159 __entry->locked = stats->rs_locked;
160 __entry->flushing = stats->rs_flushing;
161 __entry->logging = stats->rs_logging;
162 __entry->handle_count = stats->rs_handle_count;
163 __entry->blocks = stats->rs_blocks;
164 __entry->blocks_logged = stats
[all...]
/include/net/irda/
H A Dwrapper.h55 void async_unwrap_char(struct net_device *dev, struct net_device_stats *stats,
H A Dirttp.h129 struct net_device_stats stats; member in struct:tsap_cb
/include/net/
H A Dipip.h65 #define IPTUNNEL_XMIT() __IPTUNNEL_XMIT(txq, stats)
H A Dipv6.h122 SNMP_INC_STATS##modifier((_idev)->stats.statname, (field)); \
131 SNMP_INC_STATS_ATOMIC_LONG((_idev)->stats.statname##dev, (field)); \
140 SNMP_INC_STATS_ATOMIC_LONG((_idev)->stats.statname##dev, (field)); \
148 SNMP_ADD_STATS##modifier((_idev)->stats.statname, (field), (val)); \
156 SNMP_UPD_PO_STATS##modifier((_idev)->stats.statname, field, (val)); \
H A Ddst.h355 /* TODO : stats should be SMP safe */
356 dev->stats.rx_packets++;
357 dev->stats.rx_bytes += skb->len;
H A Dip_vs.h626 struct ip_vs_stats stats; /* statistics for the service */ member in struct:ip_vs_service
655 struct ip_vs_stats stats; /* statistics */ member in struct:ip_vs_dest
1230 extern void ip_vs_start_estimator(struct net *net, struct ip_vs_stats *stats);
1231 extern void ip_vs_stop_estimator(struct net *net, struct ip_vs_stats *stats);
1232 extern void ip_vs_zero_estimator(struct ip_vs_stats *stats);
1234 struct ip_vs_stats *stats);
/include/linux/can/
H A Ddev.h74 dev->stats.tx_dropped++;
/include/scsi/
H A Dlibiscsi_tcp.h133 struct iscsi_stats *stats);

Completed in 352 milliseconds

12