Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/
HDaic_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
/NextBSD/sys/dev/aacraid/
HDaacraid_var.h79 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
80 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
84 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
85 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/NextBSD/sys/dev/mps/
HDmpsvar.h777 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
778 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
781 #define mps_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
782 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/NextBSD/sys/dev/mpr/
HDmprvar.h746 #define mpr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
747 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
750 #define mpr_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
751 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
/NextBSD/sys/dev/mrsas/
HDmrsas.h2767 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
2768 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
2771 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument
2772 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)