OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spc_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_runq.c
238
spc->
spc_count
++;
270
KASSERT(spc->
spc_count
> 0);
275
spc->
spc_count
--;
545
if (bestspc->
spc_count
< curspc->
spc_count
) {
837
if ((spc->spc_flags & SPCF_OFFLINE) != 0 || spc->
spc_count
!= 0) {
915
KASSERT(tspc->
spc_count
>= 1);
1090
if (__predict_false(spc->
spc_count
== 0))
1119
rv = (spc->
spc_count
!= 0);
1206
spc->
spc_count
, spc->spc_maxpriority
[
all
...]
/src/sys/sys/
sched.h
175
u_int
spc_count
; /* m: count of the threads */
member in struct:schedstate_percpu
Completed in 12 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025