Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-sysfs.c27 ssize_t (*show_limit)(struct gendisk *disk, char *page);
601 .show_limit = _prefix##_show, \
607 .show_limit = _prefix##_show, \
671 .show_limit = queue_logical_block_size_show,
863 if (!entry->show && !entry->show_limit) in queue_attr_show()
866 if (entry->show_limit) { in queue_attr_show()
870 res = entry->show_limit(disk, page); in queue_attr_show()
26 ssize_t (*show_limit)(struct gendisk *disk, char *page); global() member
/linux/drivers/usb/dwc2/
H A Ddebugfs.c231 int show_limit = 15; in ep_show() local
265 if (--show_limit < 0) { in ep_show()