Home
last modified time | relevance | path

Searched refs:ktime (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192f.c865 ktime = 0; 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()
949 ktime += 5; in rtl8192fu_rx_iqk_path_a()
1015 ktime = 0; in rtl8192fu_rx_iqk_path_a()
1018 ktime += 5; in rtl8192fu_rx_iqk_path_a()
1090 ktime = 0; in rtl8192fu_iqk_path_b()
1138 int ktime; in rtl8192fu_rx_iqk_path_b() local
1176 ktime = 0; in rtl8192fu_rx_iqk_path_b()
[all …]
/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py297 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 …]
H A Dsleepgraph.py536 ktime = '0'
4028 ktime = float(val)
4034 data.setStart(ktime)
4035 t0 = ktime
4117 data.setEnd(ktime)
4143 actions[a] = [{'begin': ktime, 'end': ktime}]
4150 cpu_start = ktime
4153 cpu_start = ktime
4164 cpu_start = ktime
4172 cpu_start = ktime
[all …]
/openbmc/linux/drivers/net/can/softing/
H A Dsofting_main.c133 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()
H A Dsofting.h102 ktime_t ktime);
/openbmc/linux/drivers/dma/
H A Ddmatest.c588 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()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps_types.h28 ktime_t ktime; member
H A Dintel_rps.c1758 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()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c368 u64 ktime; in intel_guc_dump_time_info() local
372 ktime = ktime_get_boottime_ns(); in intel_guc_dump_time_info()
374 drm_printf(p, "Kernel timestamp: 0x%08llX [%llu]\n", ktime, ktime); in intel_guc_dump_time_info()
/openbmc/linux/Documentation/driver-api/
H A Dbasics.rst51 .. kernel-doc:: include/linux/ktime.h
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h193 uint64_t ktime; member
611 sample->ktime = ktime_ns; in on_event()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-tegra.c1046 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()
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst16 in obtaining timestamps than using software counterparts i.e. ktime and
/openbmc/linux/kernel/sched/
H A Ddebug.c831 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()
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c1793 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()
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst1 ktime accessors
/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c1734 ktime_t ktime; in gmac_irq() local
1736 ktime = ktime_set(0, port->rx_coalesce_nsecs); in gmac_irq()
1737 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
/openbmc/linux/Documentation/process/
H A Dbotching-up-ioctls.rst148 that the kernel native struct ktime has a signed integer for both seconds
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dbotching-up-ioctls.rst167 sono scartateli. Fate attenzione perché la struttura dati ``struct ktime``