Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c1461 * to #define VMALLOC_SPACE (VMALLOC_END-VMALLOC_START). Guess
1465 #define VMALLOC_SPACE (128UL*1024*1024) macro
1467 #define VMALLOC_SPACE (128UL*1024*1024*1024) macro
1470 #define VMALLOC_PAGES (VMALLOC_SPACE / PAGE_SIZE)
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c1889 * to #define VMALLOC_SPACE (VMALLOC_END-VMALLOC_START). Guess
1893 #define VMALLOC_SPACE (128UL*1024*1024) macro
1895 #define VMALLOC_SPACE (128UL*1024*1024*1024) macro
1898 #define VMALLOC_PAGES (VMALLOC_SPACE / PAGE_SIZE)

Completed in 17 milliseconds