Searched refs:kthread_create (Results 1 - 41 of 41) sorted by relevance

/linux-4.1.27/include/linux/
H A Dkthread.h13 #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 Dkthread.c34 /* 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 Daudit_tree.c694 prune_thread = kthread_create(prune_tree_thread, NULL, audit_launch_prune()
H A Dworkqueue.c3910 rescuer->task = kthread_create(rescuer_thread, rescuer, "%s", __alloc_workqueue_key()
/linux-4.1.27/arch/x86/mm/
H A Dpageattr-test.c250 p = kthread_create(do_pageattr_test, NULL, "pageattr-test"); start_pageattr_test()
/linux-4.1.27/drivers/tty/
H A Dbfin_jtag_comm.c227 bfin_jc_kthread = kthread_create(bfin_jc_emudat_manager, NULL, DRV_NAME); bfin_jc_init()
H A Dmips_ejtag_fdc.c955 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 Dmetag_da.c609 dashtty_thread = kthread_create(put_data, NULL, "ttyDA"); dashtty_init()
/linux-4.1.27/drivers/usb/usbip/
H A Dusbip_common.h283 = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \
/linux-4.1.27/kernel/trace/
H A Dring_buffer_benchmark.c424 consumer = kthread_create(ring_buffer_consumer_thread, ring_buffer_benchmark_init()
H A Dring_buffer.c4879 rb_threads[cpu] = kthread_create(rb_test, &rb_data[cpu], for_each_online_cpu()
/linux-4.1.27/drivers/net/xen-netback/
H A Dinterface.c572 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 Dwriteback.c525 dc->writeback_thread = kthread_create(bch_writeback_thread, dc, bch_cached_dev_writeback_start()
H A Dbtree.c1799 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 Dm5602_s5k83a.c222 sd->rotation_thread = kthread_create(rotation_thread_function, s5k83a_start()
/linux-4.1.27/fs/nfs/
H A Dcallback.c240 cb_info->task = kthread_create(callback_svc, cb_info->rqst, nfs_callback_start_svc()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-dev.c418 kthread = kthread_create(ccp_cmd_queue_thread, cmd_q, ccp_init()
/linux-4.1.27/fs/lockd/
H A Dsvc.c304 nlmsvc_task = kthread_create(lockd, nlmsvc_rqst, "%s", serv->sv_name); lockd_start_svc()
/linux-4.1.27/security/tomoyo/
H A Dgc.c649 struct task_struct *task = kthread_create(tomoyo_gc_thread, tomoyo_notify_gc()
/linux-4.1.27/drivers/memstick/host/
H A Drtsx_usb_ms.c745 host->detect_ms = kthread_create(rtsx_usb_detect_ms_card, host, rtsx_usb_ms_drv_probe()
/linux-4.1.27/drivers/char/
H A Dapm-emulation.c658 kapmd_tsk = kthread_create(kapmd, NULL, "kapmd"); apm_init()
/linux-4.1.27/fs/ubifs/
H A Dsuper.c1250 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 Ddmatest.c769 thread->task = kthread_create(dmatest_func, thread, "%s-%s%u", dmatest_add_threads()
/linux-4.1.27/drivers/usb/atm/
H A Dusbatm.c991 t = kthread_create(usbatm_do_heavy_init, instance, "%s", usbatm_heavy_init()
H A Dueagle-atm.c2227 sc->kthread = kthread_create(uea_kthread, sc, "ueagle-atm"); uea_boot()
/linux-4.1.27/drivers/mtd/ubi/
H A Dbuild.c1016 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 Dbfad.c181 bfad->bfad_tsk = kthread_create(bfad_worker, (void *) bfad, bfad_sm_uninit()
/linux-4.1.27/drivers/vhost/
H A Dvhost.c380 worker = kthread_create(vhost_worker, dev, "vhost-%d", current->pid); vhost_dev_set_owner()
/linux-4.1.27/drivers/platform/x86/
H A Dintel_ips.c1637 ips->adjust = kthread_create(ips_adjust, ips, "ips-adjust"); ips_probe()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c1864 cc->write_thread = kthread_create(dmcrypt_write, cc, "dmcrypt_write"); crypt_ctr()
/linux-4.1.27/drivers/scsi/
H A Dmvumi.c2474 mhba->dm_thread = kthread_create(mvumi_rescan_bus, mvumi_io_attach()
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2578 l2_thread = kthread_create(bnx2fc_l2_rcv_thread, bnx2fc_mod_init()
/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c2358 speakup_task = kthread_create(speakup_thread, NULL, "speakup"); speakup_init()
/linux-4.1.27/kernel/irq/
H A Dmanage.c1039 t = kthread_create(irq_thread, new, "irq/%d-%s", irq, __setup_irq()
/linux-4.1.27/sound/pci/emu10k1/
H A Demu10k1_main.c1142 kthread_create(emu1010_firmware_thread, emu, snd_emu10k1_emu1010_init()
/linux-4.1.27/arch/x86/kernel/
H A Dapm_32.c2361 kapmd_task = kthread_create(apm, NULL, "kapmd"); apm_init()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c3041 kthread_create(fsg_main_thread, common, "file-storage"); fsg_bind()
/linux-4.1.27/kernel/rcu/
H A Dtree_plugin.h1185 t = kthread_create(rcu_boost_kthread, (void *)rnp, rcu_spawn_one_boost_kthread()
H A Dtree.c3892 t = kthread_create(rcu_gp_kthread, rsp, "%s", rsp->name); for_each_rcu_flavor()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_os.c2754 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha, qla2x00_probe_one()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_main.c417 nt = kthread_create(drbd_thread_setup, (void *) thi, drbd_thread_start()

Completed in 2996 milliseconds