Searched refs:page_alloc (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/tools/testing/radix-tree/ |
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()
|
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-6.6.21/Documentation/translations/zh_CN/dev-tools/ |
D | kasan.rst | 64 通用KASAN支持在所有的slab、page_alloc、vmap、vmalloc、堆栈和全局内存 67 基于软件标签的KASAN支持slab、page_alloc、vmalloc和堆栈内存。 69 基于硬件标签的KASAN支持slab、page_alloc和不可执行的vmalloc内存。
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | mm-api.rst | 115 mm/page_alloc.c
|
/linux-6.6.21/Documentation/dev-tools/ |
D | kasan.rst | 67 Generic KASAN supports finding bugs in all of slab, page_alloc, vmap, vmalloc, 70 Software Tag-Based KASAN supports slab, page_alloc, vmalloc, and stack memory. 72 Hardware Tag-Based KASAN supports slab, page_alloc, and non-executable vmalloc 146 - ``kasan.page_alloc.sample=<sampling interval>`` makes KASAN tag only every 147 Nth page_alloc allocation with the order equal or greater than 148 ``kasan.page_alloc.sample.order``, where N is the value of the ``sample`` 156 - ``kasan.page_alloc.sample.order=<minimum page order>`` specifies the minimum 158 Only applies when ``kasan.page_alloc.sample`` is set to a value greater 160 This parameter is intended to allow sampling only large page_alloc
|
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 24 hyp-main.o hyp-smp.o psci-relay.o early_alloc.o page_alloc.o \
|
/linux-6.6.21/Documentation/core-api/ |
D | mm-api.rst | 106 .. kernel-doc:: mm/page_alloc.c
|
/linux-6.6.21/mm/ |
D | Makefile | 59 page-alloc-y := page_alloc.o
|
D | Kconfig | 378 'page_alloc.shuffle' kernel command line parameter.
|
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 258 u64 page_alloc; member
|
D | nicvf_ethtool.c | 107 NICVF_DRV_STAT(page_alloc),
|
D | nicvf_queues.c | 126 this_cpu_inc(nic->pnicvf->drv_stats->page_alloc); in nicvf_alloc_page()
|
/linux-6.6.21/Documentation/mm/ |
D | physical_memory.rst | 219 ``build_zonelists()`` in ``mm/page_alloc.c`` during the initialization of
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 152 - in page_alloc.c, to restrict memory to allowed nodes.
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4043 page_alloc.shuffle= 4051 /sys/module/page_alloc/parameters/shuffle.
|