#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "lib/list.h"
#include "lib/list_xc.h"
Go to the source code of this file.
◆ M0_BASSERT() [1/10]
◆ M0_BASSERT() [2/10]
◆ M0_BASSERT() [3/10]
◆ M0_BASSERT() [4/10]
M0_BASSERT |
( |
sizeof((struct m0_list_link *) 0) -> |
ll_next = =8U | ) |
|
◆ M0_BASSERT() [5/10]
◆ M0_BASSERT() [6/10]
◆ M0_BASSERT() [7/10]
M0_BASSERT |
( |
sizeof(struct m0_list) |
= =16U | ) |
|
◆ M0_BASSERT() [8/10]
M0_BASSERT |
( |
sizeof((struct m0_list *) 0) -> |
l_head = =8U | ) |
|
◆ M0_BASSERT() [9/10]
◆ M0_BASSERT() [10/10]
◆ m0_xc_lib_list_fini()
M0_INTERNAL void m0_xc_lib_list_fini |
( |
void |
| ) |
|
◆ m0_xc_lib_list_init()
M0_INTERNAL void m0_xc_lib_list_init |
( |
void |
| ) |
|
◆ m0_xc_m0_list_link_struct_init()
M0_INTERNAL void m0_xc_m0_list_link_struct_init |
( |
void |
| ) |
|
◆ m0_xc_m0_list_struct_init()
M0_INTERNAL void m0_xc_m0_list_struct_init |
( |
void |
| ) |
|
◆ _m0_list
Initial value:= {
._type = {
.xct_name = "m0_list",
.xct_sizeof =
sizeof (
struct m0_list),
.xct_nr = 2,
}
}
◆ _m0_list_link
Initial value:= {
._type = {
.xct_name = "m0_list_link",
.xct_nr = 2,
}
}
◆ m0_list_link_xc
◆ m0_list_xc