/linux-6.6.21/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_8192f.c | 821 int ktime, i; in rtl8192fu_iqk_path_a() local 865 ktime = 0; in rtl8192fu_iqk_path_a() 866 while (rtl8xxxu_read32(priv, REG_IQK_RPT_TXA) == 0 && ktime < 21) { in rtl8192fu_iqk_path_a() 868 ktime += 5; in rtl8192fu_iqk_path_a() 910 int ktime; in rtl8192fu_rx_iqk_path_a() local 946 ktime = 0; in rtl8192fu_rx_iqk_path_a() 947 while (rtl8xxxu_read32(priv, REG_IQK_RPT_TXA) == 0 && ktime < 21) { in rtl8192fu_rx_iqk_path_a() 949 ktime += 5; in rtl8192fu_rx_iqk_path_a() 1015 ktime = 0; in rtl8192fu_rx_iqk_path_a() 1016 while (rtl8xxxu_read32(priv, REG_IQK_RPT_RXA) == 0 && ktime < 21) { in rtl8192fu_rx_iqk_path_a() [all …]
|
/linux-6.6.21/tools/power/pm-graph/ |
D | bootgraph.py | 297 data.dmesg['kernel']['start'] = data.start = ktime = 0.0 330 ktime = float(m.group('ktime')) 331 if(ktime > 120): 335 if(ktime == 0.0 and re.match('^Linux version .*', msg)): 342 bt = bt - timedelta(seconds=int(ktime)) 350 devtemp[func] = (ktime, pid) 355 data.end = ktime 359 data.newAction(phase, f, pid, start, ktime, int(r), int(t)) 363 data.tUserMode = ktime 364 data.dmesg['kernel']['end'] = ktime [all …]
|
D | sleepgraph.py | 536 ktime = '0' 544 ktime = m.group('ktime') 546 self.dmesgstart = float(ktime) 559 ktime = float(m.group('ktime')) 560 if ktime > self.dmesgstart: 1861 def setPhase(self, phase, ktime, isbegin, order=-1): argument 1867 self.dmesg[self.currphase]['end'] = ktime 1876 self.dmesg[phase]['start'] = ktime 1887 self.dmesg[phase]['end'] = ktime 4028 ktime = float(val) [all …]
|
/linux-6.6.21/drivers/net/can/softing/ |
D | softing_main.c | 133 ktime_t ktime) in softing_netdev_rx() argument 142 skb->tstamp = ktime; in softing_netdev_rx() 154 ktime_t ktime; in softing_handle_1() local 243 ktime = softing_raw2ktime(card, tmp_u32); in softing_handle_1() 258 softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1() 276 ktime = softing_raw2ktime(card, tmp_u32); in softing_handle_1() 285 skb->tstamp = ktime; in softing_handle_1() 300 ret = softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
|
D | softing.h | 102 ktime_t ktime);
|
/linux-6.6.21/drivers/dma/ |
D | dmatest.c | 588 ktime_t ktime, start, diff; in dmatest_func() local 682 ktime = ktime_get(); in dmatest_func() 902 ktime = ktime_sub(ktime_get(), ktime); in dmatest_func() 903 ktime = ktime_sub(ktime, comparetime); in dmatest_func() 904 ktime = ktime_sub(ktime, filltime); in dmatest_func() 905 runtime = ktime_to_us(ktime); in dmatest_func()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_rps_types.h | 28 ktime_t ktime; member
|
D | intel_rps.c | 1758 ei->ktime = ktime_get_raw(); in vlv_c0_read() 1775 if (prev->ktime) { in vlv_wa_c0_ei() 1779 time = ktime_us_delta(now.ktime, prev->ktime); in vlv_wa_c0_ei()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 380 u64 ktime; in intel_guc_dump_time_info() local 384 ktime = ktime_get_boottime_ns(); in intel_guc_dump_time_info() 386 drm_printf(p, "Kernel timestamp: 0x%08llX [%llu]\n", ktime, ktime); in intel_guc_dump_time_info()
|
/linux-6.6.21/Documentation/driver-api/ |
D | basics.rst | 51 .. kernel-doc:: include/linux/ktime.h
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 193 uint64_t ktime; member 611 sample->ktime = ktime_ns; in on_event()
|
/linux-6.6.21/drivers/i2c/busses/ |
D | i2c-tegra.c | 1046 ktime_t ktime = ktime_get(); in tegra_i2c_poll_completion() local 1047 ktime_t ktimeout = ktime_add_ms(ktime, timeout_ms); in tegra_i2c_poll_completion() 1056 s64 delta = ktime_ms_delta(ktimeout, ktime); in tegra_i2c_poll_completion() 1061 ktime = ktime_get(); in tegra_i2c_poll_completion() 1063 } while (ktime_before(ktime, ktimeout)); in tegra_i2c_poll_completion()
|
/linux-6.6.21/Documentation/driver-api/hte/ |
D | hte.rst | 16 in obtaining timestamps than using software counterparts i.e. ktime and
|
/linux-6.6.21/kernel/sched/ |
D | debug.c | 831 u64 ktime, sched_clk, cpu_clk; in sched_debug_header() local 835 ktime = ktime_to_ns(ktime_get()); in sched_debug_header() 849 PN(ktime); in sched_debug_header()
|
/linux-6.6.21/drivers/clocksource/ |
D | arm_arch_timer.c | 1793 ktime_t ktime; in kvm_arch_ptp_get_crosststamp() local 1809 ktime = (u64)hvc_res.a0 << 32 | hvc_res.a1; in kvm_arch_ptp_get_crosststamp() 1810 *ts = ktime_to_timespec64(ktime); in kvm_arch_ptp_get_crosststamp()
|
/linux-6.6.21/Documentation/core-api/ |
D | timekeeping.rst | 1 ktime accessors
|
/linux-6.6.21/drivers/net/ethernet/cortina/ |
D | gemini.c | 1725 ktime_t ktime; in gmac_irq() local 1727 ktime = ktime_set(0, port->rx_coalesce_nsecs); in gmac_irq() 1728 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
|
/linux-6.6.21/Documentation/process/ |
D | botching-up-ioctls.rst | 148 that the kernel native struct ktime has a signed integer for both seconds
|
/linux-6.6.21/Documentation/translations/it_IT/process/ |
D | botching-up-ioctls.rst | 167 sono scartateli. Fate attenzione perché la struttura dati ``struct ktime``
|