OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_map.c
2602
struct vm_map_entry *
oldent
, *last;
local in function:uvm_map_replace
2610
if (!uvm_map_lookup_entry(map, start, &
oldent
)) {
2618
if (end <
oldent
->end) {
2619
UVM_MAP_CLIP_END(map,
oldent
, end);
2621
if (
oldent
->start != start ||
oldent
->end != end ||
2622
oldent
->object.uvm_obj != NULL ||
oldent
->aref.ar_amap != NULL) {
2677
if (map->first_free ==
oldent
)
2680
last->next =
oldent
->next
[
all
...]
uvm_map.c
2602
struct vm_map_entry *
oldent
, *last;
local in function:uvm_map_replace
2610
if (!uvm_map_lookup_entry(map, start, &
oldent
)) {
2618
if (end <
oldent
->end) {
2619
UVM_MAP_CLIP_END(map,
oldent
, end);
2621
if (
oldent
->start != start ||
oldent
->end != end ||
2622
oldent
->object.uvm_obj != NULL ||
oldent
->aref.ar_amap != NULL) {
2677
if (map->first_free ==
oldent
)
2680
last->next =
oldent
->next
[
all
...]
Completed in 30 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025