Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic_osm_lib.h130 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ macro
133 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ macro
137 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ macro
Daic_osm_lib.c78 error = aic_kthread_create(aic_recovery_thread, aic, in aic_spawn_recovery_thread()