Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Ddisp.c2410 disp_bound_common(cpu_t *cp, int threadlistsafe, int flag) in disp_bound_common() argument
2417 if (!threadlistsafe) in disp_bound_common()
2460 if (!threadlistsafe) in disp_bound_common()
2471 disp_bound_threads(cpu_t *cp, int threadlistsafe) in disp_bound_threads() argument
2473 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU)); in disp_bound_threads()
2481 disp_bound_anythreads(cpu_t *cp, int threadlistsafe) in disp_bound_anythreads() argument
2483 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU | BOUND_INTR)); in disp_bound_anythreads()
2493 disp_bound_partition(cpu_t *cp, int threadlistsafe) in disp_bound_partition() argument
2495 return (disp_bound_common(cp, threadlistsafe, BOUND_PARTITION)); in disp_bound_partition()