Searched defs:stats (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/open-fabrics/libibverbs/ |
H A D | solaris_compatibility.c | 1317 sol_get_cpu_stats(sol_cpu_stats_t *stats) argument 1323 memset(stats, 0, sizeof (sol_cpu_stats_t)); 1354 stats->t_user += knp->value.ui64; 1363 stats->t_kernel += knp->value.ui64; 1372 stats->t_idle += knp->value.ui64; 1381 stats->t_iowait += knp->value.ui64; 1390 stats->t_intr += knp->value.ui64; /* This is in NSEC */
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 317 * Obtains stats for 'queue' from 'netdev->tc'. 'queue' is one of the 320 * On success, initializes '*stats'. 326 const struct tc_queue *queue, struct netdev_queue_stats *stats); 329 * Extracts queue stats from 'nlmsg', which is a response to a 1386 * Retrieves current device stats for 'netdev-solaris'. 1390 struct netdev_stats *stats) 1413 stats->rx_length_errors = 0; 1414 stats->rx_missed_errors = 0; 1415 stats->rx_over_errors = 0; 1420 stats 1389 netdev_solaris_get_stats(const struct netdev *netdev_, struct netdev_stats *stats) argument [all...] |
H A D | dpif-solaris.c | 405 dpif_solaris_get_stats(const struct dpif *dpif_, struct dpif_dp_stats *stats) argument 419 bzero(stats, sizeof (struct dpif_dp_stats)); 461 stats->n_hit += (get_nvvt_int(map, "ipkthit") + 463 stats->n_missed += (get_nvvt_int(map, "ipktmiss") + 481 stats->n_flows += get_nvvt_int(map, "nflows"); 483 VLOG_DBG("dpif_solaris_get_stats %ld nflows", stats->n_flows); 486 stats->n_lost = 0; 487 stats->n_masks = UINT32_MAX; 488 stats->n_mask_hit = UINT64_MAX; 1364 dpif_solaris_get_flowstats(char *flowname, struct dpif_flow_stats *stats) argument 1380 dpif_solaris_flow_get(const struct dpif *dpif_, const struct nlattr *key, size_t key_len, struct ofpbuf **bufp, struct nlattr **maskp, size_t *mask_len, struct nlattr **actionsp, size_t *actions_len, struct dpif_flow_stats *stats) argument 1767 struct dpif_flow_stats stats; member in struct:dpif_solaris_flow_ent 1860 dpif_solaris_flow_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *iter_, void *state_, const struct nlattr **key, size_t *key_len, const struct nlattr **mask, size_t *mask_len, const struct nlattr **actions, size_t *actions_len, const struct dpif_flow_stats **stats) argument [all...] |
Completed in 59 milliseconds