Pin
Functions
stripe.cpp File Reference
#include "level_base.H"
#include "level_core.H"

Functions

LOCALVAR KNOB< UINT32 > LEVEL_CORE::KnobMaxIns (KNOB_MODE_WRITEONCE, "supported:debug", "max_ins", "16384", "Maximum number of INS allowed")
 
LOCALVAR KNOB< UINT32 > LEVEL_CORE::KnobMaxRtn (KNOB_MODE_WRITEONCE, "supported:debug", "max_rtn", "16384", "Maximum number of RTN allowed")
 
LOCALVAR KNOB< UINT32 > LEVEL_CORE::KnobMaxSym (KNOB_MODE_WRITEONCE, "supported:debug", "max_sym", "16384", "Maximum number of SYM allowed")
 
LOCALVAR KNOB< UINT32 > LEVEL_CORE::KnobMaxSec (KNOB_MODE_WRITEONCE, "supported:debug", "max_sec", "16384", "Maximum number of SEC allowed")
 
LOCALVAR KNOB< BOOL > LEVEL_CORE::KnobRecycle (KNOB_MODE_WRITEONCE, "supported:debug", "recycle", "1", "Reuse freed stripe elements")
 
LOCALVAR KNOB< BOOL > LEVEL_CORE::KnobRecycleRtn (KNOB_MODE_WRITEONCE, "supported:debug", "recycle_rtn", "1", "Reuse freed rtn")
 

Detailed Description

Manage stripes