Searched defs:rhs (Results 1 - 4 of 4) sorted by relevance

/drivers/md/
H A Ddm-bio-prison.c112 static int keys_equal(struct dm_cell_key *lhs, struct dm_cell_key *rhs) argument
114 return (lhs->virtual == rhs->virtual) &&
115 (lhs->dev == rhs->dev) &&
116 (lhs->block == rhs->block);
H A Ddm-snap.c160 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) argument
166 return lhs == rhs;
/drivers/cpufreq/
H A Dcpufreq_stats.c478 unsigned int rhs = *(const unsigned int *)(rhs_ptr); local
479 if (lhs < rhs)
481 if (lhs > rhs)
/drivers/net/ethernet/freescale/
H A Dfec_ptp.c311 u64 lhs, rhs; local
329 rhs = (u64)ppb * (u64)fep->ptp_inc;
331 if (lhs >= rhs) {
333 corr_period = div_u64(lhs, rhs);

Completed in 60 milliseconds