Motr  M0
ut_rpc_machine.c File Reference
#include "ut/ut.h"
#include "ut/be.h"
#include "ut/ut_rpc_machine.h"
Include dependency graph for ut_rpc_machine.c:

Go to the source code of this file.

Functions

static void ut_reqh_and_stuff_init (struct m0_ut_rpc_mach_ctx *ctx)
 
static void buf_dummy (struct m0_net_buffer_pool *bp)
 
M0_INTERNAL void m0_ut_rpc_mach_init_and_add (struct m0_ut_rpc_mach_ctx *ctx)
 
static char * ut_reqh_location_get (void)
 
M0_INTERNAL void m0_ut_rpc_mach_fini (struct m0_ut_rpc_mach_ctx *ctx)
 

Variables

static const struct m0_net_buffer_pool_ops buf_ops
 

Function Documentation

◆ buf_dummy()

static void buf_dummy ( struct m0_net_buffer_pool bp)
static

Definition at line 29 of file ut_rpc_machine.c.

◆ m0_ut_rpc_mach_fini()

M0_INTERNAL void m0_ut_rpc_mach_fini ( struct m0_ut_rpc_mach_ctx ctx)

Definition at line 123 of file ut_rpc_machine.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_ut_rpc_mach_init_and_add()

M0_INTERNAL void m0_ut_rpc_mach_init_and_add ( struct m0_ut_rpc_mach_ctx ctx)

Definition at line 38 of file ut_rpc_machine.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ut_reqh_and_stuff_init()

static void ut_reqh_and_stuff_init ( struct m0_ut_rpc_mach_ctx ctx)
static

Definition at line 76 of file ut_rpc_machine.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ut_reqh_location_get()

static char* ut_reqh_location_get ( void  )
static

Definition at line 65 of file ut_rpc_machine.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ buf_ops

const struct m0_net_buffer_pool_ops buf_ops
static
Initial value:
= {
.nbpo_below_threshold = buf_dummy,
.nbpo_not_empty = buf_dummy
}
static void buf_dummy(struct m0_net_buffer_pool *bp)

Definition at line 33 of file ut_rpc_machine.c.