Searched refs:timespec_compare (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 141 return (timespec_compare(&lag, &cond) < 1); in vmw_lag_lt()
|
/linux-3.4.99/include/linux/ |
D | time.h | 56 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() function
|
/linux-3.4.99/fs/ceph/ |
D | inode.c | 495 if (timespec_compare(ctime, &inode->i_ctime) > 0) { in ceph_fill_file_time() 514 if (timespec_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 521 if (timespec_compare(atime, &inode->i_atime) > 0) { in ceph_fill_file_time() 1615 timespec_compare(&inode->i_atime, in ceph_setattr() 1637 timespec_compare(&inode->i_mtime, in ceph_setattr()
|
/linux-3.4.99/fs/gfs2/ |
D | glops.c | 332 if (timespec_compare(&ip->i_inode.i_atime, &atime) < 0) in gfs2_dinode_in()
|
/linux-3.4.99/fs/ |
D | inode.c | 1463 if (timespec_compare(&inode->i_mtime, &inode->i_atime) >= 0) in relatime_need_update() 1468 if (timespec_compare(&inode->i_ctime, &inode->i_atime) >= 0) in relatime_need_update()
|
/linux-3.4.99/kernel/time/ |
D | timekeeping.c | 736 if (timespec_compare(&ts, &timekeeping_suspend_time) > 0) { in timekeeping_resume()
|
/linux-3.4.99/fs/ocfs2/ |
D | file.c | 248 if ((timespec_compare(&inode->i_atime, &inode->i_mtime) <= 0) || in ocfs2_should_update_atime() 249 (timespec_compare(&inode->i_atime, &inode->i_ctime) <= 0)) in ocfs2_should_update_atime()
|
/linux-3.4.99/fs/nfs/ |
D | inode.c | 1000 return timespec_compare(&fattr->ctime, &inode->i_ctime) > 0; in nfs_ctime_need_update()
|
/linux-3.4.99/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 965 if (unlikely(timespec_compare(&now, busy_until) > 0)) { in ipmi_thread_busy_wait()
|
/linux-3.4.99/kernel/ |
D | cgroup.c | 2784 int start_diff = timespec_compare(&t1->start_time, time); in started_after_time()
|