Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpci_hotplug_core.c49 static struct task_struct *cpci_thread; variable
334 wake_up_process(cpci_thread); in cpci_hp_intr()
554 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread()
556 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
557 if (IS_ERR(cpci_thread)) { in cpci_start_thread()
559 return PTR_ERR(cpci_thread); in cpci_start_thread()
568 kthread_stop(cpci_thread); in cpci_stop_thread()