/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_progs.h | 213 #define ASSERT_TRUE(actual, name) ({ \ argument 215 bool ___ok = (actual); \ 220 #define ASSERT_FALSE(actual, name) ({ \ argument 222 bool ___ok = !(actual); \ 227 #define ASSERT_EQ(actual, expected, name) ({ \ argument 229 typeof(actual) ___act = (actual); \ 233 "unexpected %s: actual %lld != expected %lld\n", \ 238 #define ASSERT_NEQ(actual, expected, name) ({ \ argument 240 typeof(actual) ___act = (actual); \ 244 "unexpected %s: actual %lld == expected %lld\n", \ [all …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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() 104 data->actual = actual.q; in amd_powersave_bias_target()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 1367 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output() 1370 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1373 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1376 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1379 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1383 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1386 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output() 1389 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() 1392 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output() 1395 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output() [all …]
|
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | sst.c | 124 size_t actual = 0; in sst_nor_write() local 153 actual++; in sst_nor_write() 157 for (; actual < len - 1; actual += 2) { in sst_nor_write() 161 ret = spi_nor_write_data(nor, to, 2, buf + actual); in sst_nor_write() 182 if (actual != len) { in sst_nor_write() 188 ret = spi_nor_write_data(nor, to, 1, buf + actual); in sst_nor_write() 196 actual += 1; in sst_nor_write() 201 *retlen += actual; in sst_nor_write()
|
/Linux-v6.1/include/kunit/ |
D | assert.h | 111 * @value: The actual evaluated pointer value of the expression. 130 * @val: The actual evaluated pointer value of the expression. 158 * @left_value: The actual evaluated value of the expression in the left slot. 159 * @right_value: The actual evaluated value of the expression in the right slot. 181 * @left_val: The actual evaluated value of the expression in the left slot. 182 * @right_val: The actual evaluated value of the expression in the right slot. 202 * @left_value: The actual evaluated value of the expression in the left slot. 203 * @right_value: The actual evaluated value of the expression in the right slot. 225 * @left_value: The actual evaluated value of the expression in the left slot. 226 * @right_value: The actual evaluated value of the expression in the right slot.
|
/Linux-v6.1/include/linux/ |
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()
|
D | instrumented.h | 20 * before the actual read happens. 35 * before the actual write happens. 50 * before the actual write happens. 65 * before the actual read happens. 80 * before the actual write happens. 95 * inserted before the actual write happens.
|
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_lvds_connector.c | 66 long actual, requested; in mdp4_lvds_connector_mode_valid() local 69 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 73 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
D | vmx_nested_tsc_scaling_test.c | 32 * This function checks whether the "actual" TSC frequency of a guest matches 34 * measurements, a difference of 1% between the actual and the expected value 37 static void compare_tsc_freq(uint64_t actual, uint64_t expected) in compare_tsc_freq() argument 45 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq() 48 thresh_low, thresh_high, actual); in compare_tsc_freq() 49 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq() 52 thresh_low, thresh_high, actual); in compare_tsc_freq()
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-devices-system-cpu | 29 socket number, but the actual value is architecture and platform 35 identifier (rather than the kernel's). The actual value is 41 identifier (rather than the kernel's). The actual value is 47 identifier (rather than the kernel's). The actual value is 53 identifier (rather than the kernel's). The actual value is 59 identifier (rather than the kernel's). The actual value is
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-hist-expressions.tc | 23 actual=`grep -o 'x=[[:digit:]]*' $trigger | awk -F= '{ print $2 }'` 25 if [ $actual != $3 ]; then 26 … fail "Failed hist trigger expression evaluation: Expression: $2 Expected: $3, Actual: $actual"
|
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/ebb/ |
D | cycles_with_mmcr2_test.c | 25 uint64_t val, expected[2], actual; in cycles_with_mmcr2() local 53 actual = 0; in cycles_with_mmcr2() 66 actual = val; in cycles_with_mmcr2() 82 printf("Bad MMCR2 value seen is 0x%lx\n", actual); in cycles_with_mmcr2()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | dev-subdev.rst | 389 Actual targets 392 Actual targets (without a postfix) reflect the actual hardware 394 corresponding to every actual target. 400 BOUNDS targets is the smallest rectangle that contains all valid actual 401 rectangles. It may not be possible to set the actual rectangle as large 419 The coordinates to a step always refer to the actual size of the 428 2. Sink pad actual crop selection. The sink pad crop defines the crop 431 3. Sink pad actual compose selection. The size of the sink pad compose 434 the location of the actual sink compose rectangle in the sink compose 437 4. Source pad actual crop selection. Crop on the source pad defines crop [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/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
|
/Linux-v6.1/drivers/usb/renesas_usbhs/ |
D | fifo.c | 79 pkt->actual = 0; in usbhs_pkt_push() 423 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done() 535 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push() 536 len = pkt->length - pkt->actual; in usbhsf_pio_try_push() 564 pkt->actual += total_len; in usbhsf_pio_try_push() 566 if (pkt->actual < pkt->length) in usbhsf_pio_try_push() 585 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push() 673 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop() 674 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop() 679 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop() [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/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.
|
/Linux-v6.1/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));
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | vlv_dsi_pll_regs.h | 25 /* TX control divider to select actual TX clock output from (8x/var) */ 38 /* RX upper control divider to select actual RX clock output from 8x */ 51 /* 8/3X divider to select the actual 8/3X clock output from 8x */ 64 /* RX lower control divider to select actual RX clock output from 8x */
|
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | aspeed_udc.c | 287 req, req->req.actual, req->req.length, in ast_udc_done() 535 last = req->req.length - req->req.actual; in ast_udc_epn_kick() 541 ast_ep_write(ep, req->req.dma + req->req.actual, AST_UDC_EP_DMA_BUFF); in ast_udc_epn_kick() 558 last = req->req.length - req->req.actual; in ast_udc_epn_kick_desc() 563 "dma", req->req.dma + req->req.actual, in ast_udc_epn_kick_desc() 564 req->req.actual, req->req.length, in ast_udc_epn_kick_desc() 567 if (!ast_dma_descriptor_setup(ep, req->req.dma + req->req.actual, in ast_udc_epn_kick_desc() 589 last = req->req.length - req->req.actual; in ast_udc_ep0_queue() 592 ast_udc_write(udc, req->req.dma + req->req.actual, in ast_udc_ep0_queue() 599 "dma", req->req.dma + req->req.actual, in ast_udc_ep0_queue() [all …]
|
/Linux-v6.1/arch/s390/include/asm/ |
D | debug.h | 140 * (if level <= actual debug level) 161 * (if level <= actual debug level) 183 * (if level <= actual debug level) 205 * debug area (if level <= actual debug level) 234 * (if level $<=$ actual debug level). 263 * (if level <= actual debug level) 285 * (if level <= actual debug level) 308 * (if level <= actual debug level) 331 * debug area (if level <= actual debug level) 363 * (if level <= actual debug level)
|
/Linux-v6.1/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 */
|
/Linux-v6.1/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()
|