OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eparent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_map.c
337
const struct vm_map_entry *
eparent
= nparent;
local in function:uvm_map_compare_nodes
340
KASSERT(
eparent
->start < ekey->start ||
eparent
->start >= ekey->end);
341
KASSERT(ekey->start <
eparent
->start || ekey->start >=
eparent
->end);
343
if (
eparent
->start < ekey->start)
345
if (
eparent
->end >= ekey->start)
353
const struct vm_map_entry *
eparent
= nparent;
local in function:uvm_map_compare_key
356
if (
eparent
->start < va)
358
if (
eparent
->end >= va
[
all
...]
uvm_map.c
337
const struct vm_map_entry *
eparent
= nparent;
local in function:uvm_map_compare_nodes
340
KASSERT(
eparent
->start < ekey->start ||
eparent
->start >= ekey->end);
341
KASSERT(ekey->start <
eparent
->start || ekey->start >=
eparent
->end);
343
if (
eparent
->start < ekey->start)
345
if (
eparent
->end >= ekey->start)
353
const struct vm_map_entry *
eparent
= nparent;
local in function:uvm_map_compare_key
356
if (
eparent
->start < va)
358
if (
eparent
->end >= va
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025