/openbsd/sys/kern/ |
H A D | init_main.c | 497 if (kthread_create(uvm_pageout, NULL, NULL, "pagedaemon")) in main() 501 if (kthread_create(reaper, NULL, &reaperproc, "reaper")) in main() 505 if (kthread_create(buf_daemon, NULL, &cleanerproc, "cleaner")) in main() 509 if (kthread_create(syncer_thread, NULL, &syncerproc, "update")) in main() 513 if (kthread_create(uvm_aiodone_daemon, NULL, NULL, "aiodoned")) in main() 518 if (kthread_create(uvm_pagezero_thread, NULL, NULL, "zerothread")) in main()
|
H A D | kern_kthread.c | 48 kthread_create(void (*func)(void *), void *arg, in kthread_create() function
|
H A D | kern_smr.c | 75 if (kthread_create(smr_thread, NULL, NULL, "smr") != 0) in smr_startup_thread()
|
H A D | kern_acct.c | 299 return (kthread_create(acct_thread, NULL, &acct_proc, "acct")); in acct_start()
|
H A D | kern_timeout.c | 777 if (kthread_create(softclock_thread, NULL, NULL, "softclock")) in softclock_create_thread() 780 if (kthread_create(softclock_thread_mp, NULL, NULL, "softclockmp")) in softclock_create_thread()
|
H A D | kern_task.c | 235 rv = kthread_create(taskq_thread, tq, NULL, tq->tq_name); in taskq_create_thread()
|
/openbsd/sys/sys/ |
H A D | kthread.h | 43 int kthread_create(void (*)(void *), void *, struct proc **,
|
/openbsd/sys/arch/hppa/dev/ |
H A D | power.c | 135 if (kthread_create(sc->sc_kicker, sc, &sc->sc_thread, in power_thread_create()
|
/openbsd/sys/nfs/ |
H A D | nfs_aiod.c | 180 error = kthread_create(nfs_aiod, NULL, NULL, "nfsaio"); in nfs_set_naiod()
|
H A D | nfs_kq.c | 367 error = kthread_create(nfs_kqpoll, NULL, &pnfskq, in nfs_kqwatch()
|
H A D | nfs_syscalls.c | 703 kthread_create(nfssvc_iod, NULL, NULL, "nfsio"); in nfs_getset_niothreads()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | thermal.c | 82 if (kthread_create(thermal_thread_loop, &thermal_enable, NULL, in thermal_thread_create()
|
H A D | mediabay.c | 216 kthread_create(mediabay_kthread, sc, &sc->sc_kthread, in mediabay_create_kthread()
|
H A D | xlights.c | 214 kthread_create(xlights_theosDOT, v, NULL, sc->sc_dev.dv_xname); in xlights_deferred()
|
/openbsd/sys/dev/isa/ |
H A D | fdc.c | 173 if (kthread_create(fdcattach_deferred, arg, NULL, "fdcattach") != 0) { in fdc_create_kthread()
|
/openbsd/sys/dev/usb/ |
H A D | usb.c | 278 if (kthread_create(usb_abort_task_thread, NULL, in usb_create_task_threads() 282 if (kthread_create(usb_task_thread, NULL, in usb_create_task_threads()
|
/openbsd/sys/dev/onewire/ |
H A D | onewire.c | 416 if (kthread_create(onewire_thread, sc, &sc->sc_thread, in onewire_createthread()
|
/openbsd/sys/dev/sbus/ |
H A D | stp4020.c | 273 if (kthread_create(stp4020_event_thread, sc, &sc->event_thread, in stp4020_create_event_thread()
|
/openbsd/sys/dev/hil/ |
H A D | hil.c | 253 if (kthread_create(hil_thread, sc, &sc->sc_thread, in hil_attach_deferred()
|
/openbsd/sys/uvm/ |
H A D | uvm_km.c | 538 kthread_create(uvm_km_thread, NULL, &uvm_km_pages.km_proc, "kmthread"); in uvm_km_createthread()
|
/openbsd/sys/dev/sdmmc/ |
H A D | sdmmc.c | 230 if (kthread_create(sdmmc_task_thread, sc, &sc->sc_task_thread, in sdmmc_create_thread()
|
/openbsd/sys/arch/i386/i386/ |
H A D | apm.c | 887 if (kthread_create(apm_thread, sc, &sc->sc_thread, in apm_thread_create()
|
/openbsd/sys/dev/ic/ |
H A D | twe.c | 416 if (kthread_create(twe_thread, sc, &sc->sc_thread, in twe_thread_create()
|
H A D | i82365.c | 401 if (kthread_create(pcic_event_thread, h, &h->event_thread, name)) { in pcic_create_event_thread()
|
H A D | tcic2.c | 450 if (kthread_create(tcic_event_thread, h, &h->event_thread, name)) { in tcic_create_event_thread()
|