#include "lib/trace.h"
#include "be/list.h"
#include "ut/ut.h"
#include "lib/misc.h"
#include "be/ut/helper.h"
Go to the source code of this file.
|
| | M0_BE_LIST_DESCR_DEFINE (test, "test:m0-be-list", static, struct test, t_linkage, t_magic, TEST_MAGIC, TEST_LINK_MAGIC) |
| |
| | M0_BE_LIST_DEFINE (test, static, struct test) |
| |
| static void | check (struct m0_be_list *list, struct m0_be_seg *seg) |
| |
| static M0_UNUSED void | print (struct m0_be_list *list) |
| |
| M0_INTERNAL void | m0_be_ut_list (void) |
| |
◆ M0_TRACE_SUBSYSTEM
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_UT |
◆ anonymous enum
| Enumerator |
|---|
| TEST_MAGIC | |
| TEST_LINK_MAGIC | |
Definition at line 37 of file list.c.
◆ check()
◆ M0_BE_LIST_DEFINE()
| M0_BE_LIST_DEFINE |
( |
test |
, |
|
|
static |
, |
|
|
struct test |
|
|
) |
| |
◆ M0_BE_LIST_DESCR_DEFINE()
◆ m0_be_ut_list()
| M0_INTERNAL void m0_be_ut_list |
( |
void |
| ) |
|
◆ print()