Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtime.h24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare()
33 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs) in timeval_compare()
69 struct timespec rhs) in timespec_add()
81 struct timespec rhs) in timespec_sub()
Dpercpu_counter.h46 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
114 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
125 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
Dtime64.h126 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
147 struct timespec64 rhs) in timespec64_add()
159 struct timespec64 rhs) in timespec64_sub()
Dktime.h59 #define ktime_sub(lhs, rhs) \ argument
63 #define ktime_add(lhs, rhs) \ argument
Drtc.h30 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
Dcompat.h396 struct compat_timeval *rhs) in compat_timeval_compare()
406 struct compat_timespec *rhs) in compat_timespec_compare()
/linux-4.4.14/include/asm-generic/
Dword-at-a-time.h16 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask()
42 unsigned long rhs = val | c->low_bits; in has_zero() local
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h20 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask()
38 unsigned long rhs = val | c->low_bits; in has_zero() local
/linux-4.4.14/arch/powerpc/include/asm/
Dword-at-a-time.h20 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask()
38 unsigned long rhs = val | c->low_bits; in has_zero() local
/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py61 def __add__(self, rhs): argument
76 def __add__(self, rhs): argument
167 def __add__(self, rhs): argument
/linux-4.4.14/lib/
Dpercpu_counter.c200 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/linux-4.4.14/kernel/time/
Dtime.c753 const struct timespec rhs) in timespec_add_safe()
Dhrtimer.c308 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_ptp.c309 u64 lhs, rhs; in fec_ptp_adjfreq() local
/linux-4.4.14/drivers/md/
Ddm-bio-prison.c84 struct dm_cell_key *rhs) in cmp_keys()
Ddm-snap.c169 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
Ddm-thin.c2049 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
/linux-4.4.14/fs/ocfs2/
Dreservations.c772 unsigned int rhs = 0; in ocfs2_adjust_resv_from_alloc() local
/linux-4.4.14/fs/hpfs/
Dsuper.c406 char *rhs = args[0].from; in parse_opts() local
/linux-4.4.14/drivers/media/platform/am437x/
Dam437x-vpfe.c282 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format()
/linux-4.4.14/fs/cifs/
Dconnect.c1954 srcip_matches(struct sockaddr *srcaddr, struct sockaddr *rhs) in srcip_matches()
/linux-4.4.14/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument