Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/disp/
H A Dcpupart.c331 boolean_t unbind_all_threads = (forced != 0); in cpupart_move_cpu() local
388 if ((ret = cpu_unbind(cp->cpu_id, unbind_all_threads)) != 0) { in cpupart_move_cpu()
/titanic_44/usr/src/uts/common/os/
H A Dcpu.c1258 boolean_t unbind_all_threads = (flags & CPU_FORCED) != 0; in cpu_offline() local
1289 error = cpu_unbind(cp->cpu_id, unbind_all_threads); in cpu_offline()
2834 cpu_unbind(processorid_t cpu, boolean_t unbind_all_threads) in cpu_unbind() argument
2864 if (!unbind_all_threads && TB_CPU_IS_HARD(tp)) in cpu_unbind()