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

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2405 * If 'threadlistsafe' is set then there is no need to acquire
2410 disp_bound_common(cpu_t *cp, int threadlistsafe, int flag) argument
2417 if (!threadlistsafe)
2460 if (!threadlistsafe)
2471 disp_bound_threads(cpu_t *cp, int threadlistsafe) argument
2473 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU));
2481 disp_bound_anythreads(cpu_t *cp, int threadlistsafe) argument
2483 return (disp_bound_common(cp, threadlistsafe, BOUND_CPU | BOUND_INTR));
2493 disp_bound_partition(cpu_t *cp, int threadlistsafe) argument
2495 return (disp_bound_common(cp, threadlistsafe, BOUND_PARTITIO
[all...]

Completed in 63 milliseconds