Searched refs:GetEntryPriority (Results 1 – 5 of 5) sorted by relevance
57 GetEntryPriority(e))); in GptNextKernelEntry()60 if (GetEntryPriority(e) == gpt->current_priority) { in GptNextKernelEntry()75 int current_prio = GetEntryPriority(e); in GptNextKernelEntry()82 GetEntryPriority(e))); in GptNextKernelEntry()
371 int GetEntryPriority(const GptEntry *e) in GetEntryPriority() function
1061 EXPECT(15 == GetEntryPriority(e)); in EntryAttributeGetSetTest()1065 EXPECT(0 == GetEntryPriority(e)); in EntryAttributeGetSetTest()1069 EXPECT(15 == GetEntryPriority(e)); in EntryAttributeGetSetTest()1075 EXPECT(3 == GetEntryPriority(e)); in EntryAttributeGetSetTest()1242 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()1245 EXPECT(4 == GetEntryPriority(e2 + KERNEL_A)); in GptUpdateTest()1250 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()1256 EXPECT(4 == GetEntryPriority(e + KERNEL_A)); in GptUpdateTest()1264 EXPECT(3 == GetEntryPriority(e + KERNEL_B)); in GptUpdateTest()1269 EXPECT(0 == GetEntryPriority(e + KERNEL_B)); in GptUpdateTest()[all …]
140 int GetEntryPriority(const GptEntry *e);
740 return GetEntryPriority(entry); in GetPriority()