/Linux-v5.15/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-v5.15/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-v5.15/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 | 1998 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument 2004 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() 2013 td = tdp + i; in __update_timing_details()
|
D | drbd_int.h | 787 struct drbd_thread_timing_details *tdp,
|
/Linux-v5.15/fs/xfs/ |
D | xfs_inode.c | 1220 xfs_inode_t *tdp, in xfs_link() argument 1224 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1229 trace_xfs_link(tdp, target_name); in xfs_link() 1240 error = xfs_qm_dqattach(tdp); in xfs_link() 1253 xfs_lock_two_inodes(sip, XFS_ILOCK_EXCL, tdp, XFS_ILOCK_EXCL); in xfs_link() 1256 xfs_trans_ijoin(tp, tdp, XFS_ILOCK_EXCL); in xfs_link() 1258 error = xfs_iext_count_may_overflow(tdp, XFS_DATA_FORK, in xfs_link() 1268 if (unlikely((tdp->i_diflags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1269 tdp->i_projid != sip->i_projid)) { in xfs_link() 1275 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() [all …]
|
D | xfs_inode.h | 417 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
/Linux-v5.15/include/soc/fsl/ |
D | cpm.h | 26 __be32 tdp; /* Internal */ member
|
/Linux-v5.15/Documentation/virt/kvm/ |
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 375 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection 424 - the guest pte must be a large pte of at least equivalent size (if tdp is
|
/Linux-v5.15/tools/power/x86/intel-speed-select/ |
D | isst.h | 105 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-v5.15/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-v5.15/drivers/spi/ |
D | spi-fsl-cpm.c | 365 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_dpm.h | 197 u16 tdp; member
|
/Linux-v5.15/tools/power/x86/turbostat/ |
D | turbostat.c | 4389 double tdp; in rapl_probe_intel() local 4548 tdp = get_tdp_intel(model); in rapl_probe_intel() 4550 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4552 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4560 double tdp; in rapl_probe_amd() local 4587 tdp = get_tdp_amd(family); in rapl_probe_amd() 4589 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4591 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
/Linux-v5.15/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 42 | | | tdp actor
|
/Linux-v5.15/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 | 419 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 693 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | usb.rst | 942 ``grep -i ^[tdp]: /sys/kernel/debug/usb/devices`` can be used to list
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 1791 int wsigmax, wfpinmax, cg, tdp; in lpfc_cmf_sync_cmpl() local 1819 tdp = bf_get(lpfc_wcqe_c_cmf_bw, cmf_cmpl); in lpfc_cmf_sync_cmpl() 1823 bw = (uint64_t)tdp * LPFC_CMF_BLK_SIZE; in lpfc_cmf_sync_cmpl()
|