Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dprocessor.h109 #define PBIND_HARD -3 /* prevents offlining CPU (default) */ macro
/titanic_41/usr/src/uts/common/syscall/
H A Dprocessor_bind.c222 case PBIND_HARD: in processor_bind()
/titanic_41/usr/src/uts/common/os/
H A Dcpu.c2555 *obind = TB_CPU_IS_SOFT(tp) ? PBIND_SOFT : PBIND_HARD; in cpu_bind_thread()
2568 case PBIND_HARD: in cpu_bind_thread()