/kernel/liteos_m/testsuites/unittest/posix/src/ |
D | posix_test.h | 51 #define TEST_ASSERT_EQUAL(expected, actual) ICUNIT_ASSERT_EQUAL(expected, actual, actual) argument 52 #define TEST_ASSERT_EQUAL_INT(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 53 #define TEST_ASSERT_EQUAL_INT32(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 54 #define TEST_ASSERT_EQUAL_INT64(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 55 #define TEST_ASSERT_EQUAL_UINT32(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 56 #define TEST_ASSERT_EQUAL_UINT64(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 58 #define TEST_ASSERT_EQUAL_PTR(expected, actual) TEST_ASSERT_EQUAL(expected, actual) argument 60 #define TEST_ASSERT_NOT_EQUAL(expected, actual) ICUNIT_ASSERT_NOT_EQUAL(expected, actual, actual) argument 66 #define TEST_ASSERT_LESS_THAN(threshold, actual) TEST_ASSERT_TRUE((actual) < (threshold)) argument 67 #define TEST_ASSERT_LESS_THAN_INT(threshold, actual) TEST_ASSERT_LESS_THAN(threshold, actual) argument [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubp.c | 291 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp21_validate_dml_output() 294 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 297 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 300 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 303 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 307 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 310 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp21_validate_dml_output() 313 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() 316 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output() 319 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output() [all …]
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | amd_freq_sensitivity.c | 32 u64 actual; member 45 struct msr actual, reference; in amd_powersave_bias_target() local 55 &actual.l, &actual.h); in amd_powersave_bias_target() 58 actual.h &= 0x00ffffff; in amd_powersave_bias_target() 62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 67 d_actual = actual.q - data->actual; in amd_powersave_bias_target() 103 data->actual = actual.q; in amd_powersave_bias_target()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 1316 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output() 1319 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1322 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1325 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1328 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1332 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1335 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output() 1338 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() 1341 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1344 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
D | sst.c | 49 size_t actual = 0; in sst_write() local 78 actual++; in sst_write() 82 for (; actual < len - 1; actual += 2) { in sst_write() 86 ret = spi_nor_write_data(nor, to, 2, buf + actual); in sst_write() 107 if (actual != len) { in sst_write() 113 ret = spi_nor_write_data(nor, to, 1, buf + actual); in sst_write() 121 actual += 1; in sst_write() 126 *retlen += actual; in sst_write()
|
/kernel/linux/linux-5.10/include/kunit/ |
D | assert.h | 153 * @value: The actual evaluated pointer value of the expression. 173 * @val: The actual evaluated pointer value of the expression. 192 * @left_value: The actual evaluated value of the expression in the left slot. 194 * @right_value: The actual evaluated value of the expression in the right slot. 219 * @left_val: The actual evaluated value of the expression in the left slot. 221 * @right_val: The actual evaluated value of the expression in the right slot. 249 * @left_value: The actual evaluated value of the expression in the left slot. 251 * @right_value: The actual evaluated value of the expression in the right slot. 276 * @left_val: The actual evaluated value of the expression in the left slot. 278 * @right_val: The actual evaluated value of the expression in the right slot. [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | instrumented.h | 19 * before the actual read happens. 34 * before the actual write happens. 49 * before the actual write happens. 64 * before the actual read happens. 79 * before the actual write happens. 94 * inserted before the actual write happens.
|
D | bcm963xx_nvram.h | 76 * @actual_out: optional pointer to store actual checksum value 84 u32 expected, actual; in bcm963xx_nvram_checksum() local 101 actual = crc32_le_combine( in bcm963xx_nvram_checksum() 108 *actual_out = actual; in bcm963xx_nvram_checksum() 110 return expected == actual ? 0 : -EINVAL; in bcm963xx_nvram_checksum()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_lvds_connector.c | 65 long actual, requested; in mdp4_lvds_connector_mode_valid() local 68 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 70 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 72 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_2835_arm.c | 55 * the VCHIQ node and will overwrite it with the actual L2 cache size, 77 int actual); 246 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk() 248 bulk->actual); in vchiq_complete_bulk() 499 int actual) in free_pagelist() argument 506 __func__, pagelistinfo->pagelist, actual); in free_pagelist() 525 tail_bytes = (pagelist->offset + actual) & in free_pagelist() 528 if ((actual >= 0) && (head_bytes != 0)) { in free_pagelist() 529 if (head_bytes > actual) in free_pagelist() 530 head_bytes = actual; in free_pagelist() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
D | edp_connector.c | 65 long actual, requested; in edp_connector_mode_valid() local 68 actual = kms->funcs->round_pixclk(kms, in edp_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid() 72 if (actual != requested) in edp_connector_mode_valid()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_progs.h | 133 #define ASSERT_EQ(actual, expected, name) ({ \ argument 135 typeof(actual) ___act = (actual); \ 139 "unexpected %s: actual %lld != expected %lld\n", \ 144 #define ASSERT_STREQ(actual, expected, name) ({ \ argument 146 const char *___act = actual; \ 150 "unexpected %s: actual '%s' != expected '%s'\n", \
|
D | test_tcpbpf_user.c | 22 #define EXPECT_EQ(expected, actual, fmt) \ argument 24 if ((expected) != (actual)) { \ 25 printf(" Value of: " #actual "\n" \ 26 " Actual: %" fmt "\n" \ 28 (actual), (expected)); \
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | rom.c | 73 * pci_get_rom_size - obtain the actual size of the ROM image 77 * return: size of actual ROM image 79 * Determine the actual length of the ROM image. 81 * actual image size. 134 * actual ROM. 161 * size is much larger than the actual size of the ROM. in pci_map_rom()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | dev-subdev.rst | 387 Actual targets 390 Actual targets (without a postfix) reflect the actual hardware 392 corresponding to every actual target. 398 BOUNDS targets is the smallest rectangle that contains all valid actual 399 rectangles. It may not be possible to set the actual rectangle as large 417 The coordinates to a step always refer to the actual size of the 426 2. Sink pad actual crop selection. The sink pad crop defines the crop 429 3. Sink pad actual compose selection. The size of the sink pad compose 432 the location of the actual sink compose rectangle in the sink compose 435 4. Source pad actual crop selection. Crop on the source pad defines crop [all …]
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | debug.h | 139 * (if level <= actual debug level) 160 * (if level <= actual debug level) 182 * (if level <= actual debug level) 204 * debug area (if level <= actual debug level) 233 * (if level $<=$ actual debug level). 262 * (if level <= actual debug level) 284 * (if level <= actual debug level) 307 * (if level <= actual debug level) 330 * debug area (if level <= actual debug level) 362 * (if level <= actual debug level)
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ti/ |
D | divider.txt | 8 the register is one less than the actual divisor value. E.g: 10 register value actual divisor value 19 register value actual divisor value 25 register value actual divisor value 35 register value actual divisor value
|
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-selinux-checkreqprot | 9 calls instead of the actual protection applied by the kernel. 15 actual protection), and Android and Linux distributions have been 20 check the actual protections being applied upon mmap/mprotect calls.
|
/kernel/linux/linux-5.10/lib/ |
D | test_uuid.c | 46 const char *data, const char *actual) in test_uuid_failed() argument 54 if (actual && *actual) in test_uuid_failed() 55 pr_err("%s test #%u actual data: '%s'\n", in test_uuid_failed() 58 actual); in test_uuid_failed()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
D | fifo.c | 79 pkt->actual = 0; in usbhs_pkt_push() 421 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done() 533 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push() 534 len = pkt->length - pkt->actual; in usbhsf_pio_try_push() 562 pkt->actual += total_len; in usbhsf_pio_try_push() 564 if (pkt->actual < pkt->length) in usbhsf_pio_try_push() 583 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push() 671 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop() 672 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop() 677 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usb_u132.h | 71 int halted, int skipped, int actual, int non_null)); 76 int halted, int skipped, int actual, int non_null)); 81 int halted, int skipped, int actual, int non_null)); 86 int halted, int skipped, int actual, int non_null)); 91 int halted, int skipped, int actual, int non_null));
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
D | ibuf_cntrl_defs.h | 26 /* the actual amount of configuration registers per proc: */ 28 /* the actual amount of shared configuration registers: */ 31 /* the actual amount of status registers per proc */ 33 /* the actual amount shared status registers */
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | zero.rst | 13 than the amount of actual storage space available for that device. A user can 16 enough data has been written to fill up the actual storage space, the sparse 36 10GB of actual storage space available. If more than 10GB of data is written
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | cputopology.rst | 12 socket number, but the actual value is architecture and platform 18 identifier (rather than the kernel's). The actual value is 24 identifier (rather than the kernel's). The actual value is 30 identifier (rather than the kernel's). The actual value is 36 identifier (rather than the kernel's). The actual value is
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 99 int actual; in diolan_usb_transfer() local 107 dev->obuffer, dev->olen, &actual, in diolan_usb_transfer() 117 sizeof(dev->ibuffer), &actual, in diolan_usb_transfer() 127 if (ret == 0 && actual > 0) { in diolan_usb_transfer() 128 switch (dev->ibuffer[actual - 1]) { in diolan_usb_transfer() 142 ret = actual - 1; in diolan_usb_transfer() 203 int actual = 0; in diolan_flush_input() local 208 dev->ibuffer, sizeof(dev->ibuffer), &actual, in diolan_flush_input() 210 if (ret < 0 || actual == 0) in diolan_flush_input()
|