taskq_create
sleep_taskq = taskq_create("sleep", 1, IPL_NONE, 0);
sc->keyboard.taskq = taskq_create("crosec-keyb", 1, IPL_TTY, 0);
adb_suspendq = taskq_create(sc->sc_dev.dv_xname, 1, IPL_TTY, 0);
sc->sc_taskq = taskq_create(DEVNAME(sc), 1, IPL_SOFTNET, 0);
sc->sc_update_taskq = taskq_create(DEVNAME(sc), 1, IPL_BIO, 0);
sc->sc_cmd_taskq = taskq_create("ipmicmd", 1, IPL_MPFLOOR,
tztq = taskq_create("tztq", 1, IPL_SOFTCLOCK, 0);
rtk->tq = taskq_create("drmrtk", 1, IPL_HIGH, 0);
taskq_create("drmwq", 4, IPL_HIGH, 0);
taskq_create("drmhpwq", 4, IPL_HIGH, 0);
taskq_create("drmubwq", 4, IPL_HIGH, 0);
taskq_create("drmlwq", 4, IPL_HIGH, 0);
taskletq = taskq_create("drmtskl", 1, IPL_HIGH, 0);
w->tq = taskq_create(name, 1, IPL_HIGH, 0);
struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0);
struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0);
struct taskq *tq = taskq_create(name, 1, IPL_TTY, 0);
sc->sc_nswq = taskq_create("iwmns", 1, IPL_NET, 0);
sc->sc_nswq = taskq_create("iwxns", 1, IPL_NET, 0);
sc->sc_nswq = taskq_create("qwxns", 1, IPL_NET, 0);
sc->sc_nswq = taskq_create("qwzns", 1, IPL_NET, 0);
sc->sc_update_taskq = taskq_create(DEVNAME(sc), 1, IPL_BIO, 0);
ch->ch_taskq = taskq_create(name, 1, IPL_NET, TASKQ_MPSAFE);
sc->sc_taskq = taskq_create("viomb", 1, IPL_BIO, 0);
xi->xi_taskq = taskq_create(name, 1, IPL_NET, TASKQ_MPSAFE);
xs->xs_watchtq = taskq_create("xenwatch", 1, IPL_NET, 0);
sd->sd_taskq = taskq_create("srdis", 1, IPL_BIO, 0);
hsotg->wq_otg = taskq_create("dwc2", 1, IPL_VM, 0);
sc->sc_taskq = taskq_create(sc->sc_dv.dv_xname, 1, IPL_TTY, 0);
(sensors_taskq = taskq_create("sensors", 1, IPL_HIGH, 0)) == NULL)
bfdtq = taskq_create("bfd", 1, IPL_SOFTNET, 0);
sn->sn_taskq = taskq_create(sn->sn_name, 1, IPL_NET,
wg_handshake_taskq = taskq_create("wg_handshake",
wg_crypt_taskq = taskq_create("wg_crypt",
struct taskq *taskq_create(const char *, unsigned int, int, unsigned int);