/linux/include/linux/ |
H A D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.h | 121 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
|
/linux/fs/nfsd/ |
H A D | blocklayout.c | 126 timespec64_compare(&lcp->lc_mtime, &mtime) < 0) in nfsd4_block_commit_blocks()
|
/linux/kernel/time/ |
H A D | timekeeping.c | 1459 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64() 1508 if (timespec64_compare(&tk->wall_to_monotonic, ts) > 0 || in timekeeping_inject_offset() 1777 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init() 1940 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
|
/linux/arch/arm/xen/ |
H A D | enlighten.c | 117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux/arch/x86/xen/ |
H A D | time.c | 116 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux/fs/smb/client/ |
H A D | dfs_cache.c | 113 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired() 462 timespec64_compare(&ce->etime, in purge_cache()
|
H A D | file.c | 290 if (timespec64_compare(&atime, &mtime)) in cifs_rreq_done()
|
H A D | inode.c | 185 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0) in cifs_fattr_to_inode()
|
/linux/drivers/hv/ |
H A D | hv_util.c | 361 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()
|
/linux/fs/vboxsf/ |
H A D | utils.c | 229 if (timespec64_compare(&mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
|
/linux/fs/ceph/ |
H A D | inode.c | 844 timespec64_compare(ctime, &ictime) > 0) { in ceph_fill_file_time() 867 if (timespec64_compare(mtime, &ts) > 0) { in ceph_fill_file_time() 874 if (timespec64_compare(atime, &ts) > 0) { in ceph_fill_file_time() 2643 timespec64_compare(&atime, in __ceph_setattr() 2720 timespec64_compare(&mtime, &attr->ia_mtime) < 0) { in __ceph_setattr()
|
/linux/fs/gfs2/ |
H A D | glops.c | 427 if (timespec64_compare(&iatime, &atime) < 0) in gfs2_dinode_in()
|
/linux/lib/kunit/ |
H A D | test.c | 365 if (timespec64_compare(&duration, &slow_thr) < 0) in kunit_run_case_check_speed()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 856 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 866 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 869 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 879 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
/linux/fs/ |
H A D | inode.c | 1951 if (timespec64_compare(&mtime, &atime) >= 0) in relatime_need_update() 1957 if (timespec64_compare(&ctime, &atime) >= 0) in relatime_need_update()
|
/linux/fs/ocfs2/ |
H A D | file.c | 239 if ((timespec64_compare(&atime, &mtime) <= 0) || in ocfs2_should_update_atime() 240 (timespec64_compare(&atime, &ctime) <= 0)) in ocfs2_should_update_atime()
|
/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx.c | 723 if (ts_valid && timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
|
/linux/net/ceph/ |
H A D | messenger.c | 1862 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 6186 return timespec64_compare(now, &b) > 0; in is_base_time_past()
|