Searched refs:timespec64_compare (Results 1 – 17 of 17) sorted by relevance
/linux/include/linux/ |
A D | time64.h | 54 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() function
|
/linux/drivers/gpu/drm/etnaviv/ |
A D | etnaviv_drv.h | 115 if (timespec64_compare(&to, &ts) <= 0) in etnaviv_timeout_to_jiffies()
|
/linux/kernel/time/ |
A D | timekeeping.c | 1311 if (timespec64_compare(&tk->wall_to_monotonic, &ts_delta) > 0) { in do_settimeofday64() 1358 if (timespec64_compare(&tk->wall_to_monotonic, ts) > 0 || in timekeeping_inject_offset() 1627 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init() 1790 } else if (timespec64_compare(&ts_new, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
|
/linux/arch/arm/xen/ |
A D | enlighten.c | 112 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux/fs/nfsd/ |
A D | blocklayout.c | 125 timespec64_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_commit_blocks()
|
/linux/fs/ceph/ |
A D | inode.c | 689 timespec64_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time() 709 if (timespec64_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 716 if (timespec64_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time() 2089 timespec64_compare(&inode->i_atime, in __ceph_setattr() 2132 timespec64_compare(&inode->i_mtime, in __ceph_setattr()
|
/linux/arch/x86/xen/ |
A D | time.c | 108 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
|
/linux/fs/vboxsf/ |
A D | utils.c | 227 if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) in vboxsf_inode_revalidate()
|
/linux/fs/cifs/ |
A 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()
|
A D | inode.c | 165 if (timespec64_compare(&fattr->cf_atime, &fattr->cf_mtime) < 0)
|
A D | file.c | 4631 if (timespec64_compare(&(file_inode(file)->i_atime), &(file_inode(file)->i_mtime))) in cifs_readpage_worker()
|
/linux/fs/ |
A D | inode.c | 1741 if (timespec64_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update() 1746 if (timespec64_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
|
/linux/fs/gfs2/ |
A D | glops.c | 427 if (timespec64_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
/linux/drivers/net/ethernet/sfc/ |
A 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/fs/ocfs2/ |
A 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/net/ceph/ |
A D | messenger.c | 1815 return timespec64_compare(&now, &ts) >= 0; in ceph_con_keepalive_expired()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_main.c | 5775 return timespec64_compare(now, &b) > 0; in is_base_time_past()
|
Completed in 67 milliseconds