Searched refs:timespec64_compare (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.1/include/linux/ |
D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
|
/Linux-v6.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_drv.h | 115 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
|
/Linux-v6.1/fs/nfsd/ |
D | blocklayout.c | 124 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
|
/Linux-v6.1/arch/x86/xen/ |
D | time.c | 108 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/Linux-v6.1/kernel/time/ |
D | timekeeping.c | 1330 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64() 1379 if (timespec64_compare(&tk->wall_to_monotonic, ts) > 0 || in timekeeping_inject_offset() 1648 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init() 1811 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
|
/Linux-v6.1/arch/arm/xen/ |
D | enlighten.c | 117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/Linux-v6.1/fs/ceph/ |
D | inode.c | 699 timespec64_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time() 719 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 726 if (timespec64_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time() 2107 timespec64_compare(&inode->i_atime, in __ceph_setattr() 2150 timespec64_compare(&inode->i_mtime, in __ceph_setattr()
|
/Linux-v6.1/fs/vboxsf/ |
D | utils.c | 228 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
|
/Linux-v6.1/fs/cifs/ |
D | dfs_cache.c | 225 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired() 565 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry_locked()
|
D | inode.c | 170 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0)
|
D | file.c | 4867 if (timespec64_compare(&(file_inode(file)->i_atime), &(file_inode(file)->i_mtime))) in cifs_readpage_worker()
|
/Linux-v6.1/fs/gfs2/ |
D | glops.c | 426 if (timespec64_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
/Linux-v6.1/fs/ |
D | inode.c | 1818 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update() 1823 if (timespec64_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
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-v6.1/drivers/net/ethernet/sfc/ |
D | ptp.c | 879 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times() 889 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
|
/Linux-v6.1/fs/ocfs2/ |
D | file.c | 235 if ((timespec64_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime() 236 (timespec64_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
|
/Linux-v6.1/drivers/net/phy/ |
D | nxp-c45-tja11xx.c | 486 if (timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
|
/Linux-v6.1/net/ceph/ |
D | messenger.c | 1790 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|
/Linux-v6.1/drivers/net/ethernet/intel/igc/ |
D | igc_main.c | 5829 return timespec64_compare(now, &b) > 0; in is_base_time_past()
|