Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2408 disp_bound_common(cpu_t *cp, int threadlistsafe, int flag) in disp_bound_common() argument
2415 if (!threadlistsafe) in disp_bound_common()
2458 if (!threadlistsafe) in disp_bound_common()
2469 disp_bound_threads(cpu_t *cp, int threadlistsafe) in disp_bound_threads() argument
2471 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU)); in disp_bound_threads()
2479 disp_bound_anythreads(cpu_t *cp, int threadlistsafe) in disp_bound_anythreads() argument
2481 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU | BOUND_INTR)); in disp_bound_anythreads()
2491 disp_bound_partition(cpu_t *cp, int threadlistsafe) in disp_bound_partition() argument
2493 return (disp_bound_common(cp, threadlistsafe, BOUND_PARTITION)); in disp_bound_partition()