Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c49 static struct task_struct *cpci_thread; variable
285 wake_up_process(cpci_thread); in cpci_hp_intr()
497 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread()
499 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
500 if (IS_ERR(cpci_thread)) { in cpci_start_thread()
502 return PTR_ERR(cpci_thread); in cpci_start_thread()
511 kthread_stop(cpci_thread); in cpci_stop_thread()