Home
last modified time | relevance | path

Searched refs:tdp (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/lib/
Dasn1_decoder.c179 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
305 tdp = dp; in asn1_ber_decoder()
386 tdp = cons_dp_stack[csp]; in asn1_ber_decoder()
391 tdp, dp, len, datalen); in asn1_ber_decoder()
409 len = dp - tdp - 2; in asn1_ber_decoder()
420 len -= tdp; in asn1_ber_decoder()
421 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder()
430 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
441 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
/linux-4.4.14/drivers/platform/x86/
Dintel_ips.c1259 int tdp, tdc; in show_cpu_clamp() local
1263 tdp = (int)(turbo_override & TURBO_TDP_MASK); in show_cpu_clamp()
1267 tdp = tdp * 10 / 8; in show_cpu_clamp()
1271 seq_printf(m, "%d.%dW %d.%dA\n", tdp / 10, tdp % 10, in show_cpu_clamp()
1372 u16 tdp; in ips_detect_cpu() local
1402 tdp = turbo_power & TURBO_TDP_MASK; in ips_detect_cpu()
1405 if (limits->core_power_limit != (tdp / 8) * 1000) { in ips_detect_cpu()
1407 tdp / 8, limits->core_power_limit / 1000); in ips_detect_cpu()
1408 limits->core_power_limit = (tdp / 8) * 1000; in ips_detect_cpu()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c524 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument
531 td = *tdp; in seq_print_one_timing_detail()
532 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail()
544 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument
556 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
558 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
Ddrbd_worker.c1894 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument
1900 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details()
1909 td = tdp + i; in __update_timing_details()
Ddrbd_int.h792 struct drbd_thread_timing_details *tdp,
/linux-4.4.14/fs/xfs/
Dxfs_inode.c1421 xfs_inode_t *tdp, in xfs_link() argument
1425 xfs_mount_t *mp = tdp->i_mount; in xfs_link()
1433 trace_xfs_link(tdp, target_name); in xfs_link()
1444 error = xfs_qm_dqattach(tdp, 0); in xfs_link()
1458 xfs_ilock(tdp, XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT); in xfs_link()
1459 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL); in xfs_link()
1462 xfs_trans_ijoin(tp, tdp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_link()
1469 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link()
1470 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) { in xfs_link()
1476 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link()
[all …]
Dxfs_inode.h384 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
/linux-4.4.14/arch/powerpc/include/asm/
Dcpm.h24 __be32 tdp; /* Internal */ member
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt43 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
341 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection
389 - the guest pte must be a large pte of at least equivalent size (if tdp is
/linux-4.4.14/drivers/i2c/busses/
Di2c-cpm.c70 uint tdp; /* Internal */ member
168 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
/linux-4.4.14/drivers/spi/
Dspi-fsl-cpm.c371 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c2192 double tdp; in rapl_probe() local
2250 tdp = get_tdp(model); in rapl_probe()
2252 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe()
2254 …ntf(stderr, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe()
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt41 | | | tdp actor
/linux-4.4.14/Documentation/usb/
Dproc_usb_info.txt282 "grep -i ^[tdp]: /proc/bus/usb/devices" can be used to list
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c718 adev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in amdgpu_parse_extended_power_table()
Damdgpu.h1496 u16 tdp; member
Dci_dpm.c558 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_dpm.c1277 rdev->pm.dpm.dyn_state.cac_tdp_table->tdp = le16_to_cpu(pt->usTDP); in r600_parse_extended_power_table()
Dradeon.h1473 u16 tdp; member
Dci_dpm.c440 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()