/linux-6.3-rc2/include/linux/ |
A D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 80 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
|
A 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
|
A D | iosys-map.h | 214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal()
|
A 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.3-rc2/lib/ |
A 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()
|
A D | ubsan.c | 226 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 352 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A 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.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
A D | input_system.c | 1655 input_system_source_t *const lhs, in set_source_type() 1691 csi_cfg_t *const lhs, in set_csi_cfg() 1758 input_system_multiplex_t *const lhs, in input_system_multiplexer_cfg()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_dynevent.h | 140 const char *lhs; member
|
/linux-6.3-rc2/kernel/kcsan/ |
A D | debugfs.c | 95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-cache-background-tracker.c | 77 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
|
A D | dm-bio-prison-v2.c | 88 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys()
|
A D | dm-bio-prison-v1.c | 86 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys()
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | hci_mrvl.c | 50 __le16 lhs; member
|
/linux-6.3-rc2/net/ceph/ |
A 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() 2235 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() 2248 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
|
/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
|
A D | randomize_layout_plugin.c | 744 const_tree lhs; in find_bad_casts_execute() local
|
A D | gcc-common.h | 311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
|
/linux-6.3-rc2/tools/testing/selftests/cgroup/ |
A D | test_cpu.c | 106 timespec_sub(const struct timespec *lhs, const struct timespec *rhs) in timespec_sub()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link_enc_cfg.c | 212 static bool are_ep_ids_equal(struct display_endpoint_id *lhs, struct display_endpoint_id *rhs) in are_ep_ids_equal()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | fec_ptp.c | 361 u64 lhs, rhs; in fec_ptp_adjfine() local
|
/linux-6.3-rc2/kernel/time/ |
A D | time.c | 765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | msgr.h | 90 static inline bool ceph_addr_equal_no_type(const struct ceph_entity_addr *lhs, in ceph_addr_equal_no_type()
|
/linux-6.3-rc2/drivers/iommu/iommufd/ |
A D | io_pagetable.c | 984 struct iopt_area *lhs; in iopt_area_split() local
|
/linux-6.3-rc2/kernel/bpf/ |
A D | offload.c | 711 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match()
|