Searched refs:max_granularity (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | 1162 unsigned int max_granularity, in __max_io_len() argument 1174 if (!max_granularity) in __max_io_len() 1178 blk_chunk_sectors_left(target_offset, max_granularity))); in __max_io_len() 1572 unsigned int max_granularity, in __send_changing_extent_only() argument 1578 __max_io_len(ti, ci->sector, max_granularity, max_sectors)); in __send_changing_extent_only() 1614 unsigned int max_granularity = 0; in __process_abnormal_io() local 1623 max_granularity = max_sectors; in __process_abnormal_io() 1629 max_granularity = max_sectors; in __process_abnormal_io() 1635 max_granularity = max_sectors; in __process_abnormal_io() 1651 max_granularity, max_sectors); in __process_abnormal_io()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 617 …self.add_field('max_granularity', bitfields.getbits(self.cache_configuration, 15), unpack.format_t…
|