Home | History | Annotate | Download | only in kern

Lines Matching refs:spc_flags

275 	ci->ci_schedstate.spc_flags |=
297 ci->ci_schedstate.spc_flags &=
320 ci->ci_schedstate.spc_flags &=
373 ci3->ci_schedstate.spc_flags |= SPCF_CORE1ST;
379 if ((ci->ci_schedstate.spc_flags & SPCF_CORE1ST) == 0) {
385 if ((ci2->ci_schedstate.spc_flags &
394 if ((ci3->ci_schedstate.spc_flags & SPCF_PACKAGE1ST) != 0) {
398 ci3->ci_schedstate.spc_flags |= SPCF_PACKAGE1ST;
410 if ((ci2->ci_schedstate.spc_flags & SPCF_PACKAGE1ST)
445 ci->ci_schedstate.spc_flags |= SPCF_1STCLASS;
454 if ((ci->ci_schedstate.spc_flags & SPCF_CORE1ST) != 0) {
455 ci->ci_schedstate.spc_flags |= SPCF_1STCLASS;