/Linux-v4.19/lib/ |
D | asn1_decoder.c | 182 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local 311 tdp = dp; in asn1_ber_decoder() 397 tdp = cons_dp_stack[csp]; in asn1_ber_decoder() 402 tdp, dp, len, datalen); in asn1_ber_decoder() 420 len = dp - tdp - 2; in asn1_ber_decoder() 431 len -= tdp; in asn1_ber_decoder() 432 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() 441 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
/Linux-v4.19/drivers/platform/x86/ |
D | intel_ips.c | 1252 int tdp, tdc; in show_cpu_clamp() local 1256 tdp = (int)(turbo_override & TURBO_TDP_MASK); in show_cpu_clamp() 1260 tdp = tdp * 10 / 8; in show_cpu_clamp() 1264 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in show_cpu_clamp() 1363 u16 tdp; in ips_detect_cpu() local 1393 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu() 1396 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu() 1399 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu() 1400 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 513 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument 520 td = *tdp; in seq_print_one_timing_detail() 521 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail() 533 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument 545 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details() 547 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
|
D | drbd_worker.c | 2006 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 2012 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2021 td = tdp + i; in __update_timing_details()
|
D | drbd_int.h | 794 struct drbd_thread_timing_details *tdp,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_inode.c | 1386 xfs_inode_t *tdp, in xfs_link() argument 1390 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1395 trace_xfs_link(tdp, target_name); in xfs_link() 1406 error = xfs_qm_dqattach(tdp); in xfs_link() 1419 xfs_lock_two_inodes(sip, XFS_ILOCK_EXCL, tdp, XFS_ILOCK_EXCL); in xfs_link() 1422 xfs_trans_ijoin(tp, tdp, XFS_ILOCK_EXCL); in xfs_link() 1429 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1430 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) { in xfs_link() 1436 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() 1450 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link() [all …]
|
D | xfs_inode.h | 410 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 43 tdp two dimensional paging (vendor neutral term for NPT and EPT) 71 that support only 1 (traditional) and 2 (tdp) translations. When the 123 paging, tdp: (gva->)gpa->hpa 125 non-tdp: ngva->gpa->hpa (*) 126 tdp: (ngva->)ngpa->gpa->hpa 345 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 393 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-cpm.c | 70 uint tdp; /* Internal */ member 168 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
|
/Linux-v4.19/drivers/spi/ |
D | spi-fsl-cpm.c | 371 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 183 u16 tdp; member
|
D | amdgpu_dpm.c | 744 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|
D | ci_dpm.c | 566 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 41 | | | tdp actor
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 3766 double tdp; in rapl_probe() local 3900 tdp = get_tdp(model); in rapl_probe() 3902 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe() 3904 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 1281 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
|
D | radeon.h | 1463 u16 tdp; member
|
D | ci_dpm.c | 441 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | usb.rst | 936 ``grep -i ^[tdp]: /sys/kernel/debug/usb/devices`` can be used to list
|