Home
last modified time | relevance | path

Searched refs:SLAB_PANIC (Results 1 – 25 of 52) sorted by relevance

123

/linux/arch/sh/mm/
H A Dpgtable.c26 PAGE_SIZE, SLAB_PANIC, pgd_ctor); in pgtable_cache_init()
30 PAGE_SIZE, SLAB_PANIC, NULL); in pgtable_cache_init()
/linux/arch/sh/kernel/
H A Dprocess.c60 SLAB_PANIC, NULL); in arch_task_cache_init()
H A Ddwarf.c1173 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init()
1177 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init()
/linux/tools/testing/shared/
H A Dlinux.c347 test_cache = kmem_cache_create("test_cache", 256, 0, SLAB_PANIC, NULL);
369 test_cache2 = kmem_cache_create("test_cache2", 128, 128, SLAB_PANIC, NULL);
/linux/block/
H A Dbio-integrity-fs.c83 SLAB_HWCACHE_ALIGN | SLAB_PANIC, NULL); in fs_bio_integrity_init()
H A Dbio-integrity-auto.c112 SLAB_HWCACHE_ALIGN | SLAB_PANIC, NULL); in blk_integrity_auto_init()
H A Dblk-ioc.c439 sizeof(struct io_context), 0, SLAB_PANIC, NULL); in blk_ioc_init()
/linux/security/integrity/ima/
H A Dima_iint.c137 0, SLAB_PANIC, ima_iint_init_once); in ima_iintcache_init()
/linux/fs/notify/dnotify/
H A Ddnotify.c403 SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
404 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
/linux/kernel/
H A Dutsname.c159 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
H A Duser.c246 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
H A Dfork.c868 SLAB_PANIC|SLAB_ACCOUNT, in fork_init()
3129 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in mm_cache_init()
3139 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in proc_caches_init()
3143 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
3148 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
3152 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
H A Ddelayacct.c52 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
/linux/mm/
H A Dvma_init.c28 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in vm_area_alloc()
/linux/security/
H A Dlsm_init.c468 SLAB_PANIC, NULL); in security_init()
473 0, SLAB_PANIC, NULL); in security_init()
477 SLAB_PANIC, NULL); in security_init()
/linux/tools/include/linux/
H A Dslab.h25 #define SLAB_PANIC __SLAB_FLAG_BIT(_SLAB_PANIC) macro
/linux/fs/proc/
H A Dinode.c96 SLAB_PANIC), in proc_init_kmemcache()
100 SLAB_ACCOUNT|SLAB_PANIC, NULL); in proc_init_kmemcache()
102 "proc_dir_entry", SIZEOF_PDE, 0, SLAB_PANIC, in proc_init_kmemcache()
/linux/security/selinux/ss/
H A Dhashtab.c198 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC); in hashtab_cache_init()
H A Davtab.c616 avtab_node_cachep = KMEM_CACHE(avtab_node, SLAB_PANIC);
617 avtab_xperms_cachep = KMEM_CACHE(avtab_extended_perms, SLAB_PANIC);
/linux/security/selinux/
H A Davc.c138 avc_node_cachep = KMEM_CACHE(avc_node, SLAB_PANIC); in avc_init()
139 avc_xperms_cachep = KMEM_CACHE(avc_xperms_node, SLAB_PANIC); in avc_init()
140 avc_xperms_decision_cachep = KMEM_CACHE(avc_xperms_decision_node, SLAB_PANIC); in avc_init()
141 avc_xperms_data_cachep = KMEM_CACHE(extended_perms_data, SLAB_PANIC); in avc_init()
/linux/net/ipv4/
H A Dinetpeer.c111 peer_cachep = KMEM_CACHE(inet_peer, SLAB_HWCACHE_ALIGN | SLAB_PANIC); in lookup()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c2185 SLAB_PANIC|SLAB_ACCOUNT); in fanotify_user_setup()
2187 SLAB_PANIC); in fanotify_user_setup()
2189 SLAB_PANIC); in fanotify_user_setup()
2192 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup()
2194 fanotify_mnt_event_cachep = KMEM_CACHE(fanotify_mnt_event, SLAB_PANIC); in fanotify_user_setup()
/linux/scripts/gdb/linux/
H A Dconstants.py.in123 LX_GDBPARSED(SLAB_PANIC)
H A Dslab.py21 SLAB_PANIC = constants.LX_SLAB_PANIC variable
/linux/fs/
H A Deventpoll.c3018 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()
3022 sizeof(struct eppoll_entry), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()
3026 sizeof(struct epitems_head), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()

123