Searched refs:task_xstate_cachep (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/sh/kernel/
H A Dprocess.c9 struct kmem_cache *task_xstate_cachep = NULL; variable in typeref:struct:kmem_cache
29 dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep, arch_dup_task_struct()
42 kmem_cache_free(task_xstate_cachep, tsk->thread.xstate); free_thread_xstate()
57 task_xstate_cachep = kmem_cache_create("task_xstate", xstate_size, arch_task_cache_init()
/linux-4.1.27/arch/sh/kernel/cpu/
H A Dfpu.c19 tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep, init_fpu()
/linux-4.1.27/arch/x86/kernel/
H A Dprocess.c79 struct kmem_cache *task_xstate_cachep; variable in typeref:struct:kmem_cache
80 EXPORT_SYMBOL_GPL(task_xstate_cachep); variable
115 task_xstate_cachep = arch_task_cache_init()
/linux-4.1.27/arch/sh/include/asm/
H A Dprocessor.h117 extern struct kmem_cache *task_xstate_cachep;
/linux-4.1.27/arch/x86/include/asm/
H A Dfpu-internal.h581 fpu->state = kmem_cache_alloc(task_xstate_cachep, GFP_KERNEL); fpu_alloc()
591 kmem_cache_free(task_xstate_cachep, fpu->state); fpu_free()
H A Dprocessor.h487 extern struct kmem_cache *task_xstate_cachep;

Completed in 173 milliseconds