| H A D | accel_ut.c | 38 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...] |