lhs 3747 drivers/block/rbd.c static bool rbd_cid_equal(const struct rbd_client_id *lhs, lhs 3750 drivers/block/rbd.c return lhs->gid == rhs->gid && lhs->handle == rhs->handle; lhs 50 drivers/bluetooth/hci_mrvl.c __le16 lhs; lhs 168 drivers/bluetooth/hci_mrvl.c if ((pkt->lhs ^ pkt->rhs) != 0xffff) { lhs 182 drivers/bluetooth/hci_mrvl.c mrvl->tx_len = le16_to_cpu(pkt->lhs); lhs 198 drivers/bluetooth/hci_mrvl.c u16 version = le16_to_cpu(pkt->lhs); lhs 201 drivers/bluetooth/hci_mrvl.c if ((pkt->lhs ^ pkt->rhs) != 0xffff) { lhs 85 drivers/md/dm-bio-prison-v1.c static int cmp_keys(struct dm_cell_key *lhs, lhs 88 drivers/md/dm-bio-prison-v1.c if (lhs->virtual < rhs->virtual) lhs 91 drivers/md/dm-bio-prison-v1.c if (lhs->virtual > rhs->virtual) lhs 94 drivers/md/dm-bio-prison-v1.c if (lhs->dev < rhs->dev) lhs 97 drivers/md/dm-bio-prison-v1.c if (lhs->dev > rhs->dev) lhs 100 drivers/md/dm-bio-prison-v1.c if (lhs->block_end <= rhs->block_begin) lhs 103 drivers/md/dm-bio-prison-v1.c if (lhs->block_begin >= rhs->block_end) lhs 87 drivers/md/dm-bio-prison-v2.c static int cmp_keys(struct dm_cell_key_v2 *lhs, lhs 90 drivers/md/dm-bio-prison-v2.c if (lhs->virtual < rhs->virtual) lhs 93 drivers/md/dm-bio-prison-v2.c if (lhs->virtual > rhs->virtual) lhs 96 drivers/md/dm-bio-prison-v2.c if (lhs->dev < rhs->dev) lhs 99 drivers/md/dm-bio-prison-v2.c if (lhs->dev > rhs->dev) lhs 102 drivers/md/dm-bio-prison-v2.c if (lhs->block_end <= rhs->block_begin) lhs 105 drivers/md/dm-bio-prison-v2.c if (lhs->block_begin >= rhs->block_end) lhs 68 drivers/md/dm-cache-background-tracker.c static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) lhs 70 drivers/md/dm-cache-background-tracker.c if (from_oblock(lhs) < from_oblock(rhs)) lhs 73 drivers/md/dm-cache-background-tracker.c if (from_oblock(rhs) < from_oblock(lhs)) lhs 189 drivers/md/dm-snap.c static int bdev_equal(struct block_device *lhs, struct block_device *rhs) lhs 195 drivers/md/dm-snap.c return lhs == rhs; lhs 2231 drivers/md/dm-thin.c static int cmp_cells(const void *lhs, const void *rhs) lhs 2233 drivers/md/dm-thin.c struct dm_bio_prison_cell *lhs_cell = *((struct dm_bio_prison_cell **) lhs); lhs 271 drivers/media/platform/am437x/am437x-vpfe.c cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) lhs 273 drivers/media/platform/am437x/am437x-vpfe.c return lhs->type == rhs->type && lhs 274 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.width == rhs->fmt.pix.width && lhs 275 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.height == rhs->fmt.pix.height && lhs 276 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.pixelformat == rhs->fmt.pix.pixelformat && lhs 277 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.field == rhs->fmt.pix.field && lhs 278 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.colorspace == rhs->fmt.pix.colorspace && lhs 279 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.ycbcr_enc == rhs->fmt.pix.ycbcr_enc && lhs 280 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.quantization == rhs->fmt.pix.quantization && lhs 281 drivers/media/platform/am437x/am437x-vpfe.c lhs->fmt.pix.xfer_func == rhs->fmt.pix.xfer_func; lhs 507 drivers/net/ethernet/3com/3c59x.c #define BFINS(lhs, rhs, offset, bitcount) \ lhs 508 drivers/net/ethernet/3com/3c59x.c (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \ lhs 295 drivers/net/ethernet/freescale/fec_ptp.c u64 lhs, rhs; lhs 312 drivers/net/ethernet/freescale/fec_ptp.c lhs = NSEC_PER_SEC; lhs 315 drivers/net/ethernet/freescale/fec_ptp.c if (lhs >= rhs) { lhs 317 drivers/net/ethernet/freescale/fec_ptp.c corr_period = div_u64(lhs, rhs); lhs 320 drivers/net/ethernet/freescale/fec_ptp.c lhs += NSEC_PER_SEC; lhs 2111 drivers/pinctrl/tegra/pinctrl-tegra20.c MUX_PG(lhs, DISPLAYA, DISPLAYB, XIO, RSVD4, 0x20, 7, 0x90, 22, -1, -1), lhs 34 include/linux/ceph/osdmap.h int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs); lhs 35 include/linux/ceph/osdmap.h int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs); lhs 426 include/linux/compat.h static inline int old_timeval32_compare(struct old_timeval32 *lhs, lhs 429 include/linux/compat.h if (lhs->tv_sec < rhs->tv_sec) lhs 431 include/linux/compat.h if (lhs->tv_sec > rhs->tv_sec) lhs 433 include/linux/compat.h return lhs->tv_usec - rhs->tv_usec; lhs 436 include/linux/compat.h static inline int old_timespec32_compare(struct old_timespec32 *lhs, lhs 439 include/linux/compat.h if (lhs->tv_sec < rhs->tv_sec) lhs 441 include/linux/compat.h if (lhs->tv_sec > rhs->tv_sec) lhs 443 include/linux/compat.h return lhs->tv_nsec - rhs->tv_nsec; lhs 46 include/linux/ktime.h #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) lhs 49 include/linux/ktime.h #define ktime_add(lhs, rhs) ((lhs) + (rhs)) lhs 55 include/linux/ktime.h #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) lhs 216 include/linux/ktime.h extern ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs); lhs 32 include/linux/rtc.h static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) lhs 34 include/linux/rtc.h return rtc_tm_to_time64(lhs) - rtc_tm_to_time64(rhs); lhs 120 include/linux/time32.h static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) lhs 122 include/linux/time32.h if (lhs->tv_sec < rhs->tv_sec) lhs 124 include/linux/time32.h if (lhs->tv_sec > rhs->tv_sec) lhs 126 include/linux/time32.h return lhs->tv_nsec - rhs->tv_nsec; lhs 60 include/linux/time64.h static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) lhs 62 include/linux/time64.h if (lhs->tv_sec < rhs->tv_sec) lhs 64 include/linux/time64.h if (lhs->tv_sec > rhs->tv_sec) lhs 66 include/linux/time64.h return lhs->tv_nsec - rhs->tv_nsec; lhs 71 include/linux/time64.h static inline struct timespec64 timespec64_add(struct timespec64 lhs, lhs 75 include/linux/time64.h set_normalized_timespec64(&ts_delta, lhs.tv_sec + rhs.tv_sec, lhs 76 include/linux/time64.h lhs.tv_nsec + rhs.tv_nsec); lhs 83 include/linux/time64.h static inline struct timespec64 timespec64_sub(struct timespec64 lhs, lhs 87 include/linux/time64.h set_normalized_timespec64(&ts_delta, lhs.tv_sec - rhs.tv_sec, lhs 88 include/linux/time64.h lhs.tv_nsec - rhs.tv_nsec); lhs 164 include/linux/time64.h extern struct timespec64 timespec64_add_safe(const struct timespec64 lhs, lhs 323 kernel/time/hrtimer.c ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) lhs 325 kernel/time/hrtimer.c ktime_t res = ktime_add_unsafe(lhs, rhs); lhs 331 kernel/time/hrtimer.c if (res < 0 || res < lhs || res < rhs) lhs 855 kernel/time/time.c struct timespec64 timespec64_add_safe(const struct timespec64 lhs, lhs 860 kernel/time/time.c set_normalized_timespec64(&res, (timeu64_t) lhs.tv_sec + rhs.tv_sec, lhs 861 kernel/time/time.c lhs.tv_nsec + rhs.tv_nsec); lhs 863 kernel/time/time.c if (unlikely(res.tv_sec < lhs.tv_sec || res.tv_sec < rhs.tv_sec)) { lhs 161 lib/ubsan.c static void handle_overflow(struct overflow_data *data, void *lhs, lhs 174 lib/ubsan.c val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs); lhs 188 lib/ubsan.c void *lhs, void *rhs) lhs 191 lib/ubsan.c handle_overflow(data, lhs, rhs, '+'); lhs 196 lib/ubsan.c void *lhs, void *rhs) lhs 198 lib/ubsan.c handle_overflow(data, lhs, rhs, '-'); lhs 203 lib/ubsan.c void *lhs, void *rhs) lhs 205 lib/ubsan.c handle_overflow(data, lhs, rhs, '*'); lhs 230 lib/ubsan.c void *lhs, void *rhs) lhs 356 lib/ubsan.c void *lhs, void *rhs) lhs 370 lib/ubsan.c val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs); lhs 381 lib/ubsan.c else if (val_is_negative(lhs_type, lhs)) lhs 1676 net/ceph/osd_client.c static int hoid_compare(const struct ceph_hobject_id *lhs, lhs 1683 net/ceph/osd_client.c if (lhs->is_max < rhs->is_max) lhs 1685 net/ceph/osd_client.c if (lhs->is_max > rhs->is_max) lhs 1688 net/ceph/osd_client.c if (lhs->pool < rhs->pool) lhs 1690 net/ceph/osd_client.c if (lhs->pool > rhs->pool) lhs 1693 net/ceph/osd_client.c if (hoid_get_bitwise_key(lhs) < hoid_get_bitwise_key(rhs)) lhs 1695 net/ceph/osd_client.c if (hoid_get_bitwise_key(lhs) > hoid_get_bitwise_key(rhs)) lhs 1698 net/ceph/osd_client.c ret = compare_names(lhs->nspace, lhs->nspace_len, lhs 1703 net/ceph/osd_client.c hoid_get_effective_key(lhs, &effective_key1, &effective_key1_len); lhs 1710 net/ceph/osd_client.c ret = compare_names(lhs->oid, lhs->oid_len, rhs->oid, rhs->oid_len); lhs 1714 net/ceph/osd_client.c if (lhs->snapid < rhs->snapid) lhs 1716 net/ceph/osd_client.c if (lhs->snapid > rhs->snapid) lhs 580 net/ceph/osdmap.c int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) lhs 582 net/ceph/osdmap.c if (lhs->pool < rhs->pool) lhs 584 net/ceph/osdmap.c if (lhs->pool > rhs->pool) lhs 586 net/ceph/osdmap.c if (lhs->seed < rhs->seed) lhs 588 net/ceph/osdmap.c if (lhs->seed > rhs->seed) lhs 594 net/ceph/osdmap.c int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) lhs 598 net/ceph/osdmap.c ret = ceph_pg_compare(&lhs->pgid, &rhs->pgid); lhs 602 net/ceph/osdmap.c if (lhs->shard < rhs->shard) lhs 604 net/ceph/osdmap.c if (lhs->shard > rhs->shard) lhs 2021 net/ceph/osdmap.c static bool __osds_equal(const struct ceph_osds *lhs, lhs 2024 net/ceph/osdmap.c if (lhs->size == rhs->size && lhs 2025 net/ceph/osdmap.c !memcmp(lhs->osds, rhs->osds, rhs->size * sizeof(rhs->osds[0]))) lhs 2034 net/ceph/osdmap.c static bool osds_equal(const struct ceph_osds *lhs, lhs 2037 net/ceph/osdmap.c if (__osds_equal(lhs, rhs) && lhs 2038 net/ceph/osdmap.c lhs->primary == rhs->primary) lhs 384 scripts/gcc-plugins/gcc-common.h tree lhs = gimple_get_lhs(gs); lhs 386 scripts/gcc-plugins/gcc-common.h return lhs && !is_gimple_reg(lhs); lhs 847 scripts/gcc-plugins/gcc-common.h static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree op2 MEM_STAT_DECL) lhs 849 scripts/gcc-plugins/gcc-common.h return gimple_build_assign(lhs, subcode, op1, op2 PASS_MEM_STAT); lhs 340 scripts/gcc-plugins/latent_entropy_plugin.c static gimple create_assign(enum tree_code code, tree lhs, tree op1, lhs 343 scripts/gcc-plugins/latent_entropy_plugin.c return gimple_build_assign_with_ops(code, lhs, op1, op2); lhs 44 scripts/gcc-plugins/randomize_layout_plugin.c const char *lhs; lhs 796 scripts/gcc-plugins/randomize_layout_plugin.c if (type_name_eq(stmt, lhs_tree, entry->lhs) && type_name_eq(stmt, rhs_tree, entry->rhs)) lhs 820 scripts/gcc-plugins/randomize_layout_plugin.c const_tree lhs; lhs 854 scripts/gcc-plugins/randomize_layout_plugin.c lhs = gimple_get_lhs(stmt); lhs 855 scripts/gcc-plugins/randomize_layout_plugin.c lhs_type = TREE_TYPE(lhs);