Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c69 static uint32_t g_laneReqIdBitmap[LANE_REQ_ID_BITMAP_COUNT]; variable
101 …if (((g_laneReqIdBitmap[idIndex >> ID_SHIFT_STEP] >> (idIndex & ID_CALC_MASK)) & IS_USED) == IS_NO… in AllocLaneReqId()
102 g_laneReqIdBitmap[idIndex >> ID_SHIFT_STEP] |= (IS_USED << (idIndex & ID_CALC_MASK)); in AllocLaneReqId()
131 g_laneReqIdBitmap[idIndex >> ID_SHIFT_STEP] &= (~(IS_USED << (idIndex & ID_CALC_MASK))); in DestroyLaneReqId()