Home
last modified time | relevance | path

Searched refs:create_thread (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_syscalls.c84 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4()
88 ret = calls->create_thread(name, flags, mode, NULL); in SYSCALL_DEFINE4()
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c81 .create_thread = do_spu_create,
/Linux-v4.19/arch/powerpc/include/asm/
Dspu.h242 long (*create_thread)(const char __user *name, member
/Linux-v4.19/drivers/acpi/
Dacpi_dbg.c744 .create_thread = acpi_aml_create_thread,
Dosl.c888 func = acpi_debugger.ops->create_thread; in acpi_debugger_create_thread()
/Linux-v4.19/include/linux/
Dacpi.h153 int (*create_thread)(acpi_osd_exec_callback function, void *context); member