OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_COUNT
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/uvm/
uvm_page_status.c
88
enum
cpu_count
base;
137
CPU_COUNT
(base + oldstatus, -1);
138
CPU_COUNT
(base + newstatus, +1);
uvm_pgflcache.c
154
CPU_COUNT
(CPU_COUNT_FREEPAGES, -(count - pcc->count));
192
CPU_COUNT
(CPU_COUNT_FREEPAGES, adj);
uvm_page.c
228
cpu_count
(CPU_COUNT_EXECPAGES, 1);
230
cpu_count
(CPU_COUNT_FILEUNKNOWN + status, 1);
232
cpu_count
(CPU_COUNT_ANONUNKNOWN + status, 1);
287
cpu_count
(CPU_COUNT_EXECPAGES, -1);
289
cpu_count
(CPU_COUNT_FILEUNKNOWN + status, -1);
291
cpu_count
(CPU_COUNT_ANONUNKNOWN + status, -1);
1050
CPU_COUNT
(CPU_COUNT_FREEPAGES, -1);
1065
CPU_COUNT
(c == trycolor ?
1067
CPU_COUNT
(CPU_COUNT_CPUMISS, 1);
1093
CPU_COUNT
(CPU_COUNT_CPUHIT, 1)
[
all
...]
uvm_loan.c
1223
CPU_COUNT
(CPU_COUNT_ANONUNKNOWN + oldstatus, -1);
1225
CPU_COUNT
(CPU_COUNT_ANONDIRTY, 1);
uvm_pglist.c
103
CPU_COUNT
(CPU_COUNT_FREEPAGES, -1);
uvm_fault.c
283
cpu_count
(CPU_COUNT_FLTANGET, 1);
330
cpu_count
(CPU_COUNT_FLTPGWAIT, 1);
367
cpu_count
(CPU_COUNT_FLTNORAM, 1);
386
cpu_count
(CPU_COUNT_PAGEINS, 1);
525
cpu_count
(CPU_COUNT_FLTANRETRY, 1);
625
cpu_count
(CPU_COUNT_FLTNOANON, 1);
631
cpu_count
(CPU_COUNT_FLTNORAM, 1);
874
CPU_COUNT
(CPU_COUNT_NFAULT, 1);
1066
cpu_count
(CPU_COUNT_FLTAMCOPY, 1);
1267
cpu_count
(CPU_COUNT_FLTNOUP, 1)
[
all
...]
/src/sys/kern/
kern_fork.c
555
CPU_COUNT
(CPU_COUNT_FORKS, 1);
557
CPU_COUNT
(CPU_COUNT_FORKS_PPWAIT, 1);
559
CPU_COUNT
(CPU_COUNT_FORKS_SHAREVM, 1);
kern_softint.c
631
CPU_COUNT
(CPU_COUNT_NSOFT, 1);
kern_synch.c
749
CPU_COUNT
(CPU_COUNT_NSWTCH, 1);
/src/sys/sys/
cpu_data.h
50
enum
cpu_count
{
enum
245
#define
CPU_COUNT
(idx, d) \
257
cpu_count_get(enum
cpu_count
idx)
263
void
cpu_count
(enum
cpu_count
, int64_t);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
64
#if !defined(
CPU_COUNT
) && !defined(__aarch64__)
668
#elif SANITIZER_ANDROID && !defined(
CPU_COUNT
) && !defined(__aarch64__)
709
return
CPU_COUNT
(&CPUs);
Completed in 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026