Motr
M0
|
Go to the source code of this file.
Macros | |
#define | __MOTR_STATS_STATS_FOPS_XC_H__ |
Functions | |
M0_INTERNAL void | m0_xc_m0_uint64_seq_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_stats_sum_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_stats_recs_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_stats_update_fop_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_stats_query_fop_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_stats_query_rep_fop_struct_init (void) |
M0_INTERNAL void | m0_xc_stats_stats_fops_init (void) |
M0_INTERNAL void | m0_xc_stats_stats_fops_fini (void) |
Variables | |
struct m0_xcode_type * | m0_uint64_seq_xc |
struct m0_xcode_type * | m0_stats_sum_xc |
struct m0_xcode_type * | m0_stats_recs_xc |
struct m0_xcode_type * | m0_stats_update_fop_xc |
struct m0_xcode_type * | m0_stats_query_fop_xc |
struct m0_xcode_type * | m0_stats_query_rep_fop_xc |
#define __MOTR_STATS_STATS_FOPS_XC_H__ |
Definition at line 6 of file stats_fops_xc.h.
M0_INTERNAL void m0_xc_m0_stats_query_fop_struct_init | ( | void | ) |
Definition at line 285 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_m0_stats_query_rep_fop_struct_init | ( | void | ) |
Definition at line 305 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_m0_stats_recs_struct_init | ( | void | ) |
Definition at line 230 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_m0_stats_sum_struct_init | ( | void | ) |
Definition at line 195 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_m0_stats_update_fop_struct_init | ( | void | ) |
Definition at line 265 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_m0_uint64_seq_struct_init | ( | void | ) |
Definition at line 160 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_stats_stats_fops_fini | ( | void | ) |
Definition at line 350 of file stats_fops_xc.c.
M0_INTERNAL void m0_xc_stats_stats_fops_init | ( | void | ) |
struct m0_xcode_type* m0_stats_query_fop_xc |
Definition at line 14 of file stats_fops_xc.c.
struct m0_xcode_type* m0_stats_query_rep_fop_xc |
Definition at line 15 of file stats_fops_xc.c.
struct m0_xcode_type* m0_stats_recs_xc |
Definition at line 12 of file stats_fops_xc.c.
struct m0_xcode_type* m0_stats_sum_xc |
Definition at line 11 of file stats_fops_xc.c.
struct m0_xcode_type* m0_stats_update_fop_xc |
Definition at line 13 of file stats_fops_xc.c.
struct m0_xcode_type* m0_uint64_seq_xc |
Definition at line 10 of file stats_fops_xc.c.