|
Motr
M0
|
#include <lnet_core_types.h>

Data Fields | |
| union { | |
| uint32_t kl_data [3] | |
| }; | |
| uint32_t | kl_checksum |
| struct page * | kl_page |
| uint32_t | kl_offset |
A kernel memory location, in terms of page and offset.
Definition at line 87 of file lnet_core_types.h.
| union { ... } |
| uint32_t kl_checksum |
A checksum of the page and offset, to detect corruption.
Definition at line 98 of file lnet_core_types.h.
| uint32_t kl_data[3] |
Definition at line 95 of file lnet_core_types.h.
| uint32_t kl_offset |
Offset of the object in the page.
Definition at line 93 of file lnet_core_types.h.
| struct page* kl_page |
Page containing the object.
Definition at line 91 of file lnet_core_types.h.