Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 27) sorted by relevance

12

/spdk/include/spdk_internal/
H A Dutf.h28 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/lib/json/
H A Djson_parse.c235 json_valid_number(uint8_t *start, uint8_t *buf_end) in json_valid_number()
335 json_valid_comment(const uint8_t *start, const uint8_t *buf_end) in json_valid_comment()
400 match_literal(const uint8_t *start, const uint8_t *end, const uint8_t *literal, size_t len) in match_literal()
/spdk/scripts/
H A Drxe_cfg_small.sh65 start() { function
H A Dhistogram.py44 start = last_bucket * 1000 * 1000 / tsc_rate variable
/spdk/examples/util/zipf/
H A Dzipf.c18 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 Dhistogram_ut.c25 check_values(void *ctx, uint64_t start, uint64_t end, uint64_t count, in check_values()
/spdk/include/spdk/
H A Djson.h49 void *start; member
/spdk/test/lvol/esnap/
H A Desnap.c152 scribble(struct spdk_bdev_desc *desc, uint64_t start, uint64_t count) in scribble() argument
178 #define verify(desc, bdev, start, count) _verify(desc, bdev, start, count, __FILE__, __LINE__) argument
181 _verify(struct spdk_bdev_desc *desc, struct spdk_bdev *bdev, uint64_t start, uint64_t count, in _verify() argument
/spdk/python/spdk/sma/
H A Dsma.py37 def start(self): member in StorageManagementAgent
/spdk/module/bdev/raid/
H A Dconcat.c17 uint64_t start; member
H A Dbdev_raid.h310 int (*start)(struct raid_bdev *raid_bdev); global() member
H A Draid5f.c591 struct chunk *start = &stripe_req->chunks[raid_io->base_bdev_io_submitted]; in raid5f_stripe_request_submit_chunks() local
/spdk/test/nvme/overhead/
H A Doverhead.c266 uint64_t start; in submit_single_io() local
479 print_bucket(void *ctx, uint64_t start, uint64_t end, uint64_t count, in print_bucket() argument
/spdk/python/spdk/sma/volume/
H A Dvolume.py56 def start(self): member in VolumeManager
/spdk/lib/trace_parser/
H A Dtrace.cpp58 std::map<uint64_t, uint64_t> start; global() member
/spdk/lib/util/
H A Dstring.c209 const uint8_t *start; in spdk_strlen_pad() local
/spdk/lib/vhost/
H A Drte_vhost_user.c720 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; global() local
[all...]
/spdk/lib/event/
H A Dapp_rpc.c352 #define GET_DELTA(end, start) (end >= start ? end - start : 0) argument
/spdk/lib/vmd/
H A Dvmd_internal.h22 uint64_t start; member
/spdk/lib/ftl/mngt/
H A Dftl_mngt.c14 uint64_t start; member
/spdk/lib/ftl/
H A Dftl_l2p_cache.c1008 uint64_t start = pin_ctx->lba / cache->lbas_in_page; in ftl_l2p_cache_pin() local
1073 uint64_t start = lba / cache->lbas_in_page; in ftl_l2p_cache_unpin() local
H A Dftl_nv_cache.c921 ftl_addr start, pos; compaction_chunk_read_pos() local
/spdk/module/vfu_device/
H A Dvfu_virtio.c1253 uint64_t start, end; in virtio_vfu_access_bar4() local
/spdk/test/unit/lib/bdev/mt/bdev.c/
H A Dbdev_ut.c1862 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 Dthread.c927 thread_update_stats(struct spdk_thread * thread,uint64_t end,uint64_t start,int rc) thread_update_stats() argument

12