Searched defs:disp_bound_common (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2403 * disp_bound_common() - common routine for higher level functions
2410 disp_bound_common(cpu_t *cp, int threadlistsafe, int flag) function
2473 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU));
2483 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU | BOUND_INTR));
2495 return (disp_bound_common(cp, threadlistsafe, BOUND_PARTITION));

Completed in 48 milliseconds