Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/include/linux/
Dtime.h56 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()
Dktime.h91 #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()
Dpercpu_counter.h107 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
Dcompat.h292 struct compat_timeval *rhs) in compat_timeval_compare()
302 struct compat_timespec *rhs) in compat_timespec_compare()
/linux-3.3/lib/
Dpercpu_counter.c193 int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
/linux-3.3/kernel/
Dtime.c700 const struct timespec rhs) in timespec_add_safe()
Dhrtimer.c333 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
/linux-3.3/fs/ocfs2/
Dreservations.c772 unsigned int rhs = 0; in ocfs2_adjust_resv_from_alloc() local
/linux-3.3/fs/hpfs/
Dsuper.c336 char *rhs = args[0].from; in parse_opts() local
/linux-3.3/fs/cifs/
Dconnect.c1636 srcip_matches(struct sockaddr *srcaddr, struct sockaddr *rhs) in srcip_matches()
/linux-3.3/drivers/md/
Ddm-snap.c146 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
Ddm-thin.c199 static int keys_equal(struct cell_key *lhs, struct cell_key *rhs) in keys_equal()
/linux-3.3/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument