Searched refs:LOS_BitmapSet (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/kernel/base/include/ |
D | los_vm_filemap.h | 92 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/ |
D | los_bitmap.h | 94 VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos);
|
/kernel/liteos_a/kernel/base/core/ |
D | los_bitmap.c | 46 VOID LOS_BitmapSet(UINT32 *bitmap, UINT16 pos) in LOS_BitmapSet() function
|
/kernel/liteos_a/kernel/base/sched/ |
D | los_priority.c | 464 LOS_BitmapSet(&sp->priBitmap, sp->priority); in HPFPriorityInheritance()
|