src/include/minix/type.h File Reference
#include <minix/sys_config.h>
#include <minix/types.h>
#include <minix/config.h>
#include <ibm/interrupt.h>
Go to the source code of this file.
Define Documentation
| #define _LOAD_HISTORY (_LOAD_HISTORY_SECONDS/_LOAD_UNIT_SECS) |
| #define _LOAD_HISTORY_MINUTES 15 |
| #define _LOAD_HISTORY_SECONDS (60*_LOAD_HISTORY_MINUTES) |
| #define _LOAD_UNIT_SECS 6 |
| #define PCIINFO_ENTRY_SIZE 80 |
| #define RANDOM_ELEMENTS 64 |
| #define RANDOM_SOURCES NR_IRQ_VECTORS |
| #define STATICINIT |
( |
v, |
|
|
n |
|
) |
|
Value:
if(!(v)) { \
if(!((v) = alloc_contig(sizeof(*(v)) * (n), 0, NULL))) { \
panic(__FILE__, "allocating " #v " failed", n); \
} \
}
Definition at line 163 of file type.h.
Typedef Documentation