Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dktime.h112 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare()
128 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after()
140 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before()
/linux-4.19.296/fs/btrfs/
Dtree-log.c630 struct btrfs_file_extent_item cmp2; in replay_one_extent() local