Motr  M0
tx_bulk.h File Reference
#include "lib/types.h"
#include "lib/mutex.h"
#include "be/queue.h"
#include "be/op.h"
Include dependency graph for tx_bulk.h:

Go to the source code of this file.

Data Structures

struct  m0_be_tx_bulk_cfg
 
struct  m0_be_tx_bulk
 

Macros

#define __MOTR_BE_TX_BULK_H__
 

Functions

M0_INTERNAL int m0_be_tx_bulk_init (struct m0_be_tx_bulk *tb, struct m0_be_tx_bulk_cfg *tb_cfg)
 
M0_INTERNAL void m0_be_tx_bulk_fini (struct m0_be_tx_bulk *tb)
 
M0_INTERNAL void m0_be_tx_bulk_run (struct m0_be_tx_bulk *tb, struct m0_be_op *op)
 
M0_INTERNAL bool m0_be_tx_bulk_put (struct m0_be_tx_bulk *tb, struct m0_be_op *op, struct m0_be_tx_credit *credit, m0_bcount_t payload_credit, uint64_t partition, void *user)
 
M0_INTERNAL void m0_be_tx_bulk_end (struct m0_be_tx_bulk *tb)
 
M0_INTERNAL int m0_be_tx_bulk_status (struct m0_be_tx_bulk *tb)
 

Macro Definition Documentation

◆ __MOTR_BE_TX_BULK_H__

#define __MOTR_BE_TX_BULK_H__

Definition at line 26 of file tx_bulk.h.