Searched refs:update_result (Results 1 – 1 of 1) sorted by relevance
87 boolean_t update_result = false; variable104 update_result = priority_queue_entry_increased(&pq, &node->ke);105 T_ASSERT_TRUE(update_result, "increase key updated root");111 update_result = priority_queue_entry_decreased(&pq, &node->ke);112 T_ASSERT_TRUE(update_result, "decrease key updated root");149 boolean_t update_result = false; variable174 update_result = priority_queue_entry_increased(&pq, &node->e);175 T_ASSERT_TRUE(update_result, "increase key updated root");182 update_result = priority_queue_entry_decreased(&pq, &node->e);183 T_ASSERT_TRUE(update_result, "decrease key updated root");