Searched refs:LOS_LowBitGet (Results 1 – 4 of 4) sorted by relevance
133 UINT16 LOS_LowBitGet(UINT32 bitmap);
73 UINT16 LOS_LowBitGet(UINT32 bitmap) in LOS_LowBitGet() function
56 #define VM_PHYS_TO_ORDER(phys) (min(LOS_LowBitGet((phys) >> PAGE_SHIFT), VM_LIST_ORDER_MAX - 1))
510 priority = LOS_LowBitGet(sp->priBitmap); in HPFPriorityRestore()