Searched refs:SLAB_NOTRACK (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/sh/kernel/ |
D | process.c | 59 SLAB_PANIC | SLAB_NOTRACK, NULL); in arch_task_cache_init()
|
D | dwarf.c | 1177 SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL); in dwarf_unwinder_init() 1181 SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL); in dwarf_unwinder_init()
|
/linux-4.1.27/mm/ |
D | slab.h | 130 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | SLAB_NOTRACK) 133 SLAB_TEMPORARY | SLAB_NOTRACK)
|
D | kmemcheck.c | 71 if (s->flags & SLAB_NOTRACK) in kmemcheck_slab_alloc()
|
D | slab_common.c | 41 SLAB_CACHE_DMA | SLAB_NOTRACK)
|
D | slub.c | 1368 && !(s->flags & (SLAB_NOTRACK | DEBUG_DEFAULT_FLAGS))) { in allocate_slab() 5148 if (!(s->flags & SLAB_NOTRACK)) in create_unique_id()
|
D | slab.c | 1619 if (kmemcheck_enabled && !(cachep->flags & SLAB_NOTRACK)) { in kmem_getpages()
|
/linux-4.1.27/include/linux/ |
D | slab.h | 80 # define SLAB_NOTRACK 0x01000000UL macro 82 # define SLAB_NOTRACK 0x00000000UL macro
|
/linux-4.1.27/kernel/ |
D | fork.c | 299 ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK, NULL); in fork_init() 1821 SLAB_NOTRACK, sighand_ctor); in proc_caches_init() 1824 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); in proc_caches_init() 1827 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); in proc_caches_init() 1830 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); in proc_caches_init() 1840 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); in proc_caches_init()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process.c | 118 SLAB_PANIC | SLAB_NOTRACK, NULL); in arch_task_cache_init()
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 745 If a slab cache is set up using the SLAB_NOTRACK flag, it will never return 748 If a slab cache is NOT set up using the SLAB_NOTRACK flag, callers can still
|