Home
last modified time | relevance | path

Searched refs:sighand_cachep (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dsignal.h323 extern struct kmem_cache *sighand_cachep;
/kernel/linux/linux-5.10/kernel/
Dfork.c335 struct kmem_cache *sighand_cachep; variable
1538 sig = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in copy_sighand()
1563 kmem_cache_free(sighand_cachep, sighand); in __cleanup_sighand()
2851 sighand_cachep = kmem_cache_create("sighand_cache", in proc_caches_init()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0004_linux_fs.patch307 + * sighand_cachep is SLAB_TYPESAFE_BY_RCU, we can safely return.
/kernel/linux/linux-5.10/fs/
Dexec.c1196 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in unshare_sighand()