Searched refs:alloc_thread_info (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dthread_info_32.h85 BTFIXUPDEF_CALL(struct thread_info *, alloc_thread_info, void)
86 #define alloc_thread_info(tsk) BTFIXUP_CALL(alloc_thread_info)() macro
95 * Observe the order of get_free_pages() in alloc_thread_info().
H A Dthread_info_64.h149 #define alloc_thread_info(tsk) \ macro
160 #define alloc_thread_info(tsk) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dthread_info.h87 #define alloc_thread_info(tsk) \ macro
96 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dthread_info.h89 #define alloc_thread_info(tsk) kzalloc(THREAD_SIZE, GFP_KERNEL) macro
91 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dthread_info.h117 #define alloc_thread_info(tsk) kzalloc(THREAD_SIZE, GFP_KERNEL) macro
119 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess.c35 struct thread_info *alloc_thread_info(struct task_struct *tsk) function
60 struct thread_info *alloc_thread_info(struct task_struct *tsk) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dthread_info.h99 #define alloc_thread_info(tsk) \ macro
108 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dthread_info.h62 #define alloc_thread_info(tsk) ((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE)) macro
66 #define alloc_thread_info(tsk) ((struct thread_info *) 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dthread_info.h74 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dthread_info.h71 #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dthread_info.h86 extern struct thread_info *alloc_thread_info(struct task_struct *task);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dthread_info.h75 extern struct thread_info *alloc_thread_info(struct task_struct *tsk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dthread_info.h98 extern struct thread_info *alloc_thread_info(struct task_struct *tsk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dthread_info.h164 #define alloc_thread_info(tsk) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c112 struct thread_info *alloc_thread_info(struct task_struct *task) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c116 static inline struct thread_info *alloc_thread_info(struct task_struct *tsk) function
253 ti = alloc_thread_info(tsk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c1192 struct thread_info *alloc_thread_info(struct task_struct *tsk) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c2165 BTFIXUPSET_CALL(alloc_thread_info, srmmu_alloc_thread_info, BTFIXUPCALL_NORM);
H A Dsun4c.c2151 BTFIXUPSET_CALL(alloc_thread_info, sun4c_alloc_thread_info, BTFIXUPCALL_NORM);

Completed in 121 milliseconds