Searched refs:poll_thread (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 544 poll_thread(void *data) in poll_thread() function 576 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 70 module_param_named(poll_thread, ap_thread_flag, int, S_IRUSR|S_IRGRP); 71 MODULE_PARM_DESC(poll_thread, "Turn on/off poll thread, default is 0 (off)."); 1498 static BUS_ATTR(poll_thread, 0644, ap_poll_thread_show, ap_poll_thread_store);
|