/linux-6.1.9/include/linux/ |
D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 69 struct timespec64 rhs) in timespec64_add() 81 struct timespec64 rhs) in timespec64_sub()
|
D | ktime.h | 47 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument 50 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument 56 #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) argument
|
D | percpu_counter.h | 52 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 136 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 147 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
D | iosys-map.h | 215 const struct iosys_map *rhs) in iosys_map_is_equal()
|
D | rtc.h | 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
|
/linux-6.1.9/lib/ |
D | test_min_heap.c | 14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() 19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than() 24 static __init void swap_ints(void *lhs, void *rhs) in swap_ints()
|
D | ubsan.c | 160 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 286 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
D | percpu_counter.c | 221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ |
D | gen-hyprel.c | 177 #define assert_op(lhs, rhs, fmt, op) \ argument 189 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument 190 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument 191 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument 192 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
|
/linux-6.1.9/include/asm-generic/ |
D | word-at-a-time.h | 17 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 43 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 21 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 39 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 21 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 39 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | compaction-times.py | 61 def __add__(self, rhs): argument 76 def __add__(self, rhs): argument 167 def __add__(self, rhs): argument
|
/linux-6.1.9/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 301 static enum tree_code get_op(tree *rhs) in get_op() 344 tree rhs; in perturb_local_entropy() local
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | input_system.c | 1656 const input_system_source_t rhs, in set_source_type() 1692 const csi_cfg_t *const rhs, in set_csi_cfg() 1759 const input_system_multiplex_t rhs, in input_system_multiplexer_cfg()
|
/linux-6.1.9/kernel/trace/ |
D | trace_dynevent.h | 141 const char *rhs; member
|
/linux-6.1.9/kernel/kcsan/ |
D | debugfs.c | 95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/linux-6.1.9/drivers/md/ |
D | dm-cache-background-tracker.c | 68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
|
D | dm-bio-prison-v2.c | 88 struct dm_cell_key_v2 *rhs) in cmp_keys()
|
D | dm-bio-prison-v1.c | 86 struct dm_cell_key *rhs) in cmp_keys()
|
/linux-6.1.9/drivers/bluetooth/ |
D | hci_mrvl.c | 51 __le16 rhs; member
|
/linux-6.1.9/net/ceph/ |
D | osdmap.c | 677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() 2236 const struct ceph_osds *rhs) in __osds_equal() 2249 const struct ceph_osds *rhs) in osds_equal()
|
/linux-6.1.9/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 283 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | test_cpu.c | 106 timespec_sub(const struct timespec *lhs, const struct timespec *rhs) in timespec_sub()
|
/linux-6.1.9/fs/ocfs2/ |
D | reservations.c | 757 unsigned int rhs = 0; in ocfs2_adjust_resv_from_alloc() local
|