OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spc_flags
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/kern/
kern_cpu.c
231
if ((ci->ci_schedstate.
spc_flags
& SPCF_OFFLINE) != 0)
235
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0)
324
spc->
spc_flags
|= SPCF_OFFLINE;
330
if ((mspc->
spc_flags
& SPCF_OFFLINE) == 0)
356
if ((mspc->
spc_flags
& SPCF_OFFLINE) == 0 &&
382
spc->
spc_flags
&= ~SPCF_OFFLINE;
396
spc->
spc_flags
&= ~SPCF_OFFLINE;
415
if ((spc->
spc_flags
& SPCF_OFFLINE) == 0)
419
if ((spc->
spc_flags
& SPCF_OFFLINE) != 0)
427
if ((ci2->ci_schedstate.
spc_flags
& SPCF_OFFLINE) != 0
[
all
...]
subr_cpu.c
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
[
all
...]
sched_4bsd.c
134
if (spc->
spc_flags
& SPCF_SHOULDYIELD) {
141
} else if (spc->
spc_flags
& SPCF_SEENRR) {
148
spc->
spc_flags
|= SPCF_SHOULDYIELD;
156
spc->
spc_flags
|= SPCF_SHOULDYIELD;
158
spc->
spc_flags
|= SPCF_SEENRR;
kern_idle.c
59
spc->
spc_flags
|= SPCF_RUNNING;
83
if ((spc->
spc_flags
& SPCF_OFFLINE) == 0) {
subr_interrupt.c
75
spc->
spc_flags
&= ~SPCF_NOINTR;
77
spc->
spc_flags
|= SPCF_NOINTR;
82
* Change SPCF_NOINTR flag of schedstate_percpu->
spc_flags
.
98
if ((spc->
spc_flags
& SPCF_NOINTR) == 0)
101
if ((spc->
spc_flags
& SPCF_NOINTR) != 0)
kern_runq.c
237
spc->
spc_flags
&= ~SPCF_IDLE;
459
if (__predict_false(spc->
spc_flags
& SPCF_OFFLINE))
837
if ((spc->
spc_flags
& SPCF_OFFLINE) != 0 || spc->spc_count != 0) {
855
if ((spc->
spc_flags
& SPCF_1STCLASS) == 0 &&
sched_m2.c
340
spc->
spc_flags
|= SPCF_SHOULDYIELD;
kern_synch.c
571
spc->
spc_flags
&= ~(SPCF_SWITCHCLEAR | SPCF_IDLE);
581
spc->
spc_flags
= (spc->
spc_flags
& ~SPCF_SWITCHCLEAR) |
sys_pset.c
356
if (psid != PS_NONE && ((spc->
spc_flags
& SPCF_OFFLINE) ||
sys_sched.c
383
if (ispc->
spc_flags
& SPCF_OFFLINE) {
subr_xcall.c
412
if ((ci->ci_schedstate.
spc_flags
& SPCF_RUNNING) == 0)
init_main.c
817
curcpu()->ci_schedstate.
spc_flags
|= SPCF_RUNNING;
subr_prf.c
248
ci->ci_schedstate.
spc_flags
|= SPCF_OFFLINE;
init_sysctl.c
1575
kl->l_schedflags = l->l_cpu->ci_schedstate.
spc_flags
;
kern_proc.c
2864
ki->p_schedflags = l->l_cpu->ci_schedstate.
spc_flags
;
/src/sys/sys/
sched.h
165
volatile int
spc_flags
; /* s: flags; see below */
member in struct:schedstate_percpu
181
/*
spc_flags
*/
/src/sys/arch/alpha/pci/
pci_machdep.c
289
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0 ||
304
if (ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) {
442
(current_ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0) {
/src/sys/arch/x86/x86/
intr.c
566
if ((lci->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0) {
586
if ((ci->ci_schedstate.
spc_flags
&
1687
if ((ici->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0) {
1707
if ((nci->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0) {
1772
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0) {
1960
if ((newci->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0) {
2223
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0) {
cpu.c
1340
sc->sc_wasonline = !(ci->ci_schedstate.
spc_flags
& SPCF_OFFLINE);
/src/sys/rump/librump/rumpkern/
scheduler.c
176
ci->ci_schedstate.
spc_flags
= SPCF_RUNNING;
/src/sys/netinet/
sctp_uio.h
208
u_int16_t
spc_flags
;
member in struct:sctp_paddr_change
sctputil.c
1998
spc->
spc_flags
= 0;
/src/sys/arch/powerpc/pic/
intr.c
835
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0)
/src/sys/arch/powerpc/booke/
e500_intr.c
1505
if ((newci->ci_schedstate.
spc_flags
& SPCF_NOINTR) != 0)
1630
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0)
/src/sys/arch/arm/pic/
pic.c
1042
if ((ci->ci_schedstate.
spc_flags
& SPCF_NOINTR) == 0)
Completed in 67 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025