| rmixl_intr.c | 455 void *ih = rmixl_vec_establish(vec, 0, IPL_SCHED, NULL, NULL, false); 473 void * const ih = rmixl_vec_establish(vec, -1, IPL_SCHED, 718 rmixl_vec_establish(int vec, int cpumask, int ipl, function in typeref:typename:void * 810 ih = rmixl_vec_establish(vec, cpumask, ipl, func, arg, mpsafe);
|