#include "lib/ub.h"
#include "ut/ut.h"
#include "lib/types.h"
#include "lib/tlist.h"
Go to the source code of this file.
◆ anonymous enum
◆ anonymous enum
◆ anonymous enum
◆ M0_TL_DEFINE()
M0_TL_DEFINE |
( |
bar |
, |
|
|
static |
, |
|
|
struct bar |
|
|
) |
| |
◆ M0_TL_DESCR_DEFINE()
M0_TL_DESCR_DEFINE |
( |
bar |
, |
|
|
"bar-s" |
, |
|
|
static |
, |
|
|
struct bar |
, |
|
|
b_linkage |
, |
|
|
b_magic |
, |
|
|
0xbeda551edcaca0ff |
, |
|
|
0x7777777777777777 |
|
|
) |
| |
◆ test_tlist()
◆ ub_delete()
static void ub_delete |
( |
int |
i | ) |
|
|
static |
◆ ub_fini()
static void ub_fini |
( |
void |
| ) |
|
|
static |
◆ ub_init()
static int ub_init |
( |
const char *opts |
M0_UNUSED | ) |
|
|
static |
◆ ub_insert()
static void ub_insert |
( |
int |
i | ) |
|
|
static |
◆ amb
◆ bhead
◆ fl0
Initial value: f_linkage0,
f_magic,
0xba1dba11adba0bab)
#define M0_TL_DESCR(name, ambient_type, link_field, link_magic_field, link_magic, head_magic)
Definition at line 45 of file tlist.c.
◆ fl1
Initial value: f_linkage1,
f_magic,
0xab5ce55edba1b0a0,
0xbabe1b0ccacc1078)
#define M0_TL_DESCR(name, ambient_type, link_field, link_magic_field, link_magic, head_magic)
Definition at line 52 of file tlist.c.
◆ fl2
Initial value: f_linkage2,
f_magic,
0,
0x0123456789abcdef)
#define M0_TL_DESCR(name, ambient_type, link_field, link_magic_field, link_magic, head_magic)
Definition at line 59 of file tlist.c.
◆ head0
◆ head1
◆ head2
◆ list
◆ m0_tlist_ub
Initial value:= {
.us_name = "tlist-ub",
.us_run = {
{ .ub_name = "insert",
{ .ub_name = "delete",
}
}
static void ub_insert(int i)
static void ub_fini(void)
static void ub_delete(int i)
static int ub_init(const char *opts M0_UNUSED)
Definition at line 333 of file tlist.c.
◆ obj