Searched refs:rhs (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/fs/smb/client/
H A Dcifsproto.h92 extern int cifs_ipaddr_cmp(struct sockaddr *srcaddr, struct sockaddr *rhs);
93 extern bool cifs_match_ipaddr(struct sockaddr *srcaddr, struct sockaddr *rhs);
/linux-master/net/ceph/
H A Dosd_client.c1796 const struct ceph_hobject_id *rhs)
1802 if (lhs->is_max < rhs->is_max)
1804 if (lhs->is_max > rhs->is_max)
1807 if (lhs->pool < rhs->pool)
1809 if (lhs->pool > rhs->pool)
1812 if (hoid_get_bitwise_key(lhs) < hoid_get_bitwise_key(rhs))
1814 if (hoid_get_bitwise_key(lhs) > hoid_get_bitwise_key(rhs))
1818 rhs->nspace, rhs->nspace_len);
1823 hoid_get_effective_key(rhs,
1795 hoid_compare(const struct ceph_hobject_id *lhs, const struct ceph_hobject_id *rhs) argument
[all...]
/linux-master/drivers/block/
H A Drbd.c3621 const struct rbd_client_id *rhs)
3623 return lhs->gid == rhs->gid && lhs->handle == rhs->handle;
3862 const struct ceph_locker *rhs)
3864 return lhs->id.name.type == rhs->id.name.type &&
3865 lhs->id.name.num == rhs->id.name.num &&
3866 !strcmp(lhs->id.cookie, rhs->id.cookie) &&
3867 ceph_addr_equal_no_type(&lhs->info.addr, &rhs->info.addr);
3620 rbd_cid_equal(const struct rbd_client_id *lhs, const struct rbd_client_id *rhs) argument
3861 locker_equal(const struct ceph_locker *lhs, const struct ceph_locker *rhs) argument
/linux-master/lib/
H A Dchecksum_kunit.c453 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs)
/linux-master/include/linux/
H A Dbpf.h2989 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs);
3052 static inline bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) argument
/linux-master/drivers/md/
H A Ddm-snap.c190 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) argument
196 return lhs == rhs;
H A Ddm-thin.c2240 static int cmp_cells(const void *lhs, const void *rhs) argument
2243 struct dm_bio_prison_cell *rhs_cell = *((struct dm_bio_prison_cell **) rhs);
/linux-master/tools/perf/util/
H A Dsymbol.c440 const struct symbol *rhs = *((const struct symbol **)vrhs); local
442 return strcmp(lhs->name, rhs->name);
/linux-master/kernel/trace/
H A Dtrace_events_hist.c1541 char *rhs; local
1543 rhs = strchr(str, '=');
1544 if (rhs) {
1545 if (!strlen(++rhs)) {
H A Dtrace_events_synth.c1042 arg_pair.rhs = name;
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \
509 (((rhs) & ((1 << (bitcount)) - 1)) << (offset)))
/linux-master/drivers/iommu/intel/
H A Diommu.c110 static int device_rid_cmp(struct rb_node *lhs, const struct rb_node *rhs) argument
116 return device_rid_cmp_key(&key, rhs);

Completed in 565 milliseconds

123