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

Go to the source code of this file.

Data Structures

struct  bank
 

Functions

 M0_LOCKERS_DECLARE (M0_INTERNAL, bank, 2)
 
 M0_LOCKERS_DEFINE (M0_INTERNAL, bank, vault)
 
static void bank_init (struct bank *bank)
 
static void bank_fini (struct bank *bank)
 
void test_lockers (void)
 

Function Documentation

◆ bank_fini()

static void bank_fini ( struct bank bank)
static

Definition at line 39 of file lockers.c.

Here is the caller graph for this function:

◆ bank_init()

static void bank_init ( struct bank bank)
static

Definition at line 34 of file lockers.c.

Here is the caller graph for this function:

◆ M0_LOCKERS_DECLARE()

M0_LOCKERS_DECLARE ( M0_INTERNAL  ,
bank  ,
 
)

◆ M0_LOCKERS_DEFINE()

M0_LOCKERS_DEFINE ( M0_INTERNAL  ,
bank  ,
vault   
)

◆ test_lockers()

void test_lockers ( void  )

Definition at line 44 of file lockers.c.

Here is the call graph for this function: