Home
last modified time | relevance | path

Searched refs:LOS_BitmapSet (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_vm_filemap.h92 LOS_BitmapSet(&page->flags, FILE_PAGE_LOCKED); in OsSetPageLocked()
102 LOS_BitmapSet(&page->flags, FILE_PAGE_DIRTY); in OsSetPageDirty()
112 LOS_BitmapSet(&page->flags, FILE_PAGE_ACTIVE); in OsSetPageActive()
122 LOS_BitmapSet(&page->flags, FILE_PAGE_LRU); in OsSetPageLRU()
127 LOS_BitmapSet(&page->flags, FILE_PAGE_FREE); in OsSetPageFree()
137 LOS_BitmapSet(&page->flags, FILE_PAGE_REFERENCED); in OsSetPageReferenced()
173 LOS_BitmapSet(&page->flags, FILE_PAGE_SHARED); in OsSetPageShared()
/kernel/liteos_a/kernel/include/
Dlos_bitmap.h94 VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos);
/kernel/liteos_a/kernel/base/core/
Dlos_bitmap.c46 VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos) in LOS_BitmapSet() function
/kernel/liteos_a/kernel/base/sched/
Dlos_priority.c464 LOS_BitmapSet(&sp->priBitmap, sp->priority); in HPFPriorityInheritance()