OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldstatus
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/uvm/
uvm_page_status.c
87
const unsigned int
oldstatus
= uvm_pagegetdirty(pg);
local in function:uvm_pagemarkdirty
96
if (
oldstatus
== newstatus) {
108
} else if (
oldstatus
== UVM_PAGE_STATUS_CLEAN) {
137
CPU_COUNT(base +
oldstatus
, -1);
157
const unsigned int
oldstatus
= uvm_pagegetdirty(pg);
local in function:uvm_pagecheckdirty
177
*
oldstatus
or newstatus is UVM_PAGE_STATUS_UNKNOWN.
180
if (
oldstatus
== UVM_PAGE_STATUS_CLEAN) {
186
if (
oldstatus
== UVM_PAGE_STATUS_DIRTY) {
192
KASSERT(
oldstatus
== UVM_PAGE_STATUS_UNKNOWN);
uvm_loan.c
1164
unsigned
oldstatus
;
local in function:uvm_loanbreak_anon
1183
oldstatus
= uvm_pagegetdirty(anon->an_page);
1223
CPU_COUNT(CPU_COUNT_ANONUNKNOWN +
oldstatus
, -1);
/src/games/warp/
score.h
15
EXT int
oldstatus
;
variable in typeref:typename:EXT int
score.c
254
if (
oldstatus
!= status) {
257
oldstatus
= status;
init.c
542
oldstatus
= oldetorp = oldbtorp = oldstrs = oldenemies = -1;
term.c
536
oldstatus
= oldetorp = oldbtorp = oldstrs = oldenemies = -1;
Completed in 61 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025