Home
last modified time | relevance | path

Searched refs:mpi3mr_kproc_create (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_pci.c335 error = mpi3mr_kproc_create(mpi3mr_timestamp_thread, sc, in mpi3mr_ich_startup()
342 error = mpi3mr_kproc_create(mpi3mr_watchdog_thread, sc, in mpi3mr_ich_startup()
H A Dmpi3mr.h842 #define mpi3mr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ macro