alloc_thread_info   73 include/asm-cris/thread_info.h #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
alloc_thread_info   89 include/asm-frv/thread_info.h #define alloc_thread_info(tsk)					\
alloc_thread_info   98 include/asm-frv/thread_info.h #define alloc_thread_info(tsk)	kmalloc(THREAD_SIZE, GFP_KERNEL)
alloc_thread_info  101 include/asm-m32r/thread_info.h #define alloc_thread_info(tsk)					\
alloc_thread_info  110 include/asm-m32r/thread_info.h #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL)
alloc_thread_info  119 include/asm-mn10300/thread_info.h #define alloc_thread_info(tsk) kzalloc(THREAD_SIZE, GFP_KERNEL)
alloc_thread_info  121 include/asm-mn10300/thread_info.h #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL)
alloc_thread_info  159 include/asm-x86/thread_info.h #define alloc_thread_info(tsk)						\
alloc_thread_info   99 kernel/fork.c  static inline struct thread_info *alloc_thread_info(struct task_struct *tsk)