/linux-4.1.27/include/linux/ |
H A D | kthread.h | 13 #define kthread_create(threadfn, data, namefmt, arg...) \ macro 28 * Description: Convenient wrapper for kthread_create() followed by 34 = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \
|
/linux-4.1.27/kernel/ |
H A D | kthread.c | 34 /* Result passed back to kthread_create() from kthreadd. */ 342 * @p: thread created by kthread_create(). 347 * stopped (i.e., just returned from kthread_create()). 400 * kthread_unpark - unpark a thread created by kthread_create(). 401 * @k: thread created by kthread_create(). 416 * kthread_park - park a thread created by kthread_create(). 417 * @k: thread created by kthread_create(). 420 * waits for it to return. This can also be called after kthread_create() 446 * kthread_stop - stop a thread created by kthread_create(). 447 * @k: thread created by kthread_create(). 450 * waits for it to exit. This can also be called after kthread_create() 535 * This function can be used as @threadfn to kthread_create() or
|
H A D | audit_tree.c | 694 prune_thread = kthread_create(prune_tree_thread, NULL, audit_launch_prune()
|
H A D | workqueue.c | 3910 rescuer->task = kthread_create(rescuer_thread, rescuer, "%s", __alloc_workqueue_key()
|
/linux-4.1.27/arch/x86/mm/ |
H A D | pageattr-test.c | 250 p = kthread_create(do_pageattr_test, NULL, "pageattr-test"); start_pageattr_test()
|
/linux-4.1.27/drivers/tty/ |
H A D | bfin_jtag_comm.c | 227 bfin_jc_kthread = kthread_create(bfin_jc_emudat_manager, NULL, DRV_NAME); bfin_jc_init()
|
H A D | mips_ejtag_fdc.c | 955 priv->thread = kthread_create(mips_ejtag_fdc_put, priv, priv->fdc_name); mips_ejtag_fdc_tty_probe() 1129 priv->thread = kthread_create(mips_ejtag_fdc_put, priv, priv->fdc_name); mips_ejtag_fdc_tty_cpu_up()
|
H A D | metag_da.c | 609 dashtty_thread = kthread_create(put_data, NULL, "ttyDA"); dashtty_init()
|
/linux-4.1.27/drivers/usb/usbip/ |
H A D | usbip_common.h | 283 = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \
|
/linux-4.1.27/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 424 consumer = kthread_create(ring_buffer_consumer_thread, ring_buffer_benchmark_init()
|
H A D | ring_buffer.c | 4879 rb_threads[cpu] = kthread_create(rb_test, &rb_data[cpu], for_each_online_cpu()
|
/linux-4.1.27/drivers/net/xen-netback/ |
H A D | interface.c | 572 task = kthread_create(xenvif_kthread_guest_rx, xenvif_connect() 582 task = kthread_create(xenvif_dealloc_kthread, xenvif_connect()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | writeback.c | 525 dc->writeback_thread = kthread_create(bch_writeback_thread, dc, bch_cached_dev_writeback_start()
|
H A D | btree.c | 1799 c->gc_thread = kthread_create(bch_gc_thread, c, "bcache_gc"); bch_gc_thread_start()
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k83a.c | 222 sd->rotation_thread = kthread_create(rotation_thread_function, s5k83a_start()
|
/linux-4.1.27/fs/nfs/ |
H A D | callback.c | 240 cb_info->task = kthread_create(callback_svc, cb_info->rqst, nfs_callback_start_svc()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-dev.c | 418 kthread = kthread_create(ccp_cmd_queue_thread, cmd_q, ccp_init()
|
/linux-4.1.27/fs/lockd/ |
H A D | svc.c | 304 nlmsvc_task = kthread_create(lockd, nlmsvc_rqst, "%s", serv->sv_name); lockd_start_svc()
|
/linux-4.1.27/security/tomoyo/ |
H A D | gc.c | 649 struct task_struct *task = kthread_create(tomoyo_gc_thread, tomoyo_notify_gc()
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 745 host->detect_ms = kthread_create(rtsx_usb_detect_ms_card, host, rtsx_usb_ms_drv_probe()
|
/linux-4.1.27/drivers/char/ |
H A D | apm-emulation.c | 658 kapmd_tsk = kthread_create(kapmd, NULL, "kapmd"); apm_init()
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 1250 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); mount_ubifs() 1630 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); ubifs_remount_rw()
|
/linux-4.1.27/drivers/dma/ |
H A D | dmatest.c | 769 thread->task = kthread_create(dmatest_func, thread, "%s-%s%u", dmatest_add_threads()
|
/linux-4.1.27/drivers/usb/atm/ |
H A D | usbatm.c | 991 t = kthread_create(usbatm_do_heavy_init, instance, "%s", usbatm_heavy_init()
|
H A D | ueagle-atm.c | 2227 sc->kthread = kthread_create(uea_kthread, sc, "ueagle-atm"); uea_boot()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | build.c | 1016 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); ubi_attach_mtd_dev()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfad.c | 181 bfad->bfad_tsk = kthread_create(bfad_worker, (void *) bfad, bfad_sm_uninit()
|
/linux-4.1.27/drivers/vhost/ |
H A D | vhost.c | 380 worker = kthread_create(vhost_worker, dev, "vhost-%d", current->pid); vhost_dev_set_owner()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | intel_ips.c | 1637 ips->adjust = kthread_create(ips_adjust, ips, "ips-adjust"); ips_probe()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-crypt.c | 1864 cc->write_thread = kthread_create(dmcrypt_write, cc, "dmcrypt_write"); crypt_ctr()
|
/linux-4.1.27/drivers/scsi/ |
H A D | mvumi.c | 2474 mhba->dm_thread = kthread_create(mvumi_rescan_bus, mvumi_io_attach()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2578 l2_thread = kthread_create(bnx2fc_l2_rcv_thread, bnx2fc_mod_init()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | main.c | 2358 speakup_task = kthread_create(speakup_thread, NULL, "speakup"); speakup_init()
|
/linux-4.1.27/kernel/irq/ |
H A D | manage.c | 1039 t = kthread_create(irq_thread, new, "irq/%d-%s", irq, __setup_irq()
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 1142 kthread_create(emu1010_firmware_thread, emu, snd_emu10k1_emu1010_init()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | apm_32.c | 2361 kapmd_task = kthread_create(apm, NULL, "kapmd"); apm_init()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3041 kthread_create(fsg_main_thread, common, "file-storage"); fsg_bind()
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree_plugin.h | 1185 t = kthread_create(rcu_boost_kthread, (void *)rnp, rcu_spawn_one_boost_kthread()
|
H A D | tree.c | 3892 t = kthread_create(rcu_gp_kthread, rsp, "%s", rsp->name); for_each_rcu_flavor()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 2754 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, qla2x00_probe_one()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_main.c | 417 nt = kthread_create(drbd_thread_setup, (void *) thi, drbd_thread_start()
|