Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtime64.h57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
/linux-6.6.21/drivers/gpu/drm/etnaviv/
Detnaviv_drv.h121 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
/linux-6.6.21/fs/nfsd/
Dblocklayout.c125 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
/linux-6.6.21/kernel/time/
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.6.21/arch/x86/xen/
Dtime.c116 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-6.6.21/arch/arm/xen/
Denlighten.c117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
/linux-6.6.21/fs/smb/client/
Ddfs_cache.c113 return timespec64_compare(&ts, &ce->etime) >= 0; in cache_entry_expired()
458 if (!to_del || timespec64_compare(&ce->etime, in remove_oldest_entry_locked()
Dinode.c168 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0) in cifs_fattr_to_inode()
Dfile.c4677 if (timespec64_compare(&atime, &mtime) < 0) in cifs_readpage_worker()
/linux-6.6.21/fs/ceph/
Dinode.c827 timespec64_compare(ctime, &ictime) > 0) { in ceph_fill_file_time()
847 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time()
854 if (timespec64_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time()
2562 timespec64_compare(&inode->i_atime, in __ceph_setattr()
2635 timespec64_compare(&inode->i_mtime, in __ceph_setattr()
/linux-6.6.21/fs/vboxsf/
Dutils.c228 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
/linux-6.6.21/lib/kunit/
Dtest.c395 if (timespec64_compare(&duration, &slow_thr) < 0) in kunit_run_case_check_speed()
/linux-6.6.21/fs/gfs2/
Dglops.c436 if (timespec64_compare(&inode->i_atime, &atime) < 0) in gfs2_dinode_in()
/linux-6.6.21/fs/
Dinode.c1849 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update()
1855 if (timespec64_compare(&ctime, &inode->i_atime) >= 0) in relatime_need_update()
/linux-6.6.21/drivers/net/ethernet/sfc/
Dptp.c850 while ((timespec64_compare(&now.ts_real, &limit) < 0) && in efx_ptp_send_times()
860 } while ((timespec64_compare(&now.ts_real, &update_time) < 0) && in efx_ptp_send_times()
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
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.6.21/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, &ctime) <= 0)) in ocfs2_should_update_atime()
/linux-6.6.21/drivers/net/phy/
Dnxp-c45-tja11xx.c740 if (ts_valid && timespec64_compare(&ts, &priv->extts_ts) != 0) { in nxp_c45_do_aux_work()
/linux-6.6.21/net/ceph/
Dmessenger.c1862 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_main.c6080 return timespec64_compare(now, &b) > 0; in is_base_time_past()