Searched refs:stackpgs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic_osm_lib.h | 110 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 111 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
|
| /freebsd-13.1/sys/dev/aacraid/ |
| H A D | aacraid_var.h | 64 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 65 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
|
| /freebsd-13.1/sys/dev/mrsas/ |
| H A D | mrsas.h | 3636 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 3637 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) 3640 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 3641 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
|