Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 3 of 3) sorted by relevance

/drivers/md/
Ddm-table.c102 struct io_restrictions *rhs) in combine_restrictions_low() argument
105 min_not_zero(lhs->max_sectors, rhs->max_sectors); in combine_restrictions_low()
108 min_not_zero(lhs->max_phys_segments, rhs->max_phys_segments); in combine_restrictions_low()
111 min_not_zero(lhs->max_hw_segments, rhs->max_hw_segments); in combine_restrictions_low()
113 lhs->hardsect_size = max(lhs->hardsect_size, rhs->hardsect_size); in combine_restrictions_low()
116 min_not_zero(lhs->max_segment_size, rhs->max_segment_size); in combine_restrictions_low()
119 min_not_zero(lhs->max_hw_sectors, rhs->max_hw_sectors); in combine_restrictions_low()
122 min_not_zero(lhs->seg_boundary_mask, rhs->seg_boundary_mask); in combine_restrictions_low()
124 lhs->bounce_pfn = min_not_zero(lhs->bounce_pfn, rhs->bounce_pfn); in combine_restrictions_low()
126 lhs->no_cluster |= rhs->no_cluster; in combine_restrictions_low()
Ddm-snap.h96 static inline int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
102 return lhs == rhs; in bdev_equal()
/drivers/net/
D3c59x.c504 #define BFINS(lhs, rhs, offset, bitcount) \ argument
506 (((rhs) & ((1 << (bitcount)) - 1)) << (offset)))