cpci_thread        49 drivers/pci/hotplug/cpci_hotplug_core.c static struct task_struct *cpci_thread;
cpci_thread       285 drivers/pci/hotplug/cpci_hotplug_core.c 	wake_up_process(cpci_thread);
cpci_thread       497 drivers/pci/hotplug/cpci_hotplug_core.c 		cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd");
cpci_thread       499 drivers/pci/hotplug/cpci_hotplug_core.c 		cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld");
cpci_thread       500 drivers/pci/hotplug/cpci_hotplug_core.c 	if (IS_ERR(cpci_thread)) {
cpci_thread       502 drivers/pci/hotplug/cpci_hotplug_core.c 		return PTR_ERR(cpci_thread);
cpci_thread       511 drivers/pci/hotplug/cpci_hotplug_core.c 	kthread_stop(cpci_thread);