Home
last modified time | relevance | path

Searched refs:get_tod_clock_fast (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/s390/lib/
Ddelay.c47 } while (get_tod_clock_fast() < end); in __udelay_disabled()
58 end = get_tod_clock_fast() + (usecs << 12); in __udelay_enabled()
68 } while (get_tod_clock_fast() < end); in __udelay_enabled()
112 end = get_tod_clock_fast() + (usecs << 12); in udelay_simple()
113 while (get_tod_clock_fast() < end) in udelay_simple()
123 end = get_tod_clock_fast() + nsecs; in __ndelay()
126 while (get_tod_clock_fast() < end) in __ndelay()
/linux-4.1.27/arch/s390/include/asm/
Dtimex.h90 static inline unsigned long long get_tod_clock_fast(void) in get_tod_clock_fast() function
/linux-4.1.27/arch/s390/crypto/
Dprng.c130 *p ^= get_tod_clock_fast(); in generate_entropy()
542 *((unsigned long long *)prng_data->buf) = get_tod_clock_fast(); in prng_tdes_read()
/linux-4.1.27/drivers/s390/cio/
Dqdio_main.c341 start_time = get_tod_clock_fast(); in qdio_siga_output()
344 if (get_tod_clock_fast() - start_time < QDIO_BUSY_BIT_PATIENCE) in qdio_siga_output()
506 q->timestamp = get_tod_clock_fast(); in get_inbound_buffer_frontier()
597 if (get_tod_clock_fast() > q->u.in.timestamp + QDIO_INPUT_THRESHOLD) { in qdio_inbound_q_done()
730 q->timestamp = get_tod_clock_fast(); in get_outbound_buffer_frontier()
Dcio.c870 timeout = get_tod_clock_fast() + (RCHP_TIMEOUT << 12); in css_reset()
872 if (get_tod_clock_fast() > timeout) in css_reset()
/linux-4.1.27/drivers/s390/char/
Dsclp.c569 timeout = get_tod_clock_fast() + in sclp_sync_wait()
591 get_tod_clock_fast() > timeout && in sclp_sync_wait()
/linux-4.1.27/arch/s390/kvm/
Dinterrupt.c76 get_tod_clock_fast() + vcpu->arch.sie_block->epoch)) in ckc_irq_pending()
856 now = get_tod_clock_fast() + vcpu->arch.sie_block->epoch; in kvm_s390_handle_wait()
895 now = get_tod_clock_fast() + vcpu->arch.sie_block->epoch; in kvm_s390_idle_wakeup()
/linux-4.1.27/arch/s390/kernel/
Ddebug.c870 active->id.stck = get_tod_clock_fast(); in debug_finish_entry()