cpqhp_event_thread   35 drivers/pci/hotplug/cpqphp_ctrl.c static struct task_struct *cpqhp_event_thread;
cpqhp_event_thread  941 drivers/pci/hotplug/cpqphp_ctrl.c 		wake_up_process(cpqhp_event_thread);
cpqhp_event_thread 1723 drivers/pci/hotplug/cpqphp_ctrl.c 	wake_up_process(cpqhp_event_thread);
cpqhp_event_thread 1752 drivers/pci/hotplug/cpqphp_ctrl.c 	cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event");
cpqhp_event_thread 1753 drivers/pci/hotplug/cpqphp_ctrl.c 	if (IS_ERR(cpqhp_event_thread)) {
cpqhp_event_thread 1755 drivers/pci/hotplug/cpqphp_ctrl.c 		return PTR_ERR(cpqhp_event_thread);
cpqhp_event_thread 1764 drivers/pci/hotplug/cpqphp_ctrl.c 	kthread_stop(cpqhp_event_thread);