Searched refs:timespec64_compare (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | time64.h | 60 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
|
| /Linux-v5.4/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_drv.h | 119 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
|
| /Linux-v5.4/arch/arm/xen/ |
| D | enlighten.c | 111 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
| /Linux-v5.4/kernel/time/ |
| D | timekeeping.c | 1243 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/ |
| D | time.c | 107 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
| /Linux-v5.4/fs/nfsd/ |
| D | blocklayout.c | 128 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
|
| /Linux-v5.4/fs/ceph/ |
| D | inode.c | 669 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/ |
| D | dfs_cache.c | 108 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()
|
| D | inode.c | 166 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime))
|
| D | file.c | 4424 if (timespec64_compare(&(file_inode(file)->i_atime), &(file_inode(file)->i_mtime))) in cifs_readpage_worker()
|
| /Linux-v5.4/fs/gfs2/ |
| D | glops.c | 362 if (timespec64_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
| /Linux-v5.4/fs/ |
| D | inode.c | 1628 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/ |
| D | ptp.c | 837 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/ |
| D | file.c | 237 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/ |
| D | messenger.c | 3240 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|