tag | line | file | source code |
kernel_thread | 193 | include/asm-alpha/unistd.h | static inline long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
kernel_thread | 298 | include/asm-i386/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
kernel_thread | 1323 | include/asm-mips/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
kernel_thread | 441 | include/asm-sparc/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |