Home
last modified time | relevance | path

Searched defs:cmp1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dktime.h120 static inline int ktime_equal(const ktime_t cmp1, const ktime_t cmp2) in ktime_equal()
135 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare()
151 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after()
163 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before()
/linux-4.4.14/fs/btrfs/
Dtree-log.c632 struct btrfs_file_extent_item cmp1; in replay_one_extent() local