Home
last modified time | relevance | path

Searched refs:kthread_create_cpu (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/sys/
H A Dkthread.h63 int kthread_create_cpu (void (*)(void *), void *, struct thread **,
/dflybsd-src/sys/kern/
H A Dkern_kthread.c110 kthread_create_cpu(void (*func)(void *), void *arg, in kthread_create_cpu() function
H A Dkern_sensors.c557 error = kthread_create_cpu(sensor_task_thread, thr, NULL, cpu, in sensor_sysinit()
/dflybsd-src/sys/opencrypto/
H A Dcrypto.c228 kthread_create_cpu(crypto_proc, tdinfo, &tdinfo->crp_td, in crypto_init()