| /openbsd-src/sys/sys/ |
| H A D | kthread.h | 45 void kthread_create_deferred(void (*)(void *), void *);
|
| /openbsd-src/sys/kern/ |
| H A D | kern_task.c | 138 kthread_create_deferred(taskq_create_thread, systq); in taskq_init() 140 kthread_create_deferred(taskq_create_thread, systqmp); in taskq_init() 175 kthread_create_deferred(taskq_create_thread, tq); in taskq_create()
|
| H A D | kern_kthread.c | 114 kthread_create_deferred(void (*func)(void *), void *arg) in kthread_create_deferred() function
|
| H A D | kern_sched.c | 96 kthread_create_deferred(sched_kthreads_create, ci); in sched_init_cpu()
|
| H A D | kern_timeout.c | 260 kthread_create_deferred(softclock_create_thread, NULL); in timeout_proc_init()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | bcm2835_dwctwo.c | 125 kthread_create_deferred(bcm_dwctwo_deferred, sc); in bcm_dwctwo_attach()
|
| /openbsd-src/sys/arch/hppa/dev/ |
| H A D | power.c | 117 kthread_create_deferred(power_thread_create, sc); in powerattach()
|
| /openbsd-src/sys/arch/macppc/dev/ |
| H A D | thermal.c | 76 kthread_create_deferred(thermal_thread_create, &thermal_enable); in thermal_thread_init()
|
| H A D | mediabay.c | 128 kthread_create_deferred(mediabay_create_kthread, sc); in mediabay_attach()
|
| H A D | xlights.c | 192 kthread_create_deferred(xlights_deferred, sc); in xlights_attach()
|
| /openbsd-src/sys/dev/isa/ |
| H A D | fdc.c | 166 kthread_create_deferred(fdc_create_kthread, fdc); in fdcattach()
|
| /openbsd-src/sys/dev/onewire/ |
| H A D | onewire.c | 113 kthread_create_deferred(onewire_createthread, sc); in onewire_attach()
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | acpitz.c | 251 kthread_create_deferred(acpitz_init_perf, sc); in acpitz_attach()
|
| H A D | acpi.c | 1314 kthread_create_deferred(acpi_create_thread, sc); in acpi_submatch()
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | stp4020.c | 192 kthread_create_deferred(stp4020_create_event_thread, sc); in stpattach_common()
|
| /openbsd-src/sys/uvm/ |
| H A D | uvm_km.c | 532 kthread_create_deferred(uvm_km_createthread, NULL); in uvm_km_page_lateinit()
|
| /openbsd-src/sys/dev/sdmmc/ |
| H A D | sdmmc.c | 169 kthread_create_deferred(sdmmc_create_thread, sc); in sdmmc_attach()
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | apm.c | 842 kthread_create_deferred(apm_thread_create, sc); in apmattach()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | usb.c | 152 kthread_create_deferred(usb_create_task_threads, NULL); in usb_attach()
|
| H A D | if_wi_usb.c | 345 kthread_create_deferred(wi_usb_start_thread, sc); in wi_usb_attach()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | twe.c | 406 kthread_create_deferred(twe_thread_create, sc); in twe_attach()
|
| H A D | i82365.c | 516 kthread_create_deferred(pcic_create_event_thread, h); in pcic_init_socket()
|
| H A D | aac.c | 284 kthread_create_deferred(aac_create_thread, sc); in aac_attach()
|
| /openbsd-src/sys/dev/ |
| H A D | ipmi.c | 1573 kthread_create_deferred(ipmi_create_thread, sc); in ipmi_attach_common()
|
| H A D | softraid.c | 3238 kthread_create_deferred(sr_rebuild_start, sd); in sr_rebuild_init() 3583 kthread_create_deferred(sr_rebuild_start, sd); in sr_ioctl_createraid()
|