Home
last modified time | relevance | path

Searched refs:jiffies_to_timespec64 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_trace.c118 jiffies_to_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data()
121 jiffies_to_timespec64(tbp->timestamp.val, &val); in fnic_get_trace_data()
160 jiffies_to_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data()
163 jiffies_to_timespec64(tbp->timestamp.val, &val); in fnic_get_trace_data()
392 jiffies_to_timespec64(stats->misc_stats.last_isr_time, &val1); in fnic_get_stats_data()
393 jiffies_to_timespec64(stats->misc_stats.last_ack_time, &val2); in fnic_get_stats_data()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_debugfs.c281 jiffies_to_timespec64(stats->misc.last_isr_time, &last_isr_tms); in snic_stats_show()
282 jiffies_to_timespec64(stats->misc.last_ack_time, &last_ack_tms); in snic_stats_show()
H A Dsnic_trc.c56 jiffies_to_timespec64(td->ts, &tmspec); in snic_fmt_trc_data()
/openbmc/linux/include/linux/
H A Djiffies.h576 extern void jiffies_to_timespec64(const unsigned long jiffies,
/openbmc/linux/kernel/time/
H A Dtime.c639 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) in jiffies_to_timespec64() function
650 EXPORT_SYMBOL(jiffies_to_timespec64);
/openbmc/linux/drivers/char/
H A Dppdev.c643 jiffies_to_timespec64(pp->pdev->timeout, &ts); in pp_do_ioctl()
653 jiffies_to_timespec64(pp->pdev->timeout, &ts); in pp_do_ioctl()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1148 jiffies_to_timespec64(ticks, &tmp); in SYSCALL_DEFINE2()
/openbmc/linux/net/ceph/
H A Dmessenger.c1860 jiffies_to_timespec64(interval, &ts); in ceph_con_keepalive_expired()
/openbmc/linux/kernel/sched/
H A Dcore.c9113 jiffies_to_timespec64(time_slice, t); in sched_rr_get_interval()