Home
last modified time | relevance | path

Searched refs:HVCS_MAX_FROM_USER (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c172 #define HVCS_MAX_FROM_USER 4096 macro
1322 if (count > HVCS_MAX_FROM_USER) { in hvcs_write()
1324 " HVCS_MAX_FROM_USER.\n"); in hvcs_write()
1325 count = HVCS_MAX_FROM_USER; in hvcs_write()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvcs.c174 #define HVCS_MAX_FROM_USER 4096 macro
1278 if (count > HVCS_MAX_FROM_USER) { in hvcs_write()
1280 " HVCS_MAX_FROM_USER.\n"); in hvcs_write()
1281 count = HVCS_MAX_FROM_USER; in hvcs_write()

Completed in 4 milliseconds