Home
last modified time | relevance | path

Searched refs:stackpgs (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/aic7xxx/
H A Daic_osm_lib.h130 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
131 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
133 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
134 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
137 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_var.h81 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
82 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
86 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
87 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-12.1/sys/dev/mps/
H A Dmpsvar.h831 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
832 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
835 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
836 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-12.1/sys/dev/mpr/
H A Dmprvar.h909 #define mpr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
910 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
913 #define mpr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
914 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas.h3381 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
3382 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
3385 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
3386 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)