Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/
Dpti.c54 #define USER_COPY_SIZE 8192 /* 8Kb buffer for user space copy */ macro
615 size_t size = USER_COPY_SIZE; in pti_char_write()
629 if (len - n > USER_COPY_SIZE) in pti_char_write()
630 size = USER_COPY_SIZE; in pti_char_write()