ia_css_rmgr_vbuf_pool
extern struct ia_css_rmgr_vbuf_pool *vbuf_ref;
extern struct ia_css_rmgr_vbuf_pool *vbuf_write;
extern struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool;
struct ia_css_rmgr_vbuf_pool *pool);
struct ia_css_rmgr_vbuf_pool *pool);
struct ia_css_rmgr_vbuf_pool *pool,
struct ia_css_rmgr_vbuf_pool *pool,
int ia_css_rmgr_init_vbuf(struct ia_css_rmgr_vbuf_pool *pool)
void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool)
void rmgr_push_handle(struct ia_css_rmgr_vbuf_pool *pool,
void rmgr_pop_handle(struct ia_css_rmgr_vbuf_pool *pool,
static struct ia_css_rmgr_vbuf_pool refpool;
void ia_css_rmgr_acq_vbuf(struct ia_css_rmgr_vbuf_pool *pool,
static struct ia_css_rmgr_vbuf_pool writepool = {
void ia_css_rmgr_rel_vbuf(struct ia_css_rmgr_vbuf_pool *pool,
static struct ia_css_rmgr_vbuf_pool hmmbufferpool = {
struct ia_css_rmgr_vbuf_pool *vbuf_ref = &refpool;
struct ia_css_rmgr_vbuf_pool *vbuf_write = &writepool;
struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool = &hmmbufferpool;