Home
last modified time | relevance | path

Searched refs:LOS_BitmapSetNBits (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/arch/arm/arm/src/
Dlos_asid.c55 LOS_BitmapSetNBits(g_asidPool, firstZeroBit, 1); in OsAllocAsid()
/kernel/liteos_a/kernel/include/
Dlos_bitmap.h193 VOID LOS_BitmapSetNBits(UINTPTR *bitmap, UINT32 start, UINT32 numsSet);
/kernel/liteos_a/kernel/base/core/
Dlos_bitmap.c82 VOID LOS_BitmapSetNBits(UINTPTR *bitmap, UINT32 start, UINT32 numsSet) in LOS_BitmapSetNBits() function