Home
last modified time | relevance | path

Searched refs:spdk_histogram_data_fn (Results 1 – 2 of 2) sorted by relevance

/spdk/include/spdk/
H A Dhistogram_data.h150 typedef void (*spdk_histogram_data_fn)(void *ctx, uint64_t start, uint64_t end, uint64_t count, typedef
155 spdk_histogram_data_fn fn, void *ctx) in spdk_histogram_data_iterate()
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c3611 spdk_histogram_data_fn cb_fn = cb_arg; in histogram_channel_data_cb()