Searched refs:kthread_run (Results 26 - 50 of 250) sorted by relevance

12345678910

/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c594 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
648 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
/linux-master/fs/smb/server/
H A Dtransport_tcp.c203 handler = kthread_run(ksmbd_conn_handler_loop,
282 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s",
/linux-master/drivers/mmc/core/
H A Dsdio_irq.c234 kthread_run(sdio_irq_thread, host,
/linux-master/drivers/w1/
H A Dw1_int.c139 dev->thread = kthread_run(&w1_process, dev, "%s", dev->name);
/linux-master/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c172 shutdown_thread = kthread_run(shutdown_thread_fn, NULL,
H A Dsuspend.c296 kthread_run(agent_thread_fn, NULL, "PCI power mgt");
/linux-master/arch/parisc/kernel/
H A Dpdt.c356 kpdtd_task = kthread_run(pdt_mainloop, NULL, "kpdtd");
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c248 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name);
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c589 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d",
797 kthread = kthread_run(xpc_kthread_start, (void *)args,
809 * failed kthread_run() would have made.
1234 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME);
1246 kthread = kthread_run(xpc_initiate_discovery, NULL,
/linux-master/drivers/power/supply/
H A Dtps65217_charger.c223 poll_task = kthread_run(tps65217_charger_poll_task,
H A Dtps65090-charger.c312 cdata->poll_task = kthread_run(tps65090_charger_poll_task,
/linux-master/fs/lockd/
H A Dclntlock.c218 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name);
/linux-master/arch/powerpc/platforms/44x/
H A Dwarp.c316 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm");
/linux-master/drivers/misc/mei/
H A Dgsc-me.c91 hw->polling_thread = kthread_run(mei_me_polling_thread, dev,
/linux-master/kernel/
H A Dhung_task.c396 watchdog_task = kthread_run(watchdog, NULL, "khungtaskd");
/linux-master/drivers/misc/
H A Dkgdbts.c1047 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg");
1060 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg");
/linux-master/drivers/mfd/
H A Ducb1x00-ts.c331 ts->rtask = kthread_run(ucb1x00_thread, ts, "ktsd");
/linux-master/drivers/macintosh/
H A Dwindfarm_core.c127 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm");
/linux-master/fs/ext4/
H A Dmmp.c392 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, sb, "kmmpd-%.*s",
/linux-master/arch/s390/mm/
H A Dcmm.c398 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
/linux-master/drivers/acpi/
H A Dacpi_pad.c222 ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread,
/linux-master/kernel/trace/
H A Dring_buffer_benchmark.c449 producer = kthread_run(ring_buffer_producer_thread,
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c183 pvr2_context_thread_ptr = kthread_run(pvr2_context_thread_func,
/linux-master/fs/dlm/
H A Drecoverd.c445 p = kthread_run(dlm_recoverd, ls, "dlm_recoverd");
/linux-master/kernel/power/
H A Dswap.c756 data[thr].thr = kthread_run(compress_threadfn,
780 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32");
1265 data[thr].thr = kthread_run(decompress_threadfn,
1289 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32");

Completed in 393 milliseconds

12345678910