Motr  M0
main.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include "ut/ut.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

M0_INTERNAL void test_bitmap (void)
 
M0_INTERNAL void test_bitmap_onwire (void)
 
M0_INTERNAL void test_chan (void)
 
M0_INTERNAL void test_cookie (void)
 
M0_INTERNAL void test_finject (void)
 
M0_INTERNAL void test_list (void)
 
M0_INTERNAL void test_locality (void)
 
M0_INTERNAL void test_locality_chore (void)
 
M0_INTERNAL void test_lockers (void)
 
M0_INTERNAL void test_tlist (void)
 
M0_INTERNAL void test_mutex (void)
 
M0_INTERNAL void test_queue (void)
 
M0_INTERNAL void test_refs (void)
 
M0_INTERNAL void test_rw (void)
 
M0_INTERNAL void test_thread (void)
 
M0_INTERNAL void m0_ut_time_test (void)
 
M0_INTERNAL void test_trace (void)
 
M0_INTERNAL void test_varr (void)
 
M0_INTERNAL void test_vec (void)
 
M0_INTERNAL void test_zerovec (void)
 
M0_INTERNAL void test_memory (void)
 
M0_INTERNAL void test_bob (void)
 
M0_INTERNAL void m0_ut_lib_buf_test (void)
 
M0_INTERNAL void m0_test_lib_uuid (void)
 
M0_INTERNAL void test_hashtable (void)
 
M0_INTERNAL void test_fold (void)
 

Variables

struct m0_ut_suite m0_klibm0_ut
 

Function Documentation

◆ m0_test_lib_uuid()

M0_INTERNAL void m0_test_lib_uuid ( void  )

Definition at line 74 of file uuid.c.

◆ m0_ut_lib_buf_test()

M0_INTERNAL void m0_ut_lib_buf_test ( void  )

Definition at line 39 of file buf.c.

◆ m0_ut_time_test()

M0_INTERNAL void m0_ut_time_test ( void  )

Definition at line 228 of file time.c.

◆ test_bitmap()

M0_INTERNAL void test_bitmap ( void  )

Definition at line 63 of file bitmap.c.

◆ test_bitmap_onwire()

M0_INTERNAL void test_bitmap_onwire ( void  )

Definition at line 120 of file bitmap.c.

◆ test_bob()

M0_INTERNAL void test_bob ( void  )

Definition at line 131 of file bob.c.

◆ test_chan()

M0_INTERNAL void test_chan ( void  )

Definition at line 89 of file chan.c.

◆ test_cookie()

M0_INTERNAL void test_cookie ( void  )

Definition at line 141 of file cookie.c.

◆ test_finject()

M0_INTERNAL void test_finject ( void  )

Definition at line 282 of file finject.c.

◆ test_fold()

M0_INTERNAL void test_fold ( void  )

Definition at line 36 of file fold.c.

◆ test_hashtable()

M0_INTERNAL void test_hashtable ( void  )

Definition at line 80 of file hash.c.

◆ test_list()

M0_INTERNAL void test_list ( void  )

Definition at line 32 of file list.c.

◆ test_locality()

M0_INTERNAL void test_locality ( void  )

Definition at line 204 of file locality.c.

◆ test_locality_chore()

M0_INTERNAL void test_locality_chore ( void  )

Definition at line 342 of file locality.c.

◆ test_lockers()

M0_INTERNAL void test_lockers ( void  )

Definition at line 44 of file lockers.c.

◆ test_memory()

M0_INTERNAL void test_memory ( void  )

Definition at line 33 of file memory.c.

◆ test_mutex()

M0_INTERNAL void test_mutex ( void  )

Definition at line 68 of file mutex.c.

◆ test_queue()

M0_INTERNAL void test_queue ( void  )

Definition at line 36 of file queue.c.

◆ test_refs()

M0_INTERNAL void test_refs ( void  )

Definition at line 43 of file refs.c.

◆ test_rw()

M0_INTERNAL void test_rw ( void  )

Definition at line 263 of file rwlock.c.

◆ test_thread()

M0_INTERNAL void test_thread ( void  )

Definition at line 101 of file thread.c.

◆ test_tlist()

M0_INTERNAL void test_tlist ( void  )

Definition at line 84 of file tlist.c.

◆ test_trace()

M0_INTERNAL void test_trace ( void  )

Definition at line 46 of file trace.c.

◆ test_varr()

M0_INTERNAL void test_varr ( void  )

Definition at line 146 of file varr.c.

◆ test_vec()

M0_INTERNAL void test_vec ( void  )

Definition at line 52 of file vec.c.

◆ test_zerovec()

M0_INTERNAL void test_zerovec ( void  )

Definition at line 215 of file zerovec.c.

Variable Documentation

◆ m0_klibm0_ut

struct m0_ut_suite m0_klibm0_ut

Definition at line 57 of file main.c.