Searched refs:kthread (Results 226 - 250 of 547) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c25 #include <linux/kthread.h>
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c45 #include <linux/kthread.h>
/linux-master/drivers/xen/
H A Dxen-acpi-processor.c18 #include <linux/kthread.h>
/linux-master/kernel/
H A Dscftorture.c19 #include <linux/kthread.h>
444 // SCF test kthread. Repeatedly does calls to members of the
H A Dtorture.c17 #include <linux/kthread.h>
772 * Initialize and kick off the torture_stutter kthread.
783 * Cleanup after the torture_stutter kthread.
900 * Each kthread must wait for kthread_should_stop() before returning from
920 * Create a generic torture kthread that is immediately runnable. If you
921 * need the kthread to be stopped so that you can do something to it before
948 * Stop a generic kthread, emitting a message.
/linux-master/drivers/crypto/caam/
H A Dqi.c14 #include <linux/kthread.h>
/linux-master/drivers/macintosh/
H A Dtherm_adt746x.c25 #include <linux/kthread.h>
/linux-master/kernel/locking/
H A Dtest-ww_mutex.c10 #include <linux/kthread.h>
/linux-master/drivers/crypto/ccp/
H A Dsp-pci.c18 #include <linux/kthread.h>
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc.h26 #include <linux/kthread.h>
H A Dbnx2fc_fcoe.c470 wake_up_process(bg->kthread);
2716 bg->kthread = l2_thread;
2783 l2_thread = bg->kthread;
2784 bg->kthread = NULL;
/linux-master/drivers/misc/mei/
H A Dinterrupt.c8 #include <linux/kthread.h>
/linux-master/lib/
H A Dtest_objpool.c13 #include <linux/kthread.h>
/linux-master/drivers/infiniband/hw/irdma/
H A Dmain.h27 #include <linux/kthread.h>
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.c19 #include <linux/kthread.h>
/linux-master/drivers/spi/
H A Dspi-tegra20-sflash.c17 #include <linux/kthread.h>
/linux-master/drivers/media/pci/dt3155/
H A Ddt3155.c12 #include <linux/kthread.h>
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.h54 #include <linux/kthread.h>
683 struct kthread_worker irq_worker; /* kthread worker for PIO/YUV/VBI actions */
685 struct kthread_work irq_work; /* kthread work entry */
/linux-master/drivers/usb/usbip/
H A Dvudc_dev.c16 #include <linux/kthread.h>
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c17 #include <linux/kthread.h>
786 * This kthread is either polling or interrupt driven. This is determined by
1036 /* Always start the kthread because there can be hotplug vty adapters
1040 printk(KERN_ERR "Couldn't create kthread for console.\n");
/linux-master/fs/ubifs/
H A Dcommit.c35 #include <linux/kthread.h>
/linux-master/kernel/rcu/
H A Drcuscale.c17 #include <linux/kthread.h>
411 * RCU scalability reader kthread. Repeatedly does empty RCU read-side
449 * RCU scale writer kthread. Repeatedly does a grace period.
721 * shutdown kthread. Just waits to be awakened, then shuts down system.
854 // If built-in, just report all of the GP kthread's CPU time.
863 pr_info("rcu_scale: Grace-period kthread CPU time: %llu.%03u us\n", us, ns);
935 * RCU scalability shutdown kthread. Just waits to be awakened, then shuts
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c26 #include <linux/kthread.h>
H A Dt7xx_port_proxy.c25 #include <linux/kthread.h>
/linux-master/net/bluetooth/bnep/
H A Dcore.c29 #include <linux/kthread.h>

Completed in 504 milliseconds

1234567891011>>