/linux/include/linux/ |
A D | ktime.h | 95 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() function 113 return ktime_compare(cmp1, cmp2) > 0; in ktime_after() 125 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
|
A D | iopoll.h | 50 ktime_compare(ktime_get(), __timeout) > 0) { \ 92 ktime_compare(ktime_get(), __timeout) > 0) { \
|
A D | regmap.h | 147 ktime_compare(ktime_get(), __timeout) > 0) { \
|
/linux/drivers/misc/habanalabs/common/pci/ |
A D | pci.c | 111 if (ktime_compare(ktime_get(), timeout) > 0) { in hl_pci_elbi_read() 173 if (ktime_compare(ktime_get(), timeout) > 0) { in hl_pci_elbi_write()
|
/linux/drivers/gpu/drm/lima/ |
A D | lima_device.h | 134 if (timeout_us && ktime_compare(ktime_get(), timeout) > 0) in lima_poll_timeout()
|
/linux/drivers/staging/wfx/ |
A D | fwio.c | 168 if (ktime_compare(now, start)) in wait_ncp_status() 199 if (ktime_compare(now, start)) in upload_firmware()
|
/linux/drivers/media/rc/ |
A D | serial_ir.c | 232 if (ktime_compare(now, target) >= 0) in send_pulse_homebrew_softcarrier() 241 if (ktime_compare(now, target) >= 0) in send_pulse_homebrew_softcarrier() 364 if (ktime_compare(delkt, ktime_set(15, 0)) > 0) { in serial_ir_irq_handler()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_kms.h | 65 ktime_compare(ktime_sub((A), (B)), ktime_set(0, 0))
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_tsn.c | 218 if (ktime_compare(systim, base_time) > 0) { in igc_tsn_enable_offload()
|
/linux/drivers/iio/adc/ |
A D | mt6360-adc.c | 118 if (ktime_compare(ktime_get(), timeout) > 0) { in mt6360_adc_read_channel()
|
/linux/drivers/usb/host/ |
A D | ehci-timer.c | 418 if (ktime_compare(now, ehci->hr_timeouts[e]) >= 0) in ehci_hrtimer_func()
|
/linux/drivers/staging/vc04_services/bcm2835-audio/ |
A D | bcm2835-pcm.c | 288 (ktime_compare(alsa_stream->interpolate_start, now) < 0)) { in snd_bcm2835_pcm_pointer()
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_drv.h | 538 if (ktime_compare(*timeout, now) < 0) { in timeout_to_jiffies()
|
/linux/net/sched/ |
A D | sch_etf.c | 181 if (ktime_compare(txtime, skb->tstamp) >= 0) { in etf_enqueue_timesortedlist()
|
A D | sch_taprio.c | 665 if (ktime_compare(entry->close_time, oper->cycle_close_time) == 0) in should_restart_cycle() 685 if (ktime_compare(next_base_time, close_time) <= 0) in should_change_schedules() 699 if (ktime_compare(next_base_time, extension_time) <= 0) in should_change_schedules()
|
/linux/drivers/media/cec/platform/meson/ |
A D | ao-cec.c | 236 if (ktime_compare(ktime_get(), timeout) > 0) in meson_ao_cec_wait_busy()
|
/linux/sound/soc/sof/ |
A D | ops.h | 565 ktime_compare(ktime_get(), __timeout) > 0) { \
|
/linux/drivers/misc/habanalabs/common/ |
A D | habanalabs.h | 2098 if (timeout_us && ktime_compare(ktime_get(), __timeout) > 0) { \ 2139 if (timeout_us && ktime_compare(ktime_get(), __timeout) > 0) { \ 2166 if (timeout_us && ktime_compare(ktime_get(), __timeout) > 0) { \
|
A D | command_submission.c | 2408 (ktime_compare(fence->timestamp, first_cs_time) < 0)) in hl_cs_poll_fences() 2432 (ktime_compare(first_cs_time, max_ktime) != 0)) in hl_cs_poll_fences()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | selftest_migrate.c | 482 return ktime_compare(*a, *b); in wrap_ktime_compare()
|
/linux/drivers/usb/chipidea/ |
A D | otg_fsm.c | 396 if (ktime_compare(now, ci->hr_timeouts[cur_timer]) >= 0) { in ci_otg_hrtimer_func()
|
/linux/drivers/base/power/ |
A D | wakeup.c | 131 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()
|
/linux/drivers/i2c/busses/ |
A D | i2c-rk3x.c | 1049 ktime_compare(ktime_get(), timeout) < 0) { in rk3x_i2c_wait_xfer_poll()
|
/linux/drivers/mfd/ |
A D | arizona-core.c | 239 if (ktime_compare(ktime_get(), timeout) > 0) in arizona_poll_reg_delay()
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | intel_memory_region.c | 1015 return ktime_compare(*a, *b); in wrap_ktime_compare()
|