kthread_create
if (kthread_create(xpt_scanner_thread, NULL, NULL, "xpt_thrd")) {
kthread_create((f), (s), (p), __VA_ARGS__)
error = kthread_create(acpi_tz_cooling_thread, sc,
error = kthread_create(acpi_tz_thread, NULL, &acpi_tz_td,
error = kthread_create(apple_smc_thermal_thread, dev,
kthread_create(ahci_port_thread, ap, &ap->ap_thread,
return kthread_create(ism_proc, sp, &sp->stp, "ism_%d", sp->sid);
kthread_create(isc_soc, sp, &sp->soc_thr, "iscsi%d", sp->sid);
#define THREAD_CREATE kthread_create
kthread_create(mmcsd_task, sc, &sc->td, "mmc/sd card task");
kthread_create(mmcsd_task, sc, &sc->td, "mmc/sd card task");
error = kthread_create(mpt_recovery_thread, mpt,
error = kthread_create(mpt_raid_thread, mpt,
kthread_create(nvme_admin_thread, sc, &sc->admintd, "nvme_admin");
kthread_create(sili_port_thread, ap, &ap->ap_thread,
kthread_create(tasklet_runner, NULL, &tasklet_td, "tasklet_runner");
return (kthread_create(kcs_loop, sc, &sc->ipmi_kthread, "%s: kcs",
return (kthread_create(smic_loop, sc, &sc->ipmi_kthread,
return (kthread_create(ssif_loop, sc, &sc->ipmi_kthread,
error = kthread_create(tbridge_curtest->tb_run, NULL, &td,
if (kthread_create(cbb_event_thread, sc, &sc->event_thread,
if (kthread_create(aac_command_thread, sc,
if (kthread_create((void(*)(void *))ciss_notify_thread, sc,
kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
kthread_create(func, farg, proc_ptr, fmtstr, arg)
error = kthread_create(mrsas_ocr_thread, sc, &sc->ocr_thread, "mrsas_ocr%d",
kthread_create
err = kthread_create(msp->simple ? msp3410d_thread : msp3400c_thread,
error = kthread_create(vtballoon_thread, sc, &sc->vtballoon_td, "virtio_balloon");
error = kthread_create((void (*)(void *))kp->func, NULL,
kthread_create(mpipe_thread, mpipe, &mpipe->thread,
kthread_create(syncer_thread, ctx, &ctx->sc_thread,
error = kthread_create(ip_fw3_sync_edge_socket_handler, NULL,
if (kthread_create(pf_purge_thread, NULL, NULL, "pfpurge"))
int kthread_create (void (*)(void *), void *, struct thread **,