Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 13 of 13) sorted by relevance

/spdk/test/unit/lib/accel/accel.c/
H A Daccel_ut.c38 struct iovec expected; member
56 CU_ASSERT_EQUAL(memcmp(siov, &ctx->expected, sizeof(*siov)), 0); in spdk_memory_domain_pull_data()
82 CU_ASSERT_EQUAL(memcmp(diov, &ctx->expected, sizeof(*diov)), 0); in spdk_memory_domain_push_data()
694 char buf[4096], tmp[2][4096], expected[4096]; in test_sequence_fill_copy()
703 memset(expected, 0xa5, sizeof(expected)); in test_sequence_fill_copy()
717 CU_ASSERT_EQUAL(memcmp(buf, expected, sizeof(buf)), 0); in test_sequence_fill_copy()
722 memset(expected, 0xa5, sizeof(expected)); in test_sequence_fill_copy()
743 CU_ASSERT_EQUAL(memcmp(buf, expected, sizeo in test_sequence_fill_copy()
677 char buf[4096], tmp[2][4096], expected[4096]; test_sequence_fill_copy() local
869 char buf[4096], tmp[2][4096], expected[4096]; test_sequence_abort() local
1229 char buf[4096], tmp[2][4096], expected[4096]; test_sequence_decompress() local
1355 char buf[4096], tmp[2][4096], expected[4096]; test_sequence_reverse() local
2010 char srcbuf[4096], dstbuf[4096], expected[4096]; test_sequence_accel_buffers() local
2469 ut_domain_ctx_init(struct ut_domain_ctx * ctx,void * base,size_t len,struct iovec * expected) ut_domain_ctx_init() argument
2492 char srcbuf[4096], dstbuf[4096], expected[4096], tmp[4096]; test_sequence_memory_domain() local
2870 char srcbuf[4096], dstbuf[4096], tmp[4096], expected[4096]; test_sequence_module_memory_domain() local
3294 char buf[4096], tmp[3][4096], expected[4096]; test_sequence_driver() local
3740 char buf[4096], tmp[4096], expected[4096]; test_sequence_same_iovs() local
[all...]
/spdk/test/external_code/accel/
H A Dapp_module.c41 char expected[TEST_XFER_SIZE]; in fill_cb() local
49 memset(expected, FILL_PATTERN, sizeof(expected)); in fill_cb()
50 if (memcmp(ctx->buf1, expected, TEST_XFER_SIZE) != 0) { in fill_cb()
/spdk/test/nvme/
H A Dnvme_rpc_timeouts.sh47 echo Setting $setting is changed as expected.
/spdk/.github/ISSUE_TEMPLATE/
H A Dbug_report.md20 <!--- Tell us what happens instead of the expected behavior -->
/spdk/lib/util/
H A Ddif.c842 uint64_t expected, uint64_t actual, uint32_t err_offset) in _dif_verify()
846 err_blk->expected = expected; in _dif_verify()
1842 * Note: Error injection to data block is expected to be detected as in spdk_dif_set_md_interleave_iovs()
2138 /* Note: Error injection to data block is expected to be detected in spdk_dif_remap_ref_tag()
2434 uint64_t expected = 0, remapped;
2464 expected = ctx->init_ref_tag + ctx->ref_tag_offset + offset_blocks;
2471 if (check_ref_tag && !_dif_reftag_check(&dif, ctx, expected, offset_blocks, err_blk)) {
2534 uint64_t expected = 0, remapped;
2551 expected
746 _dif_error_set(struct spdk_dif_error * err_blk,uint8_t err_type,uint64_t expected,uint64_t actual,uint32_t err_offset) _dif_error_set() argument
2063 uint64_t expected = 0, remapped; _dif_remap_ref_tag() local
2163 uint64_t expected = 0, remapped; _dix_remap_ref_tag() local
[all...]
/spdk/test/app/fuzz/vhost_fuzz/
H A DREADME.md8 on how output is generated, debugging procedures, and the JSON format expected
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c776 struct spdk_uuid expected, uuid = {}; in test_decode_uuid() local
781 rc = spdk_uuid_parse(&expected, uuidstr); in test_decode_uuid()
790 CU_ASSERT_EQUAL(spdk_uuid_compare(&uuid, &expected), 0); in test_decode_uuid()
/spdk/module/bdev/null/
H A Dbdev_null.c154 "err_type %u, expected %lu, actual %lu, err_offset %u\n", in bdev_null_submit_request()
158 err_blk.expected, in bdev_null_submit_request()
/spdk/doc/
H A Dscheduler.md30 currently scheduled to it. This limitation is expected to be lifted in the
H A Dnvme_spec.md115 the next expected completion slot and when it flips, looks at the CID value to
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c92 "err_type %u, expected %lu, actual %lu, err_offset %u\n", in malloc_verify_pi()
96 err_blk.expected, in malloc_verify_pi()
/spdk/lib/thread/
H A Dthread.c1452 spdk_msg_fn expected = NULL; in period_poller_interrupt_init()
1454 if (!__atomic_compare_exchange_n(&thread->critical_msg, &expected, fn, false, __ATOMIC_SEQ_CST, in period_poller_interrupt_init()
2152 /* Set pollers to expected mode */ in spdk_io_device_register()
1408 spdk_msg_fn expected = NULL; spdk_thread_send_critical_msg() local
/spdk/test/accel/
H A Dbib1986 %T An algorithm for finding best matches in logarithmic expected time