OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copying
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_map.c
4715
bool
copying
;
local in function:uvm_mapent_trymerge
4727
copying
= (flags & UVM_MERGE_COPYING) != 0;
4728
newetype =
copying
? (entry->etype & ~UVM_ET_NEEDSCOPY) : entry->etype;
4733
((
copying
&& next->aref.ar_amap != NULL &&
4735
(!
copying
&& next->aref.ar_amap == NULL)) &&
4743
if (
copying
) {
4759
if (
copying
) {
4772
((
copying
&& !merged && prev->aref.ar_amap != NULL &&
4774
(!
copying
&& prev->aref.ar_amap == NULL)) &&
4783
if (
copying
) {
[
all
...]
uvm_map.c
4715
bool
copying
;
local in function:uvm_mapent_trymerge
4727
copying
= (flags & UVM_MERGE_COPYING) != 0;
4728
newetype =
copying
? (entry->etype & ~UVM_ET_NEEDSCOPY) : entry->etype;
4733
((
copying
&& next->aref.ar_amap != NULL &&
4735
(!
copying
&& next->aref.ar_amap == NULL)) &&
4743
if (
copying
) {
4759
if (
copying
) {
4772
((
copying
&& !merged && prev->aref.ar_amap != NULL &&
4774
(!
copying
&& prev->aref.ar_amap == NULL)) &&
4783
if (
copying
) {
[
all
...]
uvm_map.c
4715
bool
copying
;
local in function:uvm_mapent_trymerge
4727
copying
= (flags & UVM_MERGE_COPYING) != 0;
4728
newetype =
copying
? (entry->etype & ~UVM_ET_NEEDSCOPY) : entry->etype;
4733
((
copying
&& next->aref.ar_amap != NULL &&
4735
(!
copying
&& next->aref.ar_amap == NULL)) &&
4743
if (
copying
) {
4759
if (
copying
) {
4772
((
copying
&& !merged && prev->aref.ar_amap != NULL &&
4774
(!
copying
&& prev->aref.ar_amap == NULL)) &&
4783
if (
copying
) {
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025