Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsignal.h314 extern struct kmem_cache *sighand_cachep;
/linux-4.4.14/kernel/
Dfork.c201 struct kmem_cache *sighand_cachep; variable
1075 sig = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in copy_sighand()
1093 kmem_cache_free(sighand_cachep, sighand); in __cleanup_sighand()
1849 sighand_cachep = kmem_cache_create("sighand_cache", in proc_caches_init()
/linux-4.4.14/fs/
Dexec.c1029 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in de_thread()