Motr  M0
main.c File Reference
#include "ut/ut.h"
#include "module/instance.h"
#include "module/module.h"
#include "stob/module.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

void m0_stob_ut_cache (void)
 
void m0_stob_ut_cache_idle_size0 (void)
 
void m0_stob_ut_stob_domain_null (void)
 
void m0_stob_ut_stob_null (void)
 
void m0_stob_ut_stob_domain_linux (void)
 
void m0_stob_ut_stob_linux (void)
 
void m0_stob_ut_adieu_linux (void)
 
void m0_stob_ut_stobio_linux (void)
 
void m0_stob_ut_stob_domain_perf (void)
 
void m0_stob_ut_stob_domain_perf_null (void)
 
void m0_stob_ut_stob_perf (void)
 
void m0_stob_ut_stob_perf_null (void)
 
void m0_stob_ut_adieu_perf (void)
 
void m0_stob_ut_stobio_perf (void)
 
void m0_stob_ut_stob_domain_ad (void)
 
void m0_stob_ut_stob_ad (void)
 
void m0_stob_ut_adieu_ad (void)
 

Variables

struct m0_ut_suite stob_ut
 

Function Documentation

◆ m0_stob_ut_cache()

void m0_stob_ut_cache ( void  )

Definition at line 145 of file cache.c.

Here is the call graph for this function:

◆ m0_stob_ut_cache_idle_size0()

void m0_stob_ut_cache_idle_size0 ( void  )

Definition at line 151 of file cache.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_ad()

void m0_stob_ut_stob_ad ( void  )

Definition at line 278 of file stob.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_domain_ad()

void m0_stob_ut_stob_domain_ad ( void  )

Definition at line 106 of file domain.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_domain_linux()

void m0_stob_ut_stob_domain_linux ( void  )

Definition at line 86 of file domain.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_domain_null()

void m0_stob_ut_stob_domain_null ( void  )

Definition at line 80 of file domain.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_domain_perf()

void m0_stob_ut_stob_domain_perf ( void  )

Definition at line 91 of file domain.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_domain_perf_null()

void m0_stob_ut_stob_domain_perf_null ( void  )

Definition at line 96 of file domain.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_linux()

void m0_stob_ut_stob_linux ( void  )

Definition at line 252 of file stob.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_null()

void m0_stob_ut_stob_null ( void  )

Definition at line 243 of file stob.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_perf()

void m0_stob_ut_stob_perf ( void  )

Definition at line 259 of file stob.c.

Here is the call graph for this function:

◆ m0_stob_ut_stob_perf_null()

void m0_stob_ut_stob_perf_null ( void  )

Definition at line 266 of file stob.c.

Here is the call graph for this function:

◆ m0_stob_ut_stobio_linux()

void m0_stob_ut_stobio_linux ( void  )

Definition at line 612 of file stobio.c.

Here is the call graph for this function:

◆ m0_stob_ut_stobio_perf()

void m0_stob_ut_stobio_perf ( void  )

Definition at line 624 of file stobio.c.

Here is the call graph for this function:

Variable Documentation

◆ stob_ut

struct m0_ut_suite stob_ut
Initial value:
= {
.ts_name = "stob-ut",
.ts_init = NULL,
.ts_fini = NULL,
.ts_tests = {
{ "cache", m0_stob_ut_cache },
{ "cache-idle-size0", m0_stob_ut_cache_idle_size0 },
{ "null-stob-domain", m0_stob_ut_stob_domain_null },
{ "null-stob", m0_stob_ut_stob_null },
{ "linux-stob-domain", m0_stob_ut_stob_domain_linux },
{ "linux-stob", m0_stob_ut_stob_linux },
{ "linux-adieu", m0_stob_ut_adieu_linux },
{ "linux-stobio", m0_stob_ut_stobio_linux },
{ "perf-stob-domain", m0_stob_ut_stob_domain_perf },
{ "perf-stob-domain-null", m0_stob_ut_stob_domain_perf_null },
{ "perf-stob", m0_stob_ut_stob_perf },
{ "perf-stob-null", m0_stob_ut_stob_perf_null },
{ "perf-adieu", m0_stob_ut_adieu_perf },
{ "perf-stobio", m0_stob_ut_stobio_perf },
{ "ad-stob-domain", m0_stob_ut_stob_domain_ad },
{ "ad-stob", m0_stob_ut_stob_ad },
{ "ad-adieu", m0_stob_ut_adieu_ad },
{ NULL, NULL }
}
}
void m0_stob_ut_cache(void)
Definition: cache.c:145
void m0_stob_ut_cache_idle_size0(void)
Definition: cache.c:151
void m0_stob_ut_stob_domain_null(void)
Definition: domain.c:80
void m0_stob_ut_adieu_ad(void)
Definition: ad.c:607
void m0_stob_ut_stob_domain_linux(void)
Definition: domain.c:86
#define NULL
Definition: misc.h:38
void m0_stob_ut_stob_ad(void)
Definition: stob.c:278
void m0_stob_ut_adieu_linux(void)
Definition: adieu.c:294
void m0_stob_ut_stob_null(void)
Definition: stob.c:243
void m0_stob_ut_stobio_linux(void)
Definition: stobio.c:612
void m0_stob_ut_stob_perf_null(void)
Definition: stob.c:266
void m0_stob_ut_stob_linux(void)
Definition: stob.c:252
void m0_stob_ut_stobio_perf(void)
Definition: stobio.c:624
void m0_stob_ut_stob_domain_perf_null(void)
Definition: domain.c:96
void m0_stob_ut_adieu_perf(void)
Definition: adieu.c:304
void m0_stob_ut_stob_domain_ad(void)
Definition: domain.c:106
void m0_stob_ut_stob_perf(void)
Definition: stob.c:259
void m0_stob_ut_stob_domain_perf(void)
Definition: domain.c:91

Definition at line 47 of file main.c.