Home
last modified time | relevance | path

Searched refs:alloc_task_struct (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.4.37.9/include/asm-sparc/
Dprocessor.h197 BTFIXUPDEF_CALL(struct task_struct *, alloc_task_struct, void)
201 #define alloc_task_struct() BTFIXUP_CALL(alloc_task_struct)() macro
/linux-2.4.37.9/include/asm-sparc64/
Dprocessor.h315 #define alloc_task_struct() ((struct task_struct *)__get_free_pages(GFP_KERNEL, 1)) macro
318 #define alloc_task_struct() ((struct task_struct *)__get_free_pages(GFP_KERNEL, 0)) macro
/linux-2.4.37.9/include/asm-arm/
Dprocessor.h111 extern struct task_struct *alloc_task_struct(void);
/linux-2.4.37.9/include/asm-cris/
Dprocessor.h138 #define alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1)) macro
/linux-2.4.37.9/include/asm-alpha/
Dprocessor.h143 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-m68k/
Dprocessor.h152 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-sh/
Dprocessor.h226 extern struct task_struct * alloc_task_struct(void);
/linux-2.4.37.9/include/asm-s390/
Dprocessor.h149 #define alloc_task_struct() \ macro
/linux-2.4.37.9/arch/arm/nwfpe/
DChangeLog67 zero when allocated and recycled. See alloc_task_struct() and
69 alloc_task_struct() may not be necessary, but I left it in for
/linux-2.4.37.9/include/asm-s390x/
Dprocessor.h161 extern struct task_struct *alloc_task_struct(void);
/linux-2.4.37.9/include/asm-sh64/
Dprocessor.h275 extern struct task_struct * alloc_task_struct(void);
/linux-2.4.37.9/include/asm-parisc/
Dprocessor.h334 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-mips/
Dprocessor.h294 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h337 #define alloc_task_struct() \ macro
/linux-2.4.37.9/arch/s390x/kernel/
Dprocess.c198 struct task_struct *alloc_task_struct(void) in alloc_task_struct() function
/linux-2.4.37.9/include/asm-x86_64/
Dprocessor.h382 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-i386/
Dprocessor.h451 #define alloc_task_struct() ((struct task_struct *) __get_free_pages(GFP_KERNEL,1)) macro
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c244 struct task_struct *alloc_task_struct(void) in alloc_task_struct() function
/linux-2.4.37.9/arch/sh/kernel/
Dprocess.c105 struct task_struct * alloc_task_struct(void) in alloc_task_struct() function
/linux-2.4.37.9/arch/ppc64/kernel/
Dprocess.c432 struct task_struct * alloc_task_struct(void) in alloc_task_struct() function
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h743 struct task_struct * alloc_task_struct(void);
/linux-2.4.37.9/include/asm-ia64/
Dprocessor.h772 #define alloc_task_struct() \ macro
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h884 #define alloc_task_struct() \ macro
/linux-2.4.37.9/kernel/
Dfork.c669 p = alloc_task_struct(); in do_fork()
/linux-2.4.37.9/arch/sh64/kernel/
Dprocess.c612 struct task_struct * alloc_task_struct(void) in alloc_task_struct() function

12