Motr  M0
nlx_core_kmem_loc Struct Reference

#include <lnet_core_types.h>

Collaboration diagram for nlx_core_kmem_loc:
Collaboration graph

Data Fields

union {
   uint32_t   kl_data [3]
 
}; 
 
uint32_t kl_checksum
 
struct page * kl_page
 
uint32_t kl_offset
 

Detailed Description

A kernel memory location, in terms of page and offset.

Definition at line 87 of file lnet_core_types.h.

Field Documentation

◆ @384

union { ... }

◆ kl_checksum

uint32_t kl_checksum

A checksum of the page and offset, to detect corruption.

Definition at line 98 of file lnet_core_types.h.

◆ kl_data

uint32_t kl_data[3]

Definition at line 95 of file lnet_core_types.h.

◆ kl_offset

uint32_t kl_offset

Offset of the object in the page.

Definition at line 93 of file lnet_core_types.h.

◆ kl_page

struct page* kl_page

Page containing the object.

Definition at line 91 of file lnet_core_types.h.


The documentation for this struct was generated from the following file: