HomeSort by: relevance | last modified time | path
    Searched defs:newstatus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_page_status.c 84 uvm_pagemarkdirty(struct vm_page *pg, unsigned int newstatus)
90 KASSERT((~newstatus & (PG_CLEAN|PG_DIRTY)) != 0);
91 KASSERT((newstatus & ~(PG_CLEAN|PG_DIRTY)) == 0);
96 if (oldstatus == newstatus) {
106 if (newstatus == UVM_PAGE_STATUS_CLEAN) {
120 if (newstatus == UVM_PAGE_STATUS_UNKNOWN) {
127 pg->flags |= newstatus;
138 CPU_COUNT(base + newstatus, +1);
177 * oldstatus or newstatus is UVM_PAGE_STATUS_UNKNOWN.
183 const unsigned int newstatus = pgprotected local in function:uvm_pagecheckdirty
    [all...]
  /src/sys/arch/arm/sa11x0/
sa11xx_pcic.c 142 int newstatus, s; local in function:sapcic_event_thread
158 newstatus = (so->pcictag->read)(so, SAPCIC_STATUS_CARD);
161 if (so->laststatus == newstatus) {
170 so->laststatus = newstatus;
171 switch (newstatus) {
186 newstatus);

Completed in 12 milliseconds