Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal.h323 extern struct kmem_cache *sighand_cachep;
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c336 struct kmem_cache *sighand_cachep; variable
1565 sig = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in copy_sighand()
1590 kmem_cache_free(sighand_cachep, sighand); in __cleanup_sighand()
2886 sighand_cachep = kmem_cache_create("sighand_cache", in proc_caches_init()
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1198 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in unshare_sighand()