| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic_osm_lib.h | 130 #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 D | aacraid_var.h | 81 #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 D | mpsvar.h | 831 #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 D | mprvar.h | 909 #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 D | mrsas.h | 3381 #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)
|