Searched refs:page_alloc (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/radix-tree/ |
| H A D | regression2.c | 67 static struct page *page_alloc(void) in page_alloc() function 87 p = page_alloc(); in regression2_test() 99 p = page_alloc(); in regression2_test()
|
| H A D | regression1.c | 55 static struct page *page_alloc(int index) in page_alloc() function 127 p = page_alloc(0); in regression1_fn() 132 p = page_alloc(1); in regression1_fn()
|
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 70 Generic KASAN supports finding bugs in all of slab, page_alloc, vmap, vmalloc, 73 Software Tag-Based KASAN supports slab, page_alloc, vmalloc, and stack memory. 75 Hardware Tag-Based KASAN supports slab, page_alloc, and non-executable vmalloc 152 - ``kasan.page_alloc.sample=<sampling interval>`` makes KASAN tag only every 153 Nth page_alloc allocation with the order equal or greater than 154 ``kasan.page_alloc.sample.order``, where N is the value of the ``sample`` 162 - ``kasan.page_alloc.sample.order=<minimum page order>`` specifies the minimum 164 Only applies when ``kasan.page_alloc.sample`` is set to a value greater 166 This parameter is intended to allow sampling only large page_alloc
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | mm-api.rst | 115 mm/page_alloc.c
|
| /linux/mm/ |
| H A D | Makefile | 60 # Give 'page_alloc' its own module-parameter namespace 61 page-alloc-y := page_alloc.o
|
| H A D | Kconfig | 288 with the 'page_alloc.shuffle' kernel command line parameter.
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nic.h | 258 u64 page_alloc; member
|
| H A D | nicvf_queues.c | 126 this_cpu_inc(nic->pnicvf->drv_stats->page_alloc); in nicvf_alloc_page()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 152 - in page_alloc.c, to restrict memory to allowed nodes.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4836 page_alloc.shuffle= 4841 /sys/module/page_alloc/parameters/shuffle.
|
| /linux/ |
| H A D | MAINTAINERS | 16846 F: mm/page_alloc.c
|