Searched refs:SLAB_NOTRACK (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/sh/kernel/ |
H A D | process.c | 59 SLAB_PANIC | SLAB_NOTRACK, NULL); arch_task_cache_init()
|
H A D | dwarf.c | 1177 SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL); dwarf_unwinder_init() 1181 SLAB_PANIC | SLAB_HWCACHE_ALIGN | SLAB_NOTRACK, NULL); dwarf_unwinder_init()
|
/linux-4.1.27/mm/ |
H A D | kmemcheck.c | 71 if (s->flags & SLAB_NOTRACK) kmemcheck_slab_alloc()
|
H A D | slab.h | 130 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | SLAB_NOTRACK) 133 SLAB_TEMPORARY | SLAB_NOTRACK)
|
H A D | slab_common.c | 41 SLAB_CACHE_DMA | SLAB_NOTRACK)
|
H A D | slub.c | 1368 && !(s->flags & (SLAB_NOTRACK | DEBUG_DEFAULT_FLAGS))) { allocate_slab() 5148 if (!(s->flags & SLAB_NOTRACK)) create_unique_id()
|
H A D | slab.c | 1619 if (kmemcheck_enabled && !(cachep->flags & SLAB_NOTRACK)) { kmem_getpages()
|
/linux-4.1.27/kernel/ |
H A D | fork.c | 299 ARCH_MIN_TASKALIGN, SLAB_PANIC | SLAB_NOTRACK, NULL); fork_init() 1821 SLAB_NOTRACK, sighand_ctor); proc_caches_init() 1824 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); proc_caches_init() 1827 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); proc_caches_init() 1830 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); proc_caches_init() 1840 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_NOTRACK, NULL); proc_caches_init()
|
/linux-4.1.27/include/linux/ |
H A D | slab.h | 80 # define SLAB_NOTRACK 0x01000000UL macro 82 # define SLAB_NOTRACK 0x00000000UL macro
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | process.c | 118 SLAB_PANIC | SLAB_NOTRACK, NULL); arch_task_cache_init()
|
Completed in 262 milliseconds