/linux-4.4.14/samples/trace_events/ |
D | trace-events-sample.c | 91 simple_tsk_fn = kthread_run(simple_thread_fn, NULL, "event-sample-fn"); in foo_bar_reg() 108 simple_tsk = kthread_run(simple_thread, NULL, "event-sample"); in trace_event_init()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | module.c | 132 (void) kthread_run(lnet_configure, NULL, "lnet_initd"); in init_lnet()
|
D | acceptor.c | 457 rc2 = PTR_ERR(kthread_run(lnet_acceptor, in lnet_acceptor_start()
|
D | router.c | 1032 rc = PTR_ERR(kthread_run(lnet_router_checker, in lnet_router_checker_start()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_common.h | 66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
|
/linux-4.4.14/crypto/ |
D | algboss.c | 193 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe() 260 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_event.c | 86 ud->eh = kthread_run(event_handler_loop, ud, "usbip_eh"); in usbip_start_eh()
|
/linux-4.4.14/arch/mips/kernel/ |
D | spinlock_test.c | 105 kthread_run(multi_other, &t2, "multi_get"); in multi_get()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_event.c | 110 t = kthread_run(eeh_event_handler, NULL, "eehd"); in eeh_event_init()
|
/linux-4.4.14/kernel/trace/ |
D | trace_benchmark.c | 169 bm_event_thread = kthread_run(benchmark_event_kthread, in trace_benchmark_reg()
|
D | ring_buffer_benchmark.c | 445 producer = kthread_run(ring_buffer_producer_thread, in ring_buffer_benchmark_init()
|
D | trace_selftest.c | 1089 p = kthread_run(trace_wakeup_test_thread, &data, "ftrace-test"); in trace_selftest_startup_wakeup()
|
D | trace_events.c | 3242 test_thread = kthread_run(event_test_thread, NULL, "test-events"); in event_test_stuff()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc_main.c | 606 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition() 814 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads() 1296 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init() 1308 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_init()
|
/linux-4.4.14/drivers/parisc/ |
D | power.c | 225 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, KTHREAD_NAME); in power_init()
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 45 tsk = kthread_run(jffs2_garbage_collect_thread, c, "jffs2_gcd_mtd%d", c->mtd->index); in jffs2_start_garbage_collect_thread()
|
/linux-4.4.14/include/linux/ |
D | kthread.h | 31 #define kthread_run(threadfn, data, namefmt, ...) \ macro
|
/linux-4.4.14/kernel/ |
D | hung_task.c | 247 watchdog_task = kthread_run(watchdog, NULL, "khungtaskd"); in hung_task_init()
|
D | torture.c | 720 *tp = kthread_run(fn, arg, "%s", s); in _torture_create_kthread()
|
D | audit.c | 636 tsk = kthread_run(audit_send_reply_thread, reply, "audit_send_reply"); in audit_send_reply() 831 kauditd_task = kthread_run(kauditd_thread, NULL, "kauditd"); in audit_receive_msg()
|
D | auditfilter.c | 1155 tsk = kthread_run(audit_send_list, dest, "audit_send_list"); in audit_list_rules_send()
|
/linux-4.4.14/drivers/s390/cio/ |
D | crw.c | 155 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
|
/linux-4.4.14/fs/ecryptfs/ |
D | kthread.c | 94 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | timer.c | 195 task = kthread_run(stt_timer_main, NULL, "st_timer"); in stt_start_timer_thread()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 215 task = kthread_run(sec_gc_main, &sec_gc_thread, "sptlrpc_gc"); in sptlrpc_gc_init()
|
D | pinger.c | 306 rc = PTR_ERR(kthread_run(ptlrpc_pinger_main, &pinger_thread, in ptlrpc_start_pinger()
|
D | ptlrpcd.c | 568 task = kthread_run(ptlrpcd, pc, "%s", pc->pc_name); in ptlrpcd_start()
|
D | service.c | 2259 rc = PTR_ERR(kthread_run(ptlrpc_hr_main, in ptlrpc_start_hr_threads() 2445 rc = PTR_ERR(kthread_run(ptlrpc_main, thread, "%s", thread->t_name)); in ptlrpc_start_thread()
|
D | import.c | 1344 task = kthread_run(ptlrpc_invalidate_import_thread, imp, in ptlrpc_import_recovery_state_machine()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | usb-tx.c | 248 kthread = kthread_run(i2400mu_txd, i2400mu, "%s-tx", in i2400mu_tx_setup()
|
D | usb-rx.c | 438 kthread = kthread_run(i2400mu_rxd, i2400mu, "%s-rx", in i2400mu_rx_setup()
|
/linux-4.4.14/drivers/power/ |
D | tps65217_charger.c | 225 charger->poll_task = kthread_run(tps65217_charger_poll_task, in tps65217_charger_probe()
|
D | tps65090-charger.c | 322 cdata->poll_task = kthread_run(tps65090_charger_poll_task, in tps65090_charger_probe()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mcu_mpc8349emitx.c | 181 shutdown_thread = kthread_run(shutdown_thread_fn, NULL, in mcu_probe()
|
D | suspend.c | 297 kthread_run(agent_thread_fn, NULL, "PCI power mgt"); in mpc83xx_set_agent()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | cmm.c | 668 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init() 724 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_set_disable()
|
/linux-4.4.14/drivers/misc/mic/cosm_client/ |
D | cosm_scif_client.c | 210 client_thread = kthread_run(cosm_scif_client, NULL, "cosm_client"); in cosm_scif_probe()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 574 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread() 576 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
D | ibmphp_hpc.c | 1056 ibmphp_poll_thread = kthread_run(poll_hpc, NULL, "hpc_poll"); in ibmphp_hpc_start_poll_thread()
|
D | cpqphp_ctrl.c | 1767 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()
|
/linux-4.4.14/drivers/w1/ |
D | w1_int.c | 157 dev->thread = kthread_run(&w1_process, dev, "%s", dev->name); in w1_add_master_device()
|
/linux-4.4.14/fs/lockd/ |
D | clntlock.c | 218 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
|
/linux-4.4.14/drivers/uwb/ |
D | uwbd.c | 306 rc->uwbd.task = kthread_run(uwbd, rc, "uwbd"); in uwbd_start()
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | warp.c | 293 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx.c | 959 th = kthread_run(rtsx_control_thread, dev, CR_DRIVER_NAME); in rtsx_probe() 974 th = kthread_run(rtsx_scan_thread, dev, "rtsx-scan"); in rtsx_probe() 984 th = kthread_run(rtsx_polling_thread, dev, "rtsx-polling"); in rtsx_probe()
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 927 jfsIOthread = kthread_run(jfsIOWait, NULL, "jfsIO"); in init_jfs_fs() 940 jfsCommitThread[i] = kthread_run(jfs_lazycommit, NULL, in init_jfs_fs() 950 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
|
/linux-4.4.14/kernel/power/ |
D | swap.c | 706 data[thr].thr = kthread_run(lzo_compress_threadfn, in save_image_lzo() 731 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in save_image_lzo() 1199 data[thr].thr = kthread_run(lzo_decompress_threadfn, in load_image_lzo() 1224 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in load_image_lzo()
|
/linux-4.4.14/drivers/misc/mic/cosm/ |
D | cosm_scif_server.c | 376 server_thread = kthread_run(cosm_scif_server, NULL, "cosm_server"); in cosm_scif_init()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 197 kthread_run(sdio_irq_thread, host, in sdio_card_irq_get()
|
/linux-4.4.14/fs/dlm/ |
D | recoverd.c | 319 p = kthread_run(dlm_recoverd, ls, "dlm_recoverd"); in dlm_recoverd_start()
|
D | lockspace.c | 304 p = kthread_run(dlm_scand, NULL, "dlm_scand"); in dlm_scand_start()
|
/linux-4.4.14/drivers/misc/ |
D | kgdbts.c | 1036 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg"); in kgdbts_run_tests() 1049 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg"); in kgdbts_run_tests()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 247 dev->kthread_vid_out = kthread_run(vivid_thread_vid_out, dev, in vivid_start_generating_vid_out()
|
D | vivid-sdr-cap.c | 275 dev->kthread_sdr_cap = kthread_run(vivid_thread_sdr_cap, dev, in sdr_cap_start_streaming()
|
D | vivid-kthread-cap.c | 862 dev->kthread_vid_cap = kthread_run(vivid_thread_vid_cap, dev, in vivid_start_generating_vid_cap()
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-ir-raw.c | 273 dev->raw->thread = kthread_run(ir_raw_event_thread, dev->raw, in ir_raw_event_register()
|
D | lirc_dev.c | 349 ir->task = kthread_run(lirc_thread, (void *)ir, "lirc_dev"); in lirc_register_driver()
|
/linux-4.4.14/Documentation/ |
D | kref.txt | 84 task = kthread_run(more_data_handling, data, "more_data_handling"); 108 task = kthread_run(more_data_handling, data, "more_data_handling");
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-context.c | 196 pvr2_context_thread_ptr = kthread_run(pvr2_context_thread_func, in pvr2_context_global_init()
|
D | pvrusb2-dvb.c | 185 adap->thread = kthread_run(pvr2_dvb_feed_thread, adap, "pvrusb2-dvb"); in pvr2_dvb_stream_do_start()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_close.c | 374 task = kthread_run(ll_close_thread, lcq, "ll_close"); in ll_close_thread_start()
|
D | lloop.c | 541 kthread_run(loop_thread, lo, "lloop%d", lo->lo_number); in loop_set_fd()
|
D | statahead.c | 1026 task = kthread_run(ll_agl_thread, parent, in ll_start_agl() 1673 rc = PTR_ERR(kthread_run(ll_statahead_thread, parent, in do_statahead_enter()
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 371 tdata[i].task = kthread_run(threadfunc, &tdata[i], in test_rht_init()
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-ipc.c | 285 ipc->tx_thread = kthread_run(kthread_worker_fn, in sst_ipc_init()
|
/linux-4.4.14/fs/notify/ |
D | mark.c | 524 thread = kthread_run(fsnotify_mark_destroy, NULL, in fsnotify_mark_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 398 task = kthread_run(cfs_wi_scheduler, sched, "%s", name); in cfs_wi_sched_create()
|
D | debug.c | 485 dumper = kthread_run(libcfs_debug_dumplog_thread, in libcfs_debug_dumplog()
|
D | tracefile.c | 1088 if (IS_ERR(kthread_run(tracefiled, tctl, "ktracefiled"))) { in cfs_trace_start_thread()
|
/linux-4.4.14/fs/ext4/ |
D | mmp.c | 381 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, mmpd_data, "kmmpd-%s", in ext4_multi_mount_protect()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 130 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm"); in wf_start_thread()
|
D | therm_windtunnel.c | 331 x.poll_task = kthread_run(control_loop, NULL, "g4fand"); in do_attach()
|
D | therm_adt746x.c | 554 th->thread = kthread_run(monitor_task, th, "kfand"); in probe_thermostat()
|
D | mediabay.c | 613 kthread_run(media_bay_task, NULL, "media-bay"); in media_bay_attach()
|
D | adb.c | 243 kthread_run(adb_probe_task, NULL, "kadbprobe"); in __adb_probe_task()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_xs.c | 968 task = kthread_run(xenwatch_thread, NULL, "xenwatch"); in xs_init() 973 task = kthread_run(xenbus_thread, NULL, "xenbus"); in xs_init()
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | core.c | 581 task = kthread_run(pnp_dock_thread, NULL, "kpnpbiosd"); in pnpbios_thread_init()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_pad.c | 215 ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread, in create_power_saving_task()
|
/linux-4.4.14/drivers/mfd/ |
D | ucb1x00-ts.c | 334 ts->rtask = kthread_run(ucb1x00_thread, ts, "ktsd"); in ucb1x00_ts_open()
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 427 thread = kthread_run(devtmpfsd, &err, "kdevtmpfs"); in devtmpfs_init()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_heap.c | 257 heap->task = kthread_run(ion_heap_deferred_free, heap, in ion_heap_init_deferred_free()
|
/linux-4.4.14/arch/s390/mm/ |
D | cmm.c | 460 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init()
|
/linux-4.4.14/kernel/rcu/ |
D | update.c | 806 t = kthread_run(rcu_tasks_kthread, NULL, "rcu_tasks_kthread"); in rcu_spawn_tasks_kthread()
|
D | tree_plugin.h | 2413 t = kthread_run(rcu_nocb_kthread, rdp_spawn, in rcu_spawn_one_nocb_kthread()
|
/linux-4.4.14/drivers/char/hw_random/ |
D | core.c | 431 hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng"); in start_khwrngd()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 383 rc = PTR_ERR(kthread_run(llog_process_thread_daemonize, lpi, in llog_process_or_fork()
|
D | genops.c | 1304 task = kthread_run(obd_zombie_impexp_thread, NULL, "obd_zombid"); in obd_zombie_impexp_init()
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | core.c | 385 session->task = kthread_run(cmtp_session, session, "kcmtpd_ctr_%d", in cmtp_add_connection()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 108 dvb->thread = kthread_run(videobuf_dvb_thread, in videobuf_dvb_start_feed()
|
D | videobuf2-v4l2.c | 1355 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 500 sched->thread = kthread_run(amd_sched_main, sched, sched->name); in amd_sched_init()
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 993 sdcp->thread[DCP_CHAN_HASH_SHA] = kthread_run(dcp_chan_thread_sha, in mxs_dcp_probe() 1000 sdcp->thread[DCP_CHAN_CRYPTO] = kthread_run(dcp_chan_thread_aes, in mxs_dcp_probe()
|
D | mv_cesa.c | 1107 cp->queue_th = kthread_run(queue_manag, cp, "mv_crypto"); in mv_probe()
|
D | sahara.c | 1506 dev->kthread = kthread_run(sahara_queue_manage, dev, "sahara_crypto"); in sahara_probe()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | os_intfs.c | 236 padapter->cmdThread = kthread_run(r8712_cmd_thread, padapter, "%s", in start_drv_threads()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | fmr_pool.c | 289 pool->thread = kthread_run(ib_fmr_cleanup_thread, in ib_create_fmr_pool()
|
/linux-4.4.14/drivers/scsi/ |
D | hosts.c | 492 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 773 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()
|
/linux-4.4.14/fs/btrfs/ |
D | inode-map.c | 177 tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu", in start_caching()
|
D | dev-replace.c | 794 task = kthread_run(btrfs_dev_replace_kthread, fs_info, "btrfs-devrepl"); in btrfs_resume_dev_replace_async()
|
D | disk-io.c | 3001 fs_info->cleaner_kthread = kthread_run(cleaner_kthread, tree_root, in open_ctree() 3006 fs_info->transaction_kthread = kthread_run(transaction_kthread, in open_ctree()
|
D | volumes.c | 3852 tsk = kthread_run(balance_kthread, fs_info, "btrfs-balance"); in btrfs_resume_balance_async() 4213 task = kthread_run(btrfs_uuid_scan_kthread, fs_info, "btrfs-uuid"); in btrfs_create_uuid_tree() 4229 task = kthread_run(btrfs_uuid_rescan_kthread, fs_info, "btrfs-uuid"); in btrfs_check_uuid_tree()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-miropcm20.c | 388 dev->kthread = kthread_run(pcm20_thread, dev, "%s", in pcm20_open()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.c | 291 mq->thread = kthread_run(mmc_queue_thread, mq, "mmcqd/%d%s", in mmc_init_queue()
|
/linux-4.4.14/drivers/sbus/char/ |
D | bbc_envctrl.c | 579 kenvctrld_task = kthread_run(kenvctrld, NULL, "kenvctrld"); in bbc_envctrl_init()
|
D | envctrl.c | 1083 kenvctrld_task = kthread_run(kenvctrld, NULL, "kenvctrld"); in envctrl_probe()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 526 vb->thread = kthread_run(balloon, vb, "vballoon"); in virtballoon_probe()
|
/linux-4.4.14/drivers/staging/most/aim-sound/ |
D | sound.c | 282 channel->playback_task = kthread_run(playback_thread, channel, in pcm_open()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 684 kthread_run(kopald, NULL, "kopald"); in opal_init_heartbeat()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_login.c | 663 conn->tx_thread = kthread_run(iscsi_target_tx_thread, conn, in iscsit_start_kthreads() 672 conn->rx_thread = kthread_run(iscsi_target_rx_thread, conn, in iscsit_start_kthreads()
|
/linux-4.4.14/drivers/md/bcache/ |
D | alloc.c | 689 struct task_struct *k = kthread_run(bch_allocator_thread, in bch_cache_allocator_start()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_main.c | 736 priv->main_thread.task = kthread_run(btmrvl_service_main_thread, in btmrvl_add_card()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 630 s->task = kthread_run(bnep_session, s, "kbnepd %s", dev->name); in bnep_add_connection()
|
/linux-4.4.14/kernel/time/ |
D | clocksource.c | 136 kthread_run(clocksource_watchdog_kthread, NULL, "kwatchdog"); in clocksource_watchdog_work()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 979 hvc_task = kthread_run(khvcd, NULL, "khvcd"); in hvc_init()
|
D | hvcs.c | 1541 hvcs_task = kthread_run(khvcsd, NULL, "khvcsd"); in hvcs_initialize()
|
/linux-4.4.14/fs/gfs2/ |
D | super.c | 370 p = kthread_run(gfs2_logd, sdp, "gfs2_logd"); in init_threads() 378 p = kthread_run(gfs2_quotad, sdp, "gfs2_quotad"); in init_threads()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hdm.c | 787 dev->netinfo_task = kthread_run(&deliver_netinfo_thread, (void *)dev, in dim2_probe()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 1068 task = kthread_run(ldlm_pools_thread_main, ldlm_pools_thread, in ldlm_pools_thread_start()
|
D | ldlm_lockd.c | 743 task = kthread_run(ldlm_bl_thread_main, &bltd, "%s", bltd.bltd_name); in ldlm_bl_thread_start()
|
/linux-4.4.14/drivers/pcmcia/ |
D | cs.c | 172 tsk = kthread_run(pccardd, socket, "pccardd"); in pcmcia_register_socket()
|
/linux-4.4.14/drivers/memstick/host/ |
D | r592.c | 783 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); in r592_probe()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-writes.c | 460 lc->log_kthread = kthread_run(log_writes_kthread, lc, "log-write"); in log_writes_ctr()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 294 solo_dev->kthread = kthread_run(solo_thread, solo_dev, SOLO6X10_NAME "_disp"); in solo_start_thread()
|
D | solo6x10-v4l2-enc.c | 698 solo_dev->ring_thread = kthread_run(solo_ring_thread, solo_dev, in solo_ring_start()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmthread.c | 496 dlm->dlm_thread_task = kthread_run(dlm_thread, dlm, "dlm-%s", in dlm_launch_thread()
|
D | dlmrecovery.c | 207 dlm->dlm_reco_thread_task = kthread_run(dlm_recovery_thread, dlm, in dlm_launch_recovery_thread()
|
/linux-4.4.14/drivers/media/i2c/ |
D | msp3400-driver.c | 858 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()
|
D | tvaudio.c | 2016 chip->thread = kthread_run(chip_thread, chip, "%s", in tvaudio_probe()
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.c | 709 pit->worker_task = kthread_run(kthread_worker_fn, &pit->worker, in kvm_create_pit()
|
/linux-4.4.14/drivers/net/irda/ |
D | stir4200.c | 909 stir->thread = kthread_run(stir_transmit_thread, stir, in stir_net_open()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 939 task = kthread_run(ps3_probe_thread, (void *)repo.bus_id, in ps3_start_probe_thread()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_usb.c | 769 kthread_run(k_mode_thread, NULL, "k_mode_wimax"); in usb_gdm_wimax_init()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.c | 794 th = kthread_run(usb_stor_control_thread, us, "usb-storage"); in usb_stor_acquire_resources()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commctrl.c | 321 dev->thread = kthread_run(aac_command_thread, dev, in next_getadapter_fib()
|
D | linit.c | 1213 aac->thread = kthread_run(aac_command_thread, aac, AAC_DRIVERNAME); in aac_probe_one()
|
D | commsup.c | 1391 aac->thread = kthread_run(aac_command_thread, aac, "%s", in _aac_reset_adapter()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 619 qca->spi_thread = kthread_run((void *)qcaspi_spi_thread, in qcaspi_netdev_open()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 114 sbi->gc_thread->f2fs_gc_task = kthread_run(gc_thread_func, sbi, in start_gc_thread()
|
D | segment.c | 398 fcc->f2fs_issue_flush = kthread_run(issue_flush_thread, sbi, in create_flush_cmd_control()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.c | 1038 cd->health_thread = kthread_run(genwqe_health_thread, cd, in genwqe_health_check_start()
|
D | card_ddcb.c | 1264 cd->card_thread = kthread_run(genwqe_card_thread, cd, in genwqe_setup_service_layer()
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3.c | 482 thread = kthread_run(pt3_fetch_thread, adap, "pt3-ad%i-dmx%i", in pt3_start_streaming()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 1030 dev->thread.thread = kthread_run(my_thread, dev, "%s", dev->name); in saa7134_tvaudio_init2()
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 1092 kthread_run(kgdbdbgp_reader_thread, NULL, "%s", "dbgp"); in kgdbdbgp_start_thread()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | stack.c | 410 newst->thread = kthread_run(mISDNStackd, (void *)newst, "mISDN_%s", in create_stack()
|
D | l1oip_core.c | 808 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 1092 osb->commit_task = kthread_run(ocfs2_commit_thread, osb, in ocfs2_journal_load() 1509 osb->recovery_thread_task = kthread_run(__ocfs2_recovery_thread, osb, in ocfs2_recovery_thread()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 116 blkif->xenblkd = kthread_run(xen_blkif_schedule, blkif, "%s", name); in xen_update_blkif_status()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 1129 spusched_task = kthread_run(spusched_thread, NULL, "spusched"); in spu_sched_init()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | main.c | 1007 priv->main_thread = kthread_run(lbs_thread, dev, "lbs_main"); in lbs_add_card()
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 170 thrinfo->task = kthread_run(threadfn, thrcontext, name); in visor_thread_start()
|
/linux-4.4.14/drivers/block/ |
D | nbd.c | 757 thread = kthread_run(nbd_thread_send, nbd, "%s", in __nbd_ioctl()
|
D | loop.c | 861 lo->worker_task = kthread_run(kthread_worker_fn, in loop_prepare_queue()
|
D | pktcdvd.c | 2634 pd->cdrw.thread = kthread_run(kcdrwd, pd, "%s", pd->name); in pkt_new_dev()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 766 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, in rtw_start_drv_threads()
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | ecard.c | 988 task = kthread_run(ecard_task, NULL, "kecardd"); in ecard_init()
|
/linux-4.4.14/drivers/hv/ |
D | hv_balloon.c | 1469 kthread_run(dm_thread_func, &dm_device, "hv_balloon"); in balloon_probe()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ds.c | 1268 kthread_run(ds_thread, NULL, "kldomd"); in ds_init()
|
/linux-4.4.14/drivers/media/pci/pt1/ |
D | pt1.c | 492 pt1->kthread = kthread_run(pt1_thread, pt1, "earth-pt1"); in pt1_start_polling()
|
/linux-4.4.14/drivers/s390/net/ |
D | lcs.c | 1743 kthread_run(lcs_recovery, card, "lcs_recover"); in lcs_start_kernel_thread() 1746 kthread_run(lcs_register_mc_addresses, card, "regipm"); in lcs_start_kernel_thread()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 2882 struct task_struct *kworker_task = kthread_run(kthread_worker_fn, in nvme_disable_io_queues() 3156 nvme_thread = kthread_run(nvme_kthread, NULL, "nvme"); in nvme_probe_work() 3221 if (IS_ERR(kthread_run(nvme_remove_dead_ctrl, dev, "nvme%d", in nvme_dead_ctrl()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | ps3fb.c | 1173 task = kthread_run(ps3fbd, info, DEVICE_NAME); in ps3fb_probe()
|
D | pxafb.c | 1306 fbi->smart_thread = kthread_run(pxafb_smart_thread, fbi, in pxafb_smart_init()
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 1055 priv->kworker_task = kthread_run(kthread_worker_fn, &priv->kworker, in encx24j600_spi_probe()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 754 itv->irq_worker_task = kthread_run(kthread_worker_fn, &itv->irq_worker, in ivtv_init_struct1()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 1171 s->kworker_task = kthread_run(kthread_worker_fn, &s->kworker, in sc16is7xx_probe()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 953 ap_poll_kthread = kthread_run(ap_poll_thread, NULL, "appoll"); in ap_poll_thread_start()
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_ips.c | 1650 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor"); in ips_probe()
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | core.c | 1054 session->task = kthread_run(hidp_session_thread, session, in hidp_session_start_sync()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 1720 ca->thread = kthread_run(dvb_ca_en50221_thread, ca, "kdvb-ca-%i:%i", in dvb_ca_en50221_init()
|
D | dvb_frontend.c | 940 fe_thread = kthread_run(dvb_frontend_thread, fe, in dvb_frontend_start()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 1587 rx->task = kthread_run(lirc_thread, get_ir_device(ir, true), in ir_probe()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1517 scan_thread = kthread_run(kmemleak_scan_thread, NULL, "kmemleak"); in start_scan_thread()
|
D | ksm.c | 2332 ksm_thread = kthread_run(ksm_scan_thread, NULL, "ksmd"); in ksm_init()
|
D | vmscan.c | 3610 pgdat->kswapd = kthread_run(kswapd, pgdat, "kswapd%d", nid); in kswapd_run()
|
D | huge_memory.c | 152 khugepaged_thread = kthread_run(khugepaged, NULL, in start_stop_khugepaged()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 737 rc = PTR_ERR(kthread_run(mgc_requeue_thread, NULL, in mgc_setup()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_mgt.c | 908 nesvnic->mgt_thread = kthread_run(mgt_thread, nesvnic, "nes_mgt_thread"); in nes_init_mgt_qp()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_erp.c | 1371 thread = kthread_run(zfcp_erp_thread, adapter, "zfcperp%s", in zfcp_erp_thread_setup()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_wlan.c | 1037 wilc->txq_thread = kthread_run(linux_wlan_txq_task, (void *)dev, in wlan_initialize_threads()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 1403 dev->kthread = kthread_run(saa7164_thread_function, dev, in saa7164_initdev()
|
/linux-4.4.14/drivers/hwmon/ |
D | adt7470.c | 1260 data->auto_update = kthread_run(adt7470_update_thread, client, "%s", in adt7470_probe()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1645 ssif_info->thread = kthread_run(ipmi_ssif_thread, ssif_info, in ssif_probe()
|
/linux-4.4.14/drivers/usb/host/ |
D | max3421-hcd.c | 1875 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-video.c | 1517 core->kthread = kthread_run(cx88_audio_thread, core, "cx88 tvaudio"); in cx8800_initdev()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 1210 kthread_run(hdm_enqueue_thread, c, "hdm_fifo_%d", in run_enqueue_thread()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 1329 task = kthread_run(kthread, k, "%s", k->name); in aoe_ktstart()
|
/linux-4.4.14/fs/jbd2/ |
D | journal.c | 290 t = kthread_run(kjournald2, journal, "jbd2/%s", in jbd2_journal_start_thread()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1891 task = kthread_run(threadfn, tinfo, name, ipvs->gen, id); in start_sync_thread()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 1786 hb_task = kthread_run(o2hb_thread, reg, "o2hb-%s", in o2hb_region_dev_store()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1187 master->kworker_task = kthread_run(kthread_worker_fn, in spi_init_queue()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2273 hostdata->work_thread = kthread_run(ibmvscsi_work, hostdata, "%s_%d", in ibmvscsi_probe()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 1005 struct task_struct *task = kthread_run(fn, arg, "%s", name); in ksocknal_thread_start()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 1163 task = kthread_run(nfs4_run_state_manager, clp, "%s", buf); in nfs4_schedule_state_manager()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1578 rc = PTR_ERR(kthread_run(mdc_changelog_send_thread, cs, in mdc_ioc_changelog_send()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | core.c | 2208 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); in rfcomm_init()
|
/linux-4.4.14/fs/nilfs2/ |
D | segment.c | 2616 t = kthread_run(nilfs_segctor_thread, sci, "segctord"); in nilfs_segctor_start_thread()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110.c | 2701 thread = kthread_run(arm_thread, (void *) av7110, "arm_mon"); in av7110_attach()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 5694 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_setup_driver_resource_phase2() 9866 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s3() 10616 phba->worker_thread = kthread_run(lpfc_do_work, phba, in lpfc_pci_resume_one_s4()
|