/linux-5.19.10/lib/ |
D | asn1_decoder.c | 178 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local 307 tdp = dp; in asn1_ber_decoder() 395 tdp = cons_dp_stack[csp]; in asn1_ber_decoder() 400 tdp, dp, len, datalen); in asn1_ber_decoder() 418 len = dp - tdp - 2; in asn1_ber_decoder() 429 len -= tdp; in asn1_ber_decoder() 430 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() 439 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-5.19.10/drivers/platform/x86/ |
D | intel_ips.c | 1237 int tdp, tdc; in cpu_clamp_show() local 1241 tdp = (int)(turbo_override & TURBO_TDP_MASK); in cpu_clamp_show() 1245 tdp = tdp * 10 / 8; in cpu_clamp_show() 1249 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in cpu_clamp_show() 1304 u16 tdp; in ips_detect_cpu() local 1334 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu() 1337 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu() 1340 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu() 1341 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
|
/linux-5.19.10/drivers/block/drbd/ |
D | drbd_debugfs.c | 500 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument 507 td = *tdp; in seq_print_one_timing_detail() 508 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail() 520 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument 532 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details() 534 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
|
D | drbd_worker.c | 1993 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 1999 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2008 td = tdp + i; in __update_timing_details()
|
D | drbd_int.h | 783 struct drbd_thread_timing_details *tdp,
|
/linux-5.19.10/fs/xfs/ |
D | xfs_inode.c | 1199 xfs_inode_t *tdp, in xfs_link() argument 1203 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1208 trace_xfs_link(tdp, target_name); in xfs_link() 1219 error = xfs_qm_dqattach(tdp); in xfs_link() 1224 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link() 1234 if (unlikely((tdp->i_diflags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1235 tdp->i_projid != sip->i_projid)) { in xfs_link() 1241 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() 1259 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link() 1263 xfs_trans_ichgtime(tp, tdp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_link() [all …]
|
D | xfs_inode.h | 421 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
/linux-5.19.10/include/soc/fsl/ |
D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
/linux-5.19.10/Documentation/virt/kvm/x86/ |
D | mmu.rst | 56 tdp two dimensional paging (vendor neutral term for NPT and EPT) 85 that support only 1 (traditional) and 2 (tdp) translations. When the 140 paging, tdp: (gva->)gpa->hpa 144 non-tdp: ngva->gpa->hpa (*) 145 tdp: (ngva->)ngpa->gpa->hpa 379 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 428 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
/linux-5.19.10/tools/power/x86/intel-speed-select/ |
D | isst.h | 108 int tdp; member
|
D | isst-core.c | 484 pbf_info->tdp = resp & 0xffff; in isst_get_pbf_info()
|
D | isst-display.c | 230 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
/linux-5.19.10/drivers/i2c/busses/ |
D | i2c-cpm.c | 61 uint tdp; /* Internal */ member 162 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
|
/linux-5.19.10/drivers/spi/ |
D | spi-fsl-cpm.c | 365 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_dpm.h | 177 u16 tdp; member
|
/linux-5.19.10/tools/power/x86/turbostat/ |
D | turbostat.c | 4499 double tdp; in rapl_probe_intel() local 4658 tdp = get_tdp_intel(model); in rapl_probe_intel() 4660 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4662 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4670 double tdp; in rapl_probe_amd() local 4699 tdp = get_tdp_amd(family); in rapl_probe_amd() 4701 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4703 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
/linux-5.19.10/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 42 | | | tdp actor
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | legacy_dpm.c | 627 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|
/linux-5.19.10/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 1280 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
|
D | radeon.h | 1495 u16 tdp; member
|
D | ci_dpm.c | 418 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
/linux-5.19.10/Documentation/driver-api/usb/ |
D | usb.rst | 942 ``grep -i ^[tdp]: /sys/kernel/debug/usb/devices`` can be used to list
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 1788 int wsigmax, wfpinmax, cg, tdp; in lpfc_cmf_sync_cmpl() local 1816 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl() 1820 bw = (uint64_t)tdp * LPFC_CMF_BLK_SIZE; in lpfc_cmf_sync_cmpl()
|