Home
last modified time | relevance | path

Searched refs:max_hw_sectors_kb (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/block/
Dblk-sysfs.c243 max_hw_sectors_kb = queue_max_hw_sectors(q) >> 1, in queue_max_sectors_store() local
250 max_hw_sectors_kb = min_not_zero(max_hw_sectors_kb, (unsigned long) in queue_max_sectors_store()
253 if (max_sectors_kb > max_hw_sectors_kb || max_sectors_kb < page_kb) in queue_max_sectors_store()
267 int max_hw_sectors_kb = queue_max_hw_sectors(q) >> 1; in queue_max_hw_sectors_show() local
269 return queue_var_show(max_hw_sectors_kb, page); in queue_max_hw_sectors_show()
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-block402 What: /sys/block/<disk>/queue/max_hw_sectors_kb