Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtime64.h60 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_drv.h119 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
/Linux-v5.4/arch/arm/xen/
Denlighten.c111 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/Linux-v5.4/kernel/time/
Dtimekeeping.c1243 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64()
1290 if (timespec64_compare(&tk->wall_to_monotonic, ts) > 0 || in timekeeping_inject_offset()
1548 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init()
1710 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
/Linux-v5.4/arch/x86/xen/
Dtime.c107 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/Linux-v5.4/fs/nfsd/
Dblocklayout.c128 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
/Linux-v5.4/fs/ceph/
Dinode.c669 timespec64_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time()
689 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
696 if (timespec64_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time()
2085 timespec64_compare(&inode->i_atime, in __ceph_setattr()
2127 timespec64_compare(&inode->i_mtime, in __ceph_setattr()
/Linux-v5.4/fs/cifs/
Ddfs_cache.c108 return timespec64_compare(&ts, &ce->ce_etime) >= 0; in cache_entry_expired()
440 if (!to_del || timespec64_compare(&ce->ce_etime, in remove_oldest_entry()
Dinode.c166 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime))
Dfile.c4424 if (timespec64_compare(&(file_inode(file)->i_atime), &(file_inode(file)->i_mtime))) in cifs_readpage_worker()
/Linux-v5.4/fs/gfs2/
Dglops.c362 if (timespec64_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
/Linux-v5.4/fs/
Dinode.c1628 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1633 if (timespec64_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dptp.c837 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times()
847 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/Linux-v5.4/fs/ocfs2/
Dfile.c237 if ((timespec64_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime()
238 (timespec64_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
/Linux-v5.4/net/ceph/
Dmessenger.c3240 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()