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

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c331 boolean_t unbind_all_threads = (forced != 0); local
388 if ((ret = cpu_unbind(cp->cpu_id, unbind_all_threads)) != 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c1258 boolean_t unbind_all_threads = (flags & CPU_FORCED) != 0; local
1289 error = cpu_unbind(cp->cpu_id, unbind_all_threads);
2830 * If `unbind_all_threads' is true, unbind all user threads bound to a given
2834 cpu_unbind(processorid_t cpu, boolean_t unbind_all_threads) argument
2862 * `unbind_all_threads' is not specified.
2864 if (!unbind_all_threads && TB_CPU_IS_HARD(tp))

Completed in 97 milliseconds