Home
last modified time | relevance | path

Searched refs:timespec64_compare (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/linux/
Dtime64.h55 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_drv.h136 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
/Linux-v4.19/arch/arm/xen/
Denlighten.c145 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/Linux-v4.19/kernel/time/
Dtimekeeping.c1255 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64()
1299 if (timespec64_compare(&tk->wall_to_monotonic, ts) > 0 || in timekeeping_inject_offset()
1565 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1727 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
/Linux-v4.19/arch/x86/xen/
Dtime.c107 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/Linux-v4.19/fs/ceph/
Dinode.c673 timespec64_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time()
693 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
700 if (timespec64_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time()
2036 timespec64_compare(&inode->i_atime, in __ceph_setattr()
2058 timespec64_compare(&inode->i_mtime, in __ceph_setattr()
/Linux-v4.19/fs/gfs2/
Dglops.c364 if (timespec64_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
/Linux-v4.19/fs/
Dinode.c1612 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1617 if (timespec64_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c840 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times()
850 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/Linux-v4.19/fs/ocfs2/
Dfile.c251 if ((timespec64_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime()
252 (timespec64_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_si_intf.c970 if (unlikely(timespec64_compare(&now, busy_until) > 0)) { in ipmi_thread_busy_wait()
/Linux-v4.19/net/ceph/
Dmessenger.c3254 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()