Home
last modified time | relevance | path

Searched refs:create_kthread (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c192 int create_kthread = 0; in xpc_process_openclose_chctl_flags() local
451 create_kthread = 1; in xpc_process_openclose_chctl_flags()
457 if (create_kthread) in xpc_process_openclose_chctl_flags()
/openbmc/linux/kernel/
H A Dkthread.c403 static void create_kthread(struct kthread_create_info *create) in create_kthread() function
746 create_kthread(create); in kthreadd()