local.h File Reference
Go to the source code of this file.
Define Documentation
| #define CHECK_INITVAR |
( |
name |
|
) |
|
Value:
if (init_##name._initialized == 0) { \
printk("DDE26: \033[31;1mUsing uninitialized subsystem: "#name"\033[0m\n"); \
BUG(); \
}
Definition at line 71 of file local.h.
| #define DDEKIT_THREAD |
( |
thread_data |
|
) |
((thread_data)->_ddekit_thread) |
| #define DEBUG_MSG |
( |
msg, |
|
|
... |
|
) |
printk("%s: \033[36m"msg"\033[0m\n", __FUNCTION__, ##__VA_ARGS__) |
| #define DECLARE_INITVAR |
( |
name |
|
) |
|
Value:
static struct { \
int _initialized; \
char *name; \
} init_##name = {0, #name,}
Definition at line 63 of file local.h.
| #define INITIALIZE_INITVAR |
( |
name |
|
) |
init_##name._initialized = 1 |
| #define LX_TASK |
( |
thread_data |
|
) |
((thread_data)->_thread_info.task) |
| #define LX_THREAD |
( |
thread_data |
|
) |
((thread_data)->_thread_info) |
| #define SLEEP_LOCK |
( |
thread_data |
|
) |
((thread_data)->_sleep_lock) |
| #define VPID_P |
( |
thread_data |
|
) |
(&(thread_data)->_vpid) |
| #define WARN_UNIMPL printk("unimplemented: %s\n", __FUNCTION__) |
Function Documentation
Variable Documentation