|
static void * | _buf_alloc (void *dev, unsigned char index, size_t size) |
|
static int | _buf_free (void *dev, unsigned char index, void *vp) |
|
static local_buf_t * | _buf_to_lb (void *vp, local_list_t *ll) |
|
static local_buf_t * | _lb_alloc (void) |
|
static void | _lb_free (local_buf_t *lb) |
|
static local_buf_t * | _lb_from_bm (buf_man_t *bm, local_list_t **ll) |
|
static void | _lb_init (local_buf_t *lb, void *dev, unsigned char index, size_t size, void *vp) |
|
static local_buf_t * | _lb_create (void *dev, unsigned char index, size_t size) |
|
static int | _lb_destroy (local_buf_t *lb) |
|
static void | _lb_remove (local_list_t *ll, local_buf_t *lb) |
|
static int | _ll_buffer_get (local_list_t *ll, local_buf_t **lb) |
|
static void | _ll_buffer_put (local_list_t *ll, local_buf_t *lb) |
|
static int | _ll_free_all (local_list_t *ll) |
|
static void | _ll_stats (local_list_t *ll, int threads) |
|
static int | _bm_request (buf_man_t *bm, local_list_t *ll, local_buf_t **lb) |
|
int | buf_man_free_all (void) |
|
int | buf_man_init (void) |
|
int | buf_man_release_buffer (buf_man_t *bm) |
|
int | buf_man_request_data (buf_man_t *bm) |
|
int | buf_man_request_empty (buf_man_t *bm) |
|
int | buf_man_setup (void *dev, unsigned char qty, size_t size) |
|
int | buf_man_stop (int stop, int *last) |
|
int | buf_man_stats (void) |
|