OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endidx
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/uvm/
uvm_aobj.c
1334
int startidx,
endidx
;
local in function:uao_dropswap_range
1351
endidx
=
1354
endidx
= UAO_SWHASH_CLUSTER_SIZE;
1357
for (j = startidx; j <
endidx
; j++) {
uvm_aobj.c
1334
int startidx,
endidx
;
local in function:uao_dropswap_range
1351
endidx
=
1354
endidx
= UAO_SWHASH_CLUSTER_SIZE;
1357
for (j = startidx; j <
endidx
; j++) {
/src/sys/dev/pci/
unichromefb.c
924
int startidx,
endidx
, cridx;
local in function:uni_load_reg
932
endidx
= reg[i].end_bit;
937
for (j = startidx; j <=
endidx
; j++) {
unichromefb.c
924
int startidx,
endidx
, cridx;
local in function:uni_load_reg
932
endidx
= reg[i].end_bit;
937
for (j = startidx; j <=
endidx
; j++) {
/src/sys/arch/powerpc/oea/
pmap.c
1506
uint32_t idx,
endidx
;
local in function:pmap_pvo_reclaim
1508
endidx
= pmap_pvo_reclaim_nextidx;
1509
for (idx = (
endidx
+ 1) & pmap_pteg_mask; idx !=
endidx
;
pmap.c
1506
uint32_t idx,
endidx
;
local in function:pmap_pvo_reclaim
1508
endidx
= pmap_pvo_reclaim_nextidx;
1509
for (idx = (
endidx
+ 1) & pmap_pteg_mask; idx !=
endidx
;
Completed in 32 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025