Searched refs:SLAB_PANIC (Results 1 - 25 of 79) sorted by relevance

1234

/linux-master/arch/sh/mm/
H A Dpgtable.c24 PAGE_SIZE, SLAB_PANIC, pgd_ctor);
28 PAGE_SIZE, SLAB_PANIC, NULL);
/linux-master/tools/include/linux/
H A Dslab.h8 #define SLAB_PANIC 2 macro
/linux-master/arch/arm64/mm/
H A Dpgd.c66 SLAB_PANIC, NULL);
/linux-master/arch/sh/kernel/
H A Dprocess.c60 SLAB_PANIC, NULL);
/linux-master/security/integrity/ima/
H A Dima_iint.c141 0, SLAB_PANIC, ima_iint_init_once);
/linux-master/tools/testing/radix-tree/
H A Dlinux.c242 test_cache = kmem_cache_create("test_cache", 256, 0, SLAB_PANIC, NULL);
264 test_cache2 = kmem_cache_create("test_cache2", 128, 128, SLAB_PANIC, NULL);
/linux-master/arch/riscv/kernel/
H A Dvector.c60 riscv_v_vsize, 16, SLAB_PANIC,
65 SLAB_PANIC, NULL);
/linux-master/kernel/
H A Dutsname.c173 SLAB_PANIC|SLAB_ACCOUNT,
H A Duser.c250 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL);
H A Dfork.c1052 SLAB_PANIC|SLAB_ACCOUNT,
3158 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3168 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU|
3172 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3176 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3180 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3183 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT);
3185 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT);
H A Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT);
H A Dpid_namespace.c467 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT);
/linux-master/security/selinux/ss/
H A Dhashtab.c197 SLAB_PANIC, NULL);
H A Davtab.c608 "avtab_node", sizeof(struct avtab_node), 0, SLAB_PANIC, NULL);
611 SLAB_PANIC, NULL);
/linux-master/fs/notify/dnotify/
H A Ddnotify.c402 SLAB_PANIC|SLAB_ACCOUNT);
403 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT);
/linux-master/fs/kernfs/
H A Dmount.c426 0, SLAB_PANIC, NULL);
431 0, SLAB_PANIC, NULL);
/linux-master/fs/proc/
H A Dinode.c96 SLAB_PANIC),
100 SLAB_ACCOUNT|SLAB_PANIC, NULL);
102 "proc_dir_entry", SIZEOF_PDE, 0, SLAB_PANIC,
/linux-master/security/selinux/
H A Davc.c138 0, SLAB_PANIC, NULL);
141 0, SLAB_PANIC, NULL);
145 0, SLAB_PANIC, NULL);
148 0, SLAB_PANIC, NULL);
/linux-master/net/ipv4/
H A Dinetpeer.c84 peer_cachep = KMEM_CACHE(inet_peer, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
/linux-master/block/
H A Dblk-ioc.c450 sizeof(struct io_context), 0, SLAB_PANIC, NULL);
/linux-master/fs/verity/
H A Dopen.c414 SLAB_RECLAIM_ACCOUNT | SLAB_PANIC,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c2018 SLAB_PANIC|SLAB_ACCOUNT);
2020 SLAB_PANIC);
2022 SLAB_PANIC);
2025 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC);
/linux-master/scripts/gdb/linux/
H A Dslab.py21 SLAB_PANIC = constants.LX_SLAB_PANIC variable
/linux-master/include/linux/
H A Dslab.h86 #define SLAB_PANIC __SLAB_FLAG_BIT(_SLAB_PANIC) macro
/linux-master/fs/
H A Dfile_table.c517 SLAB_PANIC | SLAB_ACCOUNT, NULL);

Completed in 460 milliseconds

1234