Motr  M0

#include <klnet_core.h>

Collaboration diagram for nlx_kcore_buffer_event:
Collaboration graph

Data Fields

uint64_t kbe_magic
 
struct nlx_core_kmem_loc kbe_bev_loc
 
struct m0_tlink kbe_drv_linkage
 

Detailed Description

Kernel buffer event private data. This structure is only used by the driver and links together all of the buffer event objects blessed in the domain.

Definition at line 232 of file klnet_core.h.

Field Documentation

◆ kbe_bev_loc

struct nlx_core_kmem_loc kbe_bev_loc

Reference to the shared memory nlx_core_buffer_event structure.

Definition at line 236 of file klnet_core.h.

◆ kbe_drv_linkage

struct m0_tlink kbe_drv_linkage

Linkage of buffer events tracked by driver, per TM.

Definition at line 239 of file klnet_core.h.

◆ kbe_magic

uint64_t kbe_magic

Definition at line 233 of file klnet_core.h.


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