Motr  M0
be_pool_queue_item Struct Reference
Collaboration diagram for be_pool_queue_item:
Collaboration graph

Data Fields

void ** bplq_obj
 
struct m0_be_opbplq_op
 
struct m0_tlink bplq_link
 
uint64_t bplq_magic
 

Detailed Description

Represents a pending request when there is not free item in pool.

Definition at line 39 of file pool.c.

Field Documentation

◆ bplq_link

struct m0_tlink bplq_link

Definition at line 42 of file pool.c.

◆ bplq_magic

uint64_t bplq_magic

Definition at line 43 of file pool.c.

◆ bplq_obj

void** bplq_obj

Definition at line 40 of file pool.c.

◆ bplq_op

struct m0_be_op* bplq_op

Definition at line 41 of file pool.c.


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