Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_syscalls.c70 ret = calls->create_thread(name, flags, mode, neighbor.file); in SYSCALL_DEFINE4()
74 ret = calls->create_thread(name, flags, mode, NULL); in SYSCALL_DEFINE4()
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c81 .create_thread = do_spu_create,
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h229 long (*create_thread)(const char __user *name, member
/Linux-v5.4/drivers/acpi/
Dacpi_dbg.c741 .create_thread = acpi_aml_create_thread,
Dosl.c893 func = acpi_debugger.ops->create_thread; in acpi_debugger_create_thread()
/Linux-v5.4/include/linux/
Dacpi.h145 int (*create_thread)(acpi_osd_exec_callback function, void *context); member