| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| A D | 8192f.c | 849 ktime = 0; in rtl8192fu_iqk_path_a() 852 ktime += 5; in rtl8192fu_iqk_path_a() 894 int ktime; in rtl8192fu_rx_iqk_path_a() local 930 ktime = 0; in rtl8192fu_rx_iqk_path_a() 933 ktime += 5; in rtl8192fu_rx_iqk_path_a() 999 ktime = 0; in rtl8192fu_rx_iqk_path_a() 1002 ktime += 5; in rtl8192fu_rx_iqk_path_a() 1074 ktime = 0; in rtl8192fu_iqk_path_b() 1122 int ktime; in rtl8192fu_rx_iqk_path_b() local 1160 ktime = 0; in rtl8192fu_rx_iqk_path_b() [all …]
|
| /linux/tools/power/pm-graph/ |
| A 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(r'^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 …]
|
| A D | sleepgraph.py | 536 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 …]
|
| /linux/drivers/net/can/softing/ |
| A 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()
|
| A D | softing.h | 102 ktime_t ktime);
|
| /linux/drivers/dma/ |
| A D | dmatest.c | 595 ktime_t ktime, start, diff; in dmatest_func() local 696 ktime = ktime_get(); in dmatest_func() 916 ktime = ktime_sub(ktime_get(), ktime); in dmatest_func() 917 ktime = ktime_sub(ktime, comparetime); in dmatest_func() 918 ktime = ktime_sub(ktime, filltime); in dmatest_func() 919 runtime = ktime_to_us(ktime); in dmatest_func()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | intel_rps_types.h | 28 ktime_t ktime; member
|
| A D | intel_rps.c | 1759 ei->ktime = ktime_get_raw(); in vlv_c0_read() 1776 if (prev->ktime) { in vlv_wa_c0_ei() 1780 time = ktime_us_delta(now.ktime, prev->ktime); in vlv_wa_c0_ei()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc.c | 393 u64 ktime; in intel_guc_dump_time_info() local 397 ktime = ktime_get_boottime_ns(); in intel_guc_dump_time_info() 399 drm_printf(p, "Kernel timestamp: 0x%08llX [%llu]\n", ktime, ktime); in intel_guc_dump_time_info()
|
| /linux/Documentation/driver-api/ |
| A D | basics.rst | 51 .. kernel-doc:: include/linux/ktime.h
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | strobemeta.h | 195 uint64_t ktime; member 613 sample->ktime = ktime_ns; in on_event()
|
| /linux/drivers/i2c/busses/ |
| A 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/Documentation/driver-api/hte/ |
| A D | hte.rst | 16 in obtaining timestamps than using software counterparts i.e. ktime and
|
| /linux/kernel/sched/ |
| A D | debug.c | 1007 u64 ktime, sched_clk, cpu_clk; in sched_debug_header() local 1011 ktime = ktime_to_ns(ktime_get()); in sched_debug_header() 1025 PN(ktime); in sched_debug_header()
|
| /linux/drivers/clocksource/ |
| A D | arm_arch_timer.c | 1809 ktime_t ktime; in kvm_arch_ptp_get_crosststamp() local 1825 ktime = (u64)hvc_res.a0 << 32 | hvc_res.a1; in kvm_arch_ptp_get_crosststamp() 1826 *ts = ktime_to_timespec64(ktime); in kvm_arch_ptp_get_crosststamp()
|
| /linux/Documentation/core-api/ |
| A D | timekeeping.rst | 1 ktime accessors
|
| /linux/drivers/net/ethernet/cortina/ |
| A D | gemini.c | 1733 ktime_t ktime; in gmac_irq() local 1735 ktime = ktime_set(0, port->rx_coalesce_nsecs); in gmac_irq() 1736 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
|
| /linux/Documentation/process/ |
| A D | botching-up-ioctls.rst | 148 that the kernel native struct ktime has a signed integer for both seconds
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | botching-up-ioctls.rst | 167 sono scartateli. Fate attenzione perché la struttura dati ``struct ktime``
|