Searched refs:alloc_thread_stack_node (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/arch/ia64/include/asm/ |
| D | thread_info.h | 58 #define alloc_thread_stack_node(tsk, node) \ macro 63 #define alloc_thread_stack_node(tsk, node) ((unsigned long *) 0) macro
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | thread_info.h | 58 #define alloc_thread_stack_node(tsk, node) \ macro 63 #define alloc_thread_stack_node(tsk, node) ((unsigned long *) 0) macro
|
| /kernel/linux/linux-4.19/kernel/ |
| D | fork.c | 201 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 275 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, in alloc_thread_stack_node() function 811 stack = alloc_thread_stack_node(tsk, node); in dup_task_struct()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | fork.c | 214 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 301 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, in alloc_thread_stack_node() function 866 stack = alloc_thread_stack_node(tsk, node); in dup_task_struct()
|