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

12

/include/linux/
H A Dtsacct_kern.h15 struct taskstats *stats, struct task_struct *tsk);
19 struct taskstats *stats, struct task_struct *tsk)
24 extern void xacct_add_tsk(struct taskstats *stats, struct task_struct *p);
29 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) argument
17 bacct_add_tsk(struct user_namespace *user_ns, struct pid_namespace *pid_ns, struct taskstats *stats, struct task_struct *tsk) 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 Dppp-comp.h57 void (*comp_stat) (void *state, struct compstat *stats);
81 void (*decomp_stat) (void *state, struct compstat *stats);
H A Dlp.h28 #define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */
55 struct lp_stats stats; member in struct:lp_struct
H A Dif_frad.h69 struct net_device_stats stats; member in struct:frad_local
H A Disdn_ppp.h91 void (*stat) (void *state, struct compstat *stats);
116 isdn_mppp_stats stats; member in struct:__anon442
H A Dinet_lro.h76 struct net_lro_stats stats; member in struct:net_lro_mgr
H A Dpktcdvd.h40 * Very crude stats for now
169 struct packet_stats stats; member in struct:pktcdvd_device
H A Datmdev.h109 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ member in struct:atm_vcc
158 struct k_atm_dev_stats stats; /* statistics */ member in struct:atm_dev
/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>
77 struct rpc_stat * stats; /* statistics */ member in struct:rpc_program
/include/net/
H A Dcodel.h158 * struct codel_stats - contains codel shared variables and stats
181 static void codel_stats_init(struct codel_stats *stats) argument
183 stats->maxpacket = 256;
220 struct codel_stats *stats,
233 if (unlikely(qdisc_pkt_len(skb) > stats->maxpacket))
234 stats->maxpacket = qdisc_pkt_len(skb);
237 sch->qstats.backlog <= stats->maxpacket) {
260 struct codel_stats *stats,
272 drop = codel_should_drop(skb, sch, vars, params, stats, now);
293 stats
216 codel_should_drop(const struct sk_buff *skb, struct Qdisc *sch, struct codel_vars *vars, struct codel_params *params, struct codel_stats *stats, codel_time_t now) argument
257 codel_dequeue(struct Qdisc *sch, struct codel_params *params, struct codel_vars *vars, struct codel_stats *stats, codel_skb_dequeue_t dequeue_func) argument
[all...]
H A Dip6_tunnel.h75 struct net_device_stats *stats = &dev->stats; local
88 stats->tx_errors++;
89 stats->tx_aborted_errors++;
H A Dip_tunnels.h186 struct pcpu_sw_netstats __percpu *stats)
189 struct pcpu_sw_netstats *tstats = this_cpu_ptr(stats);
184 iptunnel_xmit_stats(int err, struct net_device_stats *err_stats, struct pcpu_sw_netstats __percpu *stats) argument
/include/trace/events/
H A Djbd2.h235 struct transaction_run_stats_s *stats),
237 TP_ARGS(dev, tid, stats),
256 __entry->wait = stats->rs_wait;
257 __entry->request_delay = stats->rs_request_delay;
258 __entry->running = stats->rs_running;
259 __entry->locked = stats->rs_locked;
260 __entry->flushing = stats->rs_flushing;
261 __entry->logging = stats->rs_logging;
262 __entry->handle_count = stats->rs_handle_count;
263 __entry->blocks = 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/netfilter/
H A Dnf_conntrack_synproxy.h40 struct synproxy_stats __percpu *stats; member in struct:synproxy_net
H A Dnf_tables.h431 struct nft_stats __percpu *stats; member in struct:nft_trans_chain
440 (((struct nft_trans_chain *)trans->data)->stats)
548 * @stats: per-cpu chain stats
555 struct nft_stats __percpu *stats; member in struct:nft_base_chain
/include/scsi/
H A Dlibiscsi_tcp.h135 struct iscsi_stats *stats);
H A Dlibfc.h227 * struct fc_stats - fc stats structure
835 * @stats: FC local port stats (TODO separate libfc LLD stats)
884 struct fc_stats __percpu *stats; member in struct:fc_lport
997 lport->stats = alloc_percpu(struct fc_stats);
998 if (!lport->stats)
1009 free_percpu(lport->stats);
/include/linux/can/
H A Ddev.h98 dev->stats.tx_dropped++;
/include/net/sctp/
H A Dsctp.h174 /* SCTP SNMP MIB stats handlers */
224 /* helper function to track stats about max rto and related transport */
228 if (asoc->stats.max_obs_rto < (__u64)trans->rto) {
229 asoc->stats.max_obs_rto = trans->rto;
230 memset(&asoc->stats.obs_rto_ipaddr, 0,
232 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr,
/include/uapi/linux/
H A Dip_vs.h209 struct ip_vs_stats_user stats; member in struct:ip_vs_service_entry
227 struct ip_vs_stats_user stats; member in struct:ip_vs_dest_entry
317 IPVS_CMD_ZERO, /* zero all counters and stats */
357 IPVS_SVC_ATTR_STATS, /* nested attribute for service stats */
386 IPVS_DEST_ATTR_STATS, /* nested attribute for dest stats */

Completed in 444 milliseconds

12