Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c2450 #define COPY_CHUNK_SIZE (16*PAGE_SIZE) in copy_module_from_user()
2455 unsigned long n = min(len, COPY_CHUNK_SIZE); in copy_module_from_user()
2397 #define COPY_CHUNK_SIZE global() macro