OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncolors
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/xen/x86/
cpu.c
329
int
ncolors
= 2, i;
local in function:cpu_vm_init
348
ncolors
= uimax(
ncolors
, tcolors);
355
aprint_debug_dev(ci->ci_dev, "%d page colors\n",
ncolors
);
356
uvm_page_recolor(
ncolors
);
/src/sys/arch/x86/x86/
cpu.c
279
unsigned int
ncolors
= 2;
local in function:cpu_vm_init
304
if (tcolors <=
ncolors
)
306
ncolors
= tcolors;
315
if (
ncolors
& (
ncolors
- 1) ) {
317
for (try = 1; try <
ncolors
; try *= 2) {
318
if (
ncolors
% try == 0) picked = try;
322
" > 1, but not even!",
ncolors
);
324
ncolors
= picked;
331
aprint_debug_dev(ci->ci_dev, "%d page colors\n",
ncolors
);
[
all
...]
/src/sys/uvm/
uvm_extern.h
330
int
ncolors
; /* number of page color buckets: must be p-o-2 */
member in struct:uvmexp
502
int64_t
ncolors
;
member in struct:uvmexp_sysctl
Completed in 36 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025