|
Linux Kernel
3.7.1
|
#include <cpu_rmap.h>
Data Fields | |
| u16 | size |
| u16 | used |
| void ** | obj |
| struct { | |
| u16 index | |
| u16 dist | |
| } | near [0] |
struct cpu_rmap - CPU affinity reverse-map : Number of objects to be reverse-mapped : Number of objects added : Pointer to array of object pointers : For each CPU, the index and distance to the nearest object, based on affinity masks
Definition at line 25 of file cpu_rmap.h.
| u16 dist |
Definition at line 30 of file cpu_rmap.h.
| u16 index |
Definition at line 29 of file cpu_rmap.h.
| struct { ... } near[0] |
| void** obj |
Definition at line 27 of file cpu_rmap.h.
| u16 size |
Definition at line 26 of file cpu_rmap.h.
| u16 used |
Definition at line 26 of file cpu_rmap.h.
1.8.2