Searched defs:lhs (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.c477 unsigned int lhs = *(const unsigned int *)(lhs_ptr); local
479 if (lhs < rhs)
481 if (lhs > rhs)
/drivers/net/ethernet/freescale/
H A Dfec_ptp.c311 u64 lhs, rhs; local
328 lhs = NSEC_PER_SEC;
331 if (lhs >= rhs) {
333 corr_period = div_u64(lhs, rhs);
336 lhs += NSEC_PER_SEC;

Completed in 104 milliseconds