Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 6 of 6) sorted by relevance

/drivers/md/
Ddm-bio-prison.c112 static int keys_equal(struct dm_cell_key *lhs, struct dm_cell_key *rhs) in keys_equal() argument
114 return (lhs->virtual == rhs->virtual) && in keys_equal()
115 (lhs->dev == rhs->dev) && in keys_equal()
116 (lhs->block == rhs->block); in keys_equal()
Ddm-snap.c162 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
168 return lhs == rhs; in bdev_equal()
/drivers/net/ethernet/freescale/
Dfec_ptp.c311 u64 lhs, rhs; in fec_ptp_adjfreq() local
328 lhs = NSEC_PER_SEC; in fec_ptp_adjfreq()
331 if (lhs >= rhs) { in fec_ptp_adjfreq()
333 corr_period = div_u64(lhs, rhs); in fec_ptp_adjfreq()
336 lhs += NSEC_PER_SEC; in fec_ptp_adjfreq()
/drivers/cpufreq/
Dcpufreq_stats.c477 unsigned int lhs = *(const unsigned int *)(lhs_ptr); in compare_for_sort() local
479 if (lhs < rhs) in compare_for_sort()
481 if (lhs > rhs) in compare_for_sort()
/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
508 (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \
/drivers/pinctrl/
Dpinctrl-tegra20.c2113 MUX_PG(lhs, DISPLAYA, DISPLAYB, XIO, RSVD4, 0x20, 7, 0x90, 22, -1, -1),