/spdk/include/spdk_internal/ |
H A D | utf.h | 28 utf8_valid(const uint8_t *start, const uint8_t *end) in utf8_valid() 230 utf16le_valid(const uint16_t *start, const uint16_t *end) in utf16le_valid()
|
/spdk/scripts/ |
H A D | histogram.py | 45 end = bucket * 1000 * 1000 / tsc_rate variable
|
/spdk/examples/util/zipf/ |
H A D | zipf.c | 18 print_bucket(void *ctx, uint64_t start, uint64_t end, uint64_t count, in print_bucket()
|
/spdk/test/unit/include/spdk/histogram_data.h/ |
H A D | histogram_ut.c | 25 check_values(void *ctx, uint64_t start, uint64_t end, uint64_t count, in check_values()
|
/spdk/lib/json/ |
H A D | json_parse.c | 400 match_literal(const uint8_t *start, const uint8_t *end, const uint8_t *literal, size_t len) in match_literal() 416 void **end, uint32_t flags) in spdk_json_parse()
|
H A D | json_write.c | 395 const uint8_t *end = val + len; in write_string_or_name() local 432 const uint16_t *end = val + len; in write_string_or_name_utf16le() local
|
/spdk/test/app/jsoncat/ |
H A D | jsoncat.c | 55 void *buf, *end; in process_file() local
|
/spdk/lib/jsonrpc/ |
H A D | jsonrpc_client.c | 58 void *end = NULL; in jsonrpc_parse_response() local
|
H A D | jsonrpc_server.c | 176 void *end = NULL; in jsonrpc_parse_request() local
|
/spdk/lib/ftl/mngt/ |
H A D | ftl_mngt_self_test.c | 72 uint64_t lba, end; in test_valid_map_pin_cb() local
|
/spdk/lib/ftl/utils/ |
H A D | ftl_bitmap.c | 131 size_t i, end; in ftl_bitmap_find_first() local
|
/spdk/test/env/memory/ |
H A D | memory_ut.c | 40 uint32_t i, end; in test_mem_map_notify() local
|
/spdk/test/nvme/overhead/ |
H A D | overhead.c | 318 uint64_t end, tsc_complete; in check_io() local 479 print_bucket(void *ctx, uint64_t start, uint64_t end, uint64_t count, in print_bucket() argument
|
/spdk/lib/util/ |
H A D | cpuset.c | 194 char *end; in parse_list() local
|
/spdk/lib/vhost/ |
H A D | rte_vhost_user.c | 720 vhost_session_mem_region_calc(uint64_t *previous_start, uint64_t *start, uint64_t *end, argument 735 uint64_t start, end, len; local 756 uint64_t start, end, len; local
|
/spdk/lib/event/ |
H A D | app_rpc.c | 352 #define GET_DELTA(end, start) (end >= start ? end - start : 0) argument [all...] |
H A D | app.c | 517 char *end = NULL, *tpoint_group_mask_str, *tpoint_group_str = NULL; app_setup_trace() local
|
/spdk/lib/ftl/ |
H A D | ftl_band.c | 463 uint64_t end = dev->sb_shm->gc_info.current_band_id + dev->num_logical_bands_in_physical; in dump_bands_under_relocation() local
|
H A D | ftl_reloc.c | 392 uint64_t end, band_left, rq_left; in move_read() local
|
H A D | ftl_l2p_cache.c | 1009 uint64_t end = (pin_ctx->lba + pin_ctx->count - 1) / cache->lbas_in_page; in ftl_l2p_cache_pin() local 1074 uint64_t end = (lba + count - 1) / cache->lbas_in_page; in ftl_l2p_cache_unpin() local
|
/spdk/lib/init/ |
H A D | json_config.c | 531 void *end; in parse_json() local
|
/spdk/lib/nvme/ |
H A D | nvme_fabric.c | 288 uint8_t *end; in nvme_fabric_discover_probe() local
|
/spdk/module/vfu_device/ |
H A D | vfu_virtio.c | 1253 uint64_t start, end; in virtio_vfu_access_bar4() local
|
/spdk/test/unit/lib/bdev/mt/bdev.c/ |
H A D | bdev_ut.c | 1862 histogram_io_count(void * ctx,uint64_t start,uint64_t end,uint64_t count,uint64_t total,uint64_t so_far) histogram_io_count() argument
|
/spdk/lib/thread/ |
H A D | thread.c | 926 thread_update_stats(struct spdk_thread * thread,uint64_t end,uint64_t start,int rc) thread_update_stats() argument [all...] |