Motr  M0
m0_net_buffer_pool_ops Struct Reference

#include <buffer_pool.h>

Collaboration diagram for m0_net_buffer_pool_ops:
Collaboration graph

Data Fields

void(* nbpo_not_empty )(struct m0_net_buffer_pool *)
 
void(* nbpo_below_threshold )(struct m0_net_buffer_pool *)
 

Detailed Description

Call backs that buffer pool can trigger on different memory conditions.

Definition at line 148 of file buffer_pool.h.

Field Documentation

◆ nbpo_below_threshold

void(* nbpo_below_threshold) (struct m0_net_buffer_pool *)

Buffers in pool are lower than threshold.

Definition at line 152 of file buffer_pool.h.

◆ nbpo_not_empty

void(* nbpo_not_empty) (struct m0_net_buffer_pool *)

Buffer pool is not empty.

Definition at line 150 of file buffer_pool.h.


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