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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess.c6 struct kmem_cache *task_xstate_cachep = NULL; variable in typeref:struct:kmem_cache
14 dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
27 kmem_cache_free(task_xstate_cachep, tsk->thread.xstate);
82 task_xstate_cachep = kmem_cache_create("task_xstate", xstate_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dprocess.c6 struct kmem_cache *task_xstate_cachep = NULL; variable in typeref:struct:kmem_cache
14 dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
27 kmem_cache_free(task_xstate_cachep, tsk->thread.xstate);
82 task_xstate_cachep = kmem_cache_create("task_xstate", xstate_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dfpu.c18 tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dfpu.c18 tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dprocessor.h115 extern struct kmem_cache *task_xstate_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dprocessor.h115 extern struct kmem_cache *task_xstate_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Di387.h463 fpu->state = kmem_cache_alloc(task_xstate_cachep, GFP_KERNEL);
473 kmem_cache_free(task_xstate_cachep, fpu->state);
H A Dprocessor.h424 extern struct kmem_cache *task_xstate_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Di387.h463 fpu->state = kmem_cache_alloc(task_xstate_cachep, GFP_KERNEL);
473 kmem_cache_free(task_xstate_cachep, fpu->state);
H A Dprocessor.h424 extern struct kmem_cache *task_xstate_cachep;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dprocess.c30 struct kmem_cache *task_xstate_cachep; variable in typeref:struct:kmem_cache
31 EXPORT_SYMBOL_GPL(task_xstate_cachep); variable
61 task_xstate_cachep =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess.c30 struct kmem_cache *task_xstate_cachep; variable in typeref:struct:kmem_cache
31 EXPORT_SYMBOL_GPL(task_xstate_cachep); variable
61 task_xstate_cachep =

Completed in 85 milliseconds