Searched defs:kernel_thread_helper (Results 1 – 13 of 13) sorted by relevance
/arch/mn10300/kernel/ |
D | kthread.S | 22 .globl kernel_thread_helper symbol 24 kernel_thread_helper: label
|
/arch/score/kernel/ |
D | process.c | 124 kernel_thread_helper(void *unused0, int (*fn)(void *), in kernel_thread_helper() function
|
/arch/microblaze/kernel/ |
D | process.c | 208 static void kernel_thread_helper(int (*fn)(void *), void *arg) in kernel_thread_helper() function
|
/arch/hexagon/kernel/ |
D | process.c | 33 static void __noreturn kernel_thread_helper(void *arg, int (*fn)(void *)) in kernel_thread_helper() function
|
/arch/cris/arch-v32/kernel/ |
D | process.c | 98 kernel_thread_helper(void* dummy, int (*fn)(void *), void * arg) in kernel_thread_helper() function
|
/arch/c6x/kernel/ |
D | process.c | 122 static void kernel_thread_helper(int dummy, void *arg, int (*fn)(void *)) in kernel_thread_helper() function
|
/arch/openrisc/kernel/ |
D | process.c | 242 void __noreturn kernel_thread_helper(int (*fn) (void *), void *arg) in kernel_thread_helper() function
|
/arch/cris/arch-v10/kernel/ |
D | process.c | 84 static void kernel_thread_helper(void* dummy, int (*fn)(void *), void * arg) in kernel_thread_helper() function
|
/arch/sh/kernel/ |
D | process_64.c | 289 __noreturn void kernel_thread_helper(void *arg, int (*fn)(void *)) in kernel_thread_helper() function
|
D | process_32.c | 73 __noreturn void kernel_thread_helper(void *arg, int (*fn)(void *)) in kernel_thread_helper() function
|
/arch/mips/kernel/ |
D | process.c | 225 static void __noreturn kernel_thread_helper(void *arg, int (*fn)(void *)) in kernel_thread_helper() function
|
/arch/m32r/kernel/ |
D | process.c | 179 static void kernel_thread_helper(void *nouse, int (*fn)(void *), void *arg) in kernel_thread_helper() function
|
/arch/ia64/kernel/ |
D | process.c | 679 kernel_thread_helper (int (*fn)(void *), void *arg) in kernel_thread_helper() function
|