OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qcache_idx_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_vmem.c
639
int
qcache_idx_max
;
local in function:qc_init
653
qcache_idx_max
= qcache_max >> vm->vm_quantum_shift;
655
for (i =
qcache_idx_max
; i > 0; i--) {
691
int
qcache_idx_max
;
local in function:qc_destroy
693
qcache_idx_max
= vm->vm_qcache_max >> vm->vm_quantum_shift;
695
for (i = 0; i <
qcache_idx_max
; i++) {
subr_vmem.c
639
int
qcache_idx_max
;
local in function:qc_init
653
qcache_idx_max
= qcache_max >> vm->vm_quantum_shift;
655
for (i =
qcache_idx_max
; i > 0; i--) {
691
int
qcache_idx_max
;
local in function:qc_destroy
693
qcache_idx_max
= vm->vm_qcache_max >> vm->vm_quantum_shift;
695
for (i = 0; i <
qcache_idx_max
; i++) {
Completed in 25 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025