Lines Matching defs:cb_fn
81 spdk_iobuf_get_stats_cb cb_fn;
269 spdk_iobuf_finish(spdk_iobuf_finish_cb cb_fn, void *cb_arg)
272 cb_fn(cb_arg);
277 g_iobuf.finish_cb = cb_fn;
608 spdk_iobuf_for_each_entry_fn cb_fn, void *cb_ctx)
619 rc = cb_fn(ch, entry, cb_ctx);
630 spdk_iobuf_for_each_entry_fn cb_fn, void *cb_ctx)
639 rc = iobuf_pool_for_each_entry(ch, &cache->small, cb_fn, cb_ctx);
643 rc = iobuf_pool_for_each_entry(ch, &cache->large, cb_fn, cb_ctx);
694 struct spdk_iobuf_entry *entry, spdk_iobuf_get_cb cb_fn)
727 entry->cb_fn = cb_fn;
803 entry->cb_fn(entry, buf);
816 ctx->cb_fn(ctx->modules, ctx->num_modules, ctx->cb_arg);
865 spdk_iobuf_get_stats(spdk_iobuf_get_stats_cb cb_fn, void *cb_arg)
892 ctx->cb_fn = cb_fn;