| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8192f.c | 805 int ktime, i; in rtl8192fu_iqk_path_a() local 849 ktime = 0; in rtl8192fu_iqk_path_a() 850 while (rtl8xxxu_read32(priv, REG_IQK_RPT_TXA) == 0 && ktime < 21) { 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() 931 while (rtl8xxxu_read32(priv, REG_IQK_RPT_TXA) == 0 && ktime < 21) { in rtl8192fu_rx_iqk_path_a() 933 ktime += 5; in rtl8192fu_rx_iqk_path_a() 999 ktime = 0; in rtl8192fu_rx_iqk_path_a() 1000 while (rtl8xxxu_read32(priv, REG_IQK_RPT_RXA) == 0 && ktime < 21) { in rtl8192fu_rx_iqk_path_a() [all …]
|
| /linux/drivers/power/supply/ |
| H A D | intel_dc_ti_battery.c | 130 ktime_t ktime; in dc_ti_battery_get_voltage_and_current_now() local 145 ktime = ktime_get(); in dc_ti_battery_get_voltage_and_current_now() 152 ktime = ktime_sub(ktime_get(), ktime); in dc_ti_battery_get_voltage_and_current_now() 155 sleep_usec = 3 * SMPL_INTVL_US + SLEEP_SLACK_US - ktime_to_us(ktime); in dc_ti_battery_get_voltage_and_current_now()
|
| /linux/tools/power/pm-graph/ |
| H 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 …]
|
| H A D | sleepgraph.py | 547 ktime = '0' 555 ktime = m.group('ktime') 557 self.dmesgstart = float(ktime) 570 ktime = float(m.group('ktime')) 571 if ktime > self.dmesgstart: 1884 def setPhase(self, phase, ktime, isbegin, order=-1): argument 1890 self.dmesg[self.currphase]['end'] = ktime 1899 self.dmesg[phase]['start'] = ktime 1910 self.dmesg[phase]['end'] = ktime 4053 ktime = float(val) [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_log.c | 175 snapshot->ktime = ktime_get_boottime_ns(); in xe_guc_log_snapshot_capture() 203 drm_printf(p, "Kernel timestamp: 0x%08llX [%llu]\n", snapshot->ktime, snapshot->ktime); in xe_guc_log_snapshot_print()
|
| /linux/drivers/dma/ |
| H 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/net/can/softing/ |
| H A D | softing.h | 102 ktime_t ktime);
|
| /linux/Documentation/driver-api/ |
| H A D | basics.rst | 51 .. kernel-doc:: include/linux/ktime.h
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | strobemeta.h | 195 uint64_t ktime; member 613 sample->ktime = ktime_ns; in on_event()
|
| /linux/drivers/clocksource/ |
| H A D | arm_arch_timer.c | 1251 ktime_t ktime; in kvm_arch_ptp_get_crosststamp() local 1267 ktime = (u64)hvc_res.a0 << 32 | hvc_res.a1; in kvm_arch_ptp_get_crosststamp() 1268 *ts = ktime_to_timespec64(ktime); in kvm_arch_ptp_get_crosststamp()
|
| /linux/Documentation/driver-api/hte/ |
| H A D | hte.rst | 16 in obtaining timestamps than using software counterparts i.e. ktime and
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 1 ktime accessors
|
| /linux/include/trace/events/ |
| H A D | sunrpc.h | 2044 ktime_t ktime = ktime_get(); 2047 __entry->wakeup = ktime_to_us(ktime_sub(ktime, rqst->rq_qtime)); 2048 __entry->qtime = ktime_to_us(ktime_sub(ktime, rqst->rq_xprt->xpt_qtime));
|
| /linux/Documentation/process/ |
| H 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/ |
| H A D | botching-up-ioctls.rst | 167 sono scartateli. Fate attenzione perché la struttura dati ``struct ktime``
|