Searched refs:alloc_thread_stack_node (Results 1 – 5 of 5) sorted by relevance
| /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-6.6/Documentation/translations/zh_CN/mm/ |
| D | vmalloced-kernel-stacks.rst | 83 alloc_thread_stack_node()调用__vmalloc_node_range()来分配带有PAGE_KERNEL
|
| /kernel/linux/linux-6.6/kernel/ |
| D | fork.c | 272 static int alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 356 static int alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 391 static int alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 417 static int alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 1123 err = alloc_thread_stack_node(tsk, node); in dup_task_struct()
|
| /kernel/linux/linux-6.6/Documentation/mm/ |
| D | vmalloced-kernel-stacks.rst | 91 alloc_thread_stack_node() calls __vmalloc_node_range() to allocate stack
|
| /kernel/linux/linux-5.10/kernel/ |
| D | fork.c | 220 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) in alloc_thread_stack_node() function 307 static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, in alloc_thread_stack_node() function 885 stack = alloc_thread_stack_node(tsk, node); in dup_task_struct()
|