Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtime64.h57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/
A Detnaviv_drv.h121 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
/linux-6.3-rc2/fs/nfsd/
A Dblocklayout.c125 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
/linux-6.3-rc2/kernel/time/
A Dtimekeeping.c1330 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-6.3-rc2/arch/x86/xen/
A Dtime.c116 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-6.3-rc2/arch/arm/xen/
A Denlighten.c117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-6.3-rc2/fs/ceph/
A Dinode.c699 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-6.3-rc2/fs/vboxsf/
A Dutils.c228 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
/linux-6.3-rc2/fs/cifs/
A Ddfs_cache.c204 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired()
546 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry_locked()
A Dinode.c170 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0)
A Dfile.c4673 if (timespec64_compare(&(file_inode(file)->i_atime), &(file_inode(file)->i_mtime))) in cifs_readpage_worker()
/linux-6.3-rc2/fs/gfs2/
A Dglops.c430 if (timespec64_compare(&inode->i_atime, &atime) < 0) in gfs2_dinode_in()
/linux-6.3-rc2/fs/
A Dinode.c1819 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1824 if (timespec64_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
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-6.3-rc2/drivers/net/ethernet/sfc/
A Dptp.c879 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-6.3-rc2/fs/ocfs2/
A Dfile.c235 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-6.3-rc2/drivers/net/phy/
A Dnxp-c45-tja11xx.c486 if (timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
/linux-6.3-rc2/net/ceph/
A Dmessenger.c1795 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_main.c5974 return timespec64_compare(now, &b) > 0; in is_base_time_past()

Completed in 76 milliseconds