Motr  M0
stats_fops_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for stats_fops_xc.h:

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_typem0_uint64_seq_xc
 
struct m0_xcode_typem0_stats_sum_xc
 
struct m0_xcode_typem0_stats_recs_xc
 
struct m0_xcode_typem0_stats_update_fop_xc
 
struct m0_xcode_typem0_stats_query_fop_xc
 
struct m0_xcode_typem0_stats_query_rep_fop_xc
 

Macro Definition Documentation

◆ __MOTR_STATS_STATS_FOPS_XC_H__

#define __MOTR_STATS_STATS_FOPS_XC_H__

Definition at line 6 of file stats_fops_xc.h.

Function Documentation

◆ m0_xc_m0_stats_query_fop_struct_init()

M0_INTERNAL void m0_xc_m0_stats_query_fop_struct_init ( void  )

Definition at line 285 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_stats_query_rep_fop_struct_init()

M0_INTERNAL void m0_xc_m0_stats_query_rep_fop_struct_init ( void  )

Definition at line 305 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_stats_recs_struct_init()

M0_INTERNAL void m0_xc_m0_stats_recs_struct_init ( void  )

Definition at line 230 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_stats_sum_struct_init()

M0_INTERNAL void m0_xc_m0_stats_sum_struct_init ( void  )

Definition at line 195 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_stats_update_fop_struct_init()

M0_INTERNAL void m0_xc_m0_stats_update_fop_struct_init ( void  )

Definition at line 265 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_m0_uint64_seq_struct_init()

M0_INTERNAL void m0_xc_m0_uint64_seq_struct_init ( void  )

Definition at line 160 of file stats_fops_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_xc_stats_stats_fops_fini()

M0_INTERNAL void m0_xc_stats_stats_fops_fini ( void  )

Definition at line 350 of file stats_fops_xc.c.

◆ m0_xc_stats_stats_fops_init()

M0_INTERNAL void m0_xc_stats_stats_fops_init ( void  )

Definition at line 340 of file stats_fops_xc.c.

Here is the call graph for this function:

Variable Documentation

◆ m0_stats_query_fop_xc

struct m0_xcode_type* m0_stats_query_fop_xc

Definition at line 14 of file stats_fops_xc.c.

◆ m0_stats_query_rep_fop_xc

struct m0_xcode_type* m0_stats_query_rep_fop_xc

Definition at line 15 of file stats_fops_xc.c.

◆ m0_stats_recs_xc

struct m0_xcode_type* m0_stats_recs_xc

Definition at line 12 of file stats_fops_xc.c.

◆ m0_stats_sum_xc

struct m0_xcode_type* m0_stats_sum_xc

Definition at line 11 of file stats_fops_xc.c.

◆ m0_stats_update_fop_xc

struct m0_xcode_type* m0_stats_update_fop_xc

Definition at line 13 of file stats_fops_xc.c.

◆ m0_uint64_seq_xc

struct m0_xcode_type* m0_uint64_seq_xc

Definition at line 10 of file stats_fops_xc.c.