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