/Linux-v4.19/arch/sh/mm/ |
D | pgtable.c | 25 PAGE_SIZE, SLAB_PANIC, pgd_ctor); in pgtable_cache_init() 29 PAGE_SIZE, SLAB_PANIC, NULL); in pgtable_cache_init()
|
/Linux-v4.19/tools/testing/radix-tree/linux/ |
D | slab.h | 9 #define SLAB_PANIC 2 macro
|
/Linux-v4.19/arch/arm64/mm/ |
D | pgd.c | 64 SLAB_PANIC, NULL); in pgd_cache_init()
|
/Linux-v4.19/arch/sh/kernel/ |
D | process.c | 62 SLAB_PANIC, NULL); in arch_task_cache_init()
|
D | dwarf.c | 1175 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init() 1179 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init()
|
/Linux-v4.19/fs/proc/ |
D | inode.c | 102 SLAB_PANIC), in proc_init_kmemcache() 106 SLAB_ACCOUNT|SLAB_PANIC, NULL); in proc_init_kmemcache() 108 "proc_dir_entry", SIZEOF_PDE, 0, SLAB_PANIC, in proc_init_kmemcache()
|
/Linux-v4.19/fs/notify/dnotify/ |
D | dnotify.c | 389 SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init() 390 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
/Linux-v4.19/kernel/ |
D | utsname.c | 179 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
|
D | user.c | 223 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
|
D | delayacct.c | 39 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
D | fork.c | 752 SLAB_PANIC|SLAB_ACCOUNT, in fork_init() 2327 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in proc_caches_init() 2331 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2335 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2339 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2351 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2355 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()
|
D | nsproxy.c | 275 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
|
D | pid.c | 467 SLAB_HWCACHE_ALIGN | SLAB_PANIC | SLAB_ACCOUNT); in pid_idr_init()
|
/Linux-v4.19/security/integrity/ |
D | iint.c | 174 0, SLAB_PANIC, init_once); in integrity_iintcache_init()
|
/Linux-v4.19/security/selinux/ss/ |
D | hashtab.c | 177 0, SLAB_PANIC, NULL); in hashtab_cache_init()
|
D | avtab.c | 664 0, SLAB_PANIC, NULL); in avtab_cache_init() 667 0, SLAB_PANIC, NULL); in avtab_cache_init()
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify_user.c | 938 SLAB_PANIC|SLAB_ACCOUNT); in fanotify_user_setup() 939 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup() 942 KMEM_CACHE(fanotify_perm_event_info, SLAB_PANIC); in fanotify_user_setup()
|
/Linux-v4.19/security/selinux/ |
D | avc.c | 209 0, SLAB_PANIC, NULL); in avc_init() 212 0, SLAB_PANIC, NULL); in avc_init() 216 0, SLAB_PANIC, NULL); in avc_init() 219 0, SLAB_PANIC, NULL); in avc_init()
|
/Linux-v4.19/net/ipv4/ |
D | inetpeer.c | 93 0, SLAB_HWCACHE_ALIGN | SLAB_PANIC, in inet_initpeers()
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 396 SLAB_PANIC); in fsnotify_init()
|
/Linux-v4.19/block/ |
D | blk-ioc.c | 438 sizeof(struct io_context), 0, SLAB_PANIC, NULL); in blk_ioc_init()
|
D | bio-integrity.c | 483 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in bio_integrity_init()
|
/Linux-v4.19/fs/ |
D | file_table.c | 372 SLAB_HWCACHE_ALIGN | SLAB_PANIC | SLAB_ACCOUNT, NULL); in files_init()
|
/Linux-v4.19/fs/kernfs/ |
D | mount.c | 415 SLAB_PANIC | SLAB_TYPESAFE_BY_RCU, in kernfs_init()
|
/Linux-v4.19/mm/ |
D | slab.h | 130 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | SLAB_PANIC | \
|