Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-sysfs.c26 ssize_t (*show_limit)(struct gendisk *disk, char *page); member
474 .show_limit = _prefix##_show, \
480 .show_limit = _prefix##_show, \
536 .show_limit = queue_logical_block_size_show,
756 if (!entry->show && !entry->show_limit) in queue_attr_show()
759 if (entry->show_limit) { in queue_attr_show()
763 res = entry->show_limit(disk, page); in queue_attr_show()
/linux-6.15/drivers/usb/dwc2/
H A Ddebugfs.c231 int show_limit = 15; in ep_show() local
265 if (--show_limit < 0) { in ep_show()