Searched refs:refCounts (Results 1 – 10 of 10) sorted by relevance
/kernel/liteos_a/kernel/base/vm/ |
D | los_vm_phys.c | 410 LOS_AtomicSet(&page->refCounts, 0); in OsVmPhysPagesGet() 497 if (LOS_AtomicDecRet(&page->refCounts) <= 0) { in LOS_PhysPageFree() 502 LOS_AtomicSet(&page->refCounts, 0); in LOS_PhysPageFree() 555 if (LOS_AtomicRead(&oldPage->refCounts) == 1) { in OsPhysSharePageCopy() 568 LOS_AtomicInc(&newPage->refCounts); in OsPhysSharePageCopy() 569 LOS_AtomicDec(&oldPage->refCounts); in OsPhysSharePageCopy() 607 if (LOS_AtomicDecRet(&page->refCounts) <= 0) { in LOS_PhysPagesFree() 611 LOS_AtomicSet(&page->refCounts, 0); in LOS_PhysPagesFree()
|
D | los_vm_fault.c | 123 LOS_AtomicInc(&page->refCounts); in OsDoReadFault() 219 LOS_AtomicInc(&newPage->refCounts); in OsDoCowFault() 297 LOS_AtomicInc(&page->refCounts); in OsDoSharedFault() 436 LOS_AtomicInc(&newPage->refCounts); in OsVmPageFaultHandler()
|
D | los_vm_dump.c | 233 shareRef = LOS_AtomicRead(&page->refCounts); in OsUProcessPmUsage() 295 ref = LOS_AtomicRead(&page->refCounts); in OsCountRegionPages() 476 … vaddr, l1Index, ttEntry, l2Table, l2Index, l2Table[l2Index], LOS_AtomicRead(&page->refCounts)); in OsDumpPte()
|
D | los_vm_page.c | 48 LOS_AtomicSet(&page->refCounts, 0); in OsVmPageInit()
|
D | los_vm_scan.c | 48 LOS_AtomicDec(&page->vmPage->refCounts); in OsUnmapPageLocked()
|
D | los_vm_map.c | 301 LOS_AtomicInc(&page->refCounts); in LOS_VmSpaceClone() 1001 LOS_AtomicInc(&vmPage->refCounts); 1053 LOS_AtomicInc(&vmPage->refCounts);
|
D | shm.c | 187 LOS_AtomicDec(&page->refCounts); in ShmPagesRefDec() 324 LOS_AtomicInc(&vmPage->refCounts); in ShmVmmMapping()
|
D | los_vm_filemap.c | 358 LOS_AtomicDec(&fpage->vmPage->refCounts); in OsDelMapInfo()
|
/kernel/liteos_a/kernel/base/include/ |
D | los_vm_page.h | 50 Atomic refCounts; /**< vm page ref count */ member
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
D | los_load_elf.c | 773 LOS_AtomicInc(&vmPage->refCounts); in OsStackAlloc()
|