Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c185 #define HVCS_MAX_FROM_USER 4096 macro
1339 if (count > HVCS_MAX_FROM_USER) { in hvcs_write()
1342 count = HVCS_MAX_FROM_USER; in hvcs_write()