| /linux-6.15/arch/sh/mm/ |
| H A D | pgtable.c | 26 PAGE_SIZE, SLAB_PANIC, pgd_ctor); in pgtable_cache_init() 30 PAGE_SIZE, SLAB_PANIC, NULL); in pgtable_cache_init()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | pgd.c | 66 SLAB_PANIC, NULL); in pgtable_cache_init()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | vector.c | 70 riscv_v_vsize, 16, SLAB_PANIC, in riscv_v_setup_ctx_cache() 75 SLAB_PANIC, NULL); in riscv_v_setup_ctx_cache()
|
| /linux-6.15/tools/include/linux/ |
| H A D | slab.h | 8 #define SLAB_PANIC 2 macro
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | process.c | 60 SLAB_PANIC, NULL); in arch_task_cache_init()
|
| H A D | dwarf.c | 1173 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init() 1177 SLAB_PANIC | SLAB_HWCACHE_ALIGN, NULL); in dwarf_unwinder_init()
|
| /linux-6.15/tools/testing/shared/ |
| H A D | linux.c | 270 test_cache = kmem_cache_create("test_cache", 256, 0, SLAB_PANIC, NULL); in test_kmem_cache_bulk() 292 test_cache2 = kmem_cache_create("test_cache2", 128, 128, SLAB_PANIC, NULL); in test_kmem_cache_bulk()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_iint.c | 137 0, SLAB_PANIC, ima_iint_init_once); in ima_iintcache_init()
|
| /linux-6.15/fs/notify/dnotify/ |
| H A D | dnotify.c | 403 SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init() 404 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 448 0, SLAB_PANIC, NULL); in kernfs_init() 453 0, SLAB_PANIC, NULL); in kernfs_init()
|
| /linux-6.15/kernel/ |
| H A D | utsname.c | 173 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
|
| H A D | user.c | 250 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
|
| H A D | fork.c | 1075 SLAB_PANIC|SLAB_ACCOUNT, in fork_init() 3209 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in mm_cache_init() 3224 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in proc_caches_init() 3228 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3232 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3236 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3240 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in proc_caches_init()
|
| H A D | pid_namespace.c | 471 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); in pid_namespaces_init()
|
| /linux-6.15/fs/proc/ |
| H A D | inode.c | 96 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-6.15/block/ |
| H A D | bio-integrity-auto.c | 208 SLAB_HWCACHE_ALIGN | SLAB_PANIC, NULL); in blk_integrity_auto_init()
|
| H A D | blk-ioc.c | 443 sizeof(struct io_context), 0, SLAB_PANIC, NULL); in blk_ioc_init()
|
| /linux-6.15/fs/ |
| H A D | file_table.c | 593 SLAB_HWCACHE_ALIGN | SLAB_PANIC | in files_init() 598 &args, SLAB_HWCACHE_ALIGN | SLAB_PANIC | in files_init()
|
| /linux-6.15/security/selinux/ss/ |
| H A D | hashtab.c | 197 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC); in hashtab_cache_init()
|
| H A D | avtab.c | 614 avtab_node_cachep = KMEM_CACHE(avtab_node, SLAB_PANIC); in avtab_cache_init() 615 avtab_xperms_cachep = KMEM_CACHE(avtab_extended_perms, SLAB_PANIC); in avtab_cache_init()
|
| /linux-6.15/security/selinux/ |
| H A D | avc.c | 137 avc_node_cachep = KMEM_CACHE(avc_node, SLAB_PANIC); in avc_init() 138 avc_xperms_cachep = KMEM_CACHE(avc_xperms_node, SLAB_PANIC); in avc_init() 139 avc_xperms_decision_cachep = KMEM_CACHE(avc_xperms_decision_node, SLAB_PANIC); in avc_init() 140 avc_xperms_data_cachep = KMEM_CACHE(extended_perms_data, SLAB_PANIC); in avc_init()
|
| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 2104 SLAB_PANIC|SLAB_ACCOUNT); in fanotify_user_setup() 2106 SLAB_PANIC); in fanotify_user_setup() 2108 SLAB_PANIC); in fanotify_user_setup() 2111 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup() 2113 fanotify_mnt_event_cachep = KMEM_CACHE(fanotify_mnt_event, SLAB_PANIC); in fanotify_user_setup()
|
| /linux-6.15/net/ipv4/ |
| H A D | inetpeer.c | 84 peer_cachep = KMEM_CACHE(inet_peer, SLAB_HWCACHE_ALIGN | SLAB_PANIC); in inet_initpeers()
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | constants.py.in | 116 LX_GDBPARSED(SLAB_PANIC)
|
| /linux-6.15/fs/verity/ |
| H A D | open.c | 414 SLAB_RECLAIM_ACCOUNT | SLAB_PANIC, in fsverity_init_info_cache()
|