Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dasn1_decoder.c174 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
299 tdp = dp; in asn1_ber_decoder()
376 tdp = cons_dp_stack[csp]; in asn1_ber_decoder()
381 tdp, dp, len, datalen); in asn1_ber_decoder()
399 len = dp - tdp - 2; in asn1_ber_decoder()
410 len -= tdp; in asn1_ber_decoder()
411 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder()
420 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
426 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
/linux-4.1.27/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.1.27/drivers/block/drbd/
Ddrbd_debugfs.c532 const struct drbd_thread_timing_details *tdp, in seq_print_one_timing_detail() argument
539 td = *tdp; in seq_print_one_timing_detail()
540 } while (td.cb_nr != tdp->cb_nr); in seq_print_one_timing_detail()
552 unsigned int cb_nr, struct drbd_thread_timing_details *tdp, unsigned long now) in seq_print_timing_details() argument
564 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
566 seq_print_one_timing_detail(m, tdp+i, now); in seq_print_timing_details()
Ddrbd_worker.c1916 struct drbd_thread_timing_details *tdp, in __update_timing_details() argument
1922 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details()
1931 td = tdp + i; in __update_timing_details()
Ddrbd_int.h791 struct drbd_thread_timing_details *tdp,
/linux-4.1.27/fs/xfs/
Dxfs_inode.c1421 xfs_inode_t *tdp, in xfs_link() argument
1425 xfs_mount_t *mp = tdp->i_mount; in xfs_link()
1434 trace_xfs_link(tdp, target_name); in xfs_link()
1445 error = xfs_qm_dqattach(tdp, 0); in xfs_link()
1462 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL); in xfs_link()
1465 xfs_trans_ijoin(tp, tdp, XFS_ILOCK_EXCL); in xfs_link()
1472 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link()
1473 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) { in xfs_link()
1479 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link()
1492 error = xfs_dir_createname(tp, tdp, target_name, sip->i_ino, in xfs_link()
[all …]
Dxfs_inode.h351 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
/linux-4.1.27/arch/powerpc/include/asm/
Dcpm.h24 __be32 tdp; /* Internal */ member
/linux-4.1.27/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
335 If tdp is not enabled, the host must keep cr0.wp=1 so page write protection
383 - the guest pte must be a large pte of at least equivalent size (if tdp is
/linux-4.1.27/drivers/i2c/busses/
Di2c-cpm.c70 uint tdp; /* Internal */ member
168 out_be32(&i2c_ram->tdp, 0); in cpm_reset_i2c_params()
/linux-4.1.27/drivers/spi/
Dspi-fsl-cpm.c371 out_be32(&mspi->pram->tdp, 0); in fsl_spi_cpm_init()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c2093 double tdp; in rapl_probe() local
2151 tdp = get_tdp(model); in rapl_probe()
2153 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe()
2155 …ntf(stderr, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe()
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt282 "grep -i ^[tdp]: /proc/bus/usb/devices" can be used to list
/linux-4.1.27/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.h1471 u16 tdp; member
Dci_dpm.c440 dpm_table->DefaultTdp = cac_tdp_table->tdp * 256; in ci_populate_bapm_parameters_in_dpm_table()