Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime64.h57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.h121 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
/linux/fs/nfsd/
H A Dblocklayout.c126 timespec64_compare(&lcp->lc_mtime, &mtime) < 0) in nfsd4_block_commit_blocks()
/linux/kernel/time/
H A Dtimekeeping.c1459 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 Denlighten.c117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux/arch/x86/xen/
H A Dtime.c116 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux/fs/smb/client/
H A Ddfs_cache.c113 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired()
462 timespec64_compare(&ce->etime, in purge_cache()
H A Dfile.c290 if (timespec64_compare(&atime, &mtime)) in cifs_rreq_done()
H A Dinode.c185 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0) in cifs_fattr_to_inode()
/linux/drivers/hv/
H A Dhv_util.c361 if (timespec64_compare(&new_ts, &threshold_ts) >= 0) in hv_implicit_sync()
/linux/fs/vboxsf/
H A Dutils.c229 if (timespec64_compare(&mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
/linux/fs/ceph/
H A Dinode.c844 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 Dglops.c427 if (timespec64_compare(&iatime, &atime) < 0) in gfs2_dinode_in()
/linux/lib/kunit/
H A Dtest.c365 if (timespec64_compare(&duration, &slow_thr) < 0) in kunit_run_case_check_speed()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c856 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 Dptp.c869 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 Dinode.c1951 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 Dfile.c239 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 Dnxp-c45-tja11xx.c723 if (ts_valid && timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
/linux/net/ceph/
H A Dmessenger.c1862 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6186 return timespec64_compare(now, &b) > 0; in is_base_time_past()