Searched refs:AVB_AB_MAX_PRIORITY (Results 1 – 3 of 3) sorted by relevance
67 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init()70 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init()423 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active()429 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) { in avb_ab_mark_slot_active()430 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_mark_slot_active()
51 #define AVB_AB_MAX_PRIORITY 15 macro
58 EXPECT_EQ(AVB_AB_MAX_PRIORITY, data.slots[0].priority); in TEST_F()61 EXPECT_EQ(AVB_AB_MAX_PRIORITY - 1, data.slots[1].priority); in TEST_F()297 EXPECT_EQ(AVB_AB_MAX_PRIORITY, loaded.slots[0].priority); in TEST_F()300 EXPECT_EQ(AVB_AB_MAX_PRIORITY - 1, loaded.slots[1].priority); in TEST_F()