Searched defs:rhs (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/include/linux/ |
D | time.h | 56 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() 65 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs) in timeval_compare() 90 struct timespec rhs) in timespec_add() 102 struct timespec rhs) in timespec_sub()
|
D | ktime.h | 91 #define ktime_sub(lhs, rhs) \ argument 95 #define ktime_add(lhs, rhs) \ argument 163 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) in ktime_sub()
|
D | percpu_counter.h | 107 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
|
D | compat.h | 292 struct compat_timeval *rhs) in compat_timeval_compare() 302 struct compat_timespec *rhs) in compat_timespec_compare()
|
/linux-3.3/lib/ |
D | percpu_counter.c | 193 int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
|
/linux-3.3/kernel/ |
D | time.c | 700 const struct timespec rhs) in timespec_add_safe()
|
D | hrtimer.c | 333 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
|
/linux-3.3/fs/ocfs2/ |
D | reservations.c | 772 unsigned int rhs = 0; in ocfs2_adjust_resv_from_alloc() local
|
/linux-3.3/fs/hpfs/ |
D | super.c | 336 char *rhs = args[0].from; in parse_opts() local
|
/linux-3.3/fs/cifs/ |
D | connect.c | 1636 srcip_matches(struct sockaddr *srcaddr, struct sockaddr *rhs) in srcip_matches()
|
/linux-3.3/drivers/md/ |
D | dm-snap.c | 146 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
|
D | dm-thin.c | 199 static int keys_equal(struct cell_key *lhs, struct cell_key *rhs) in keys_equal()
|
/linux-3.3/drivers/net/ethernet/3com/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|