Lines Matching refs:best
44 * selecting the best performing node.
531 static bool hmat_update_best(u8 type, u32 value, u32 *best)
542 if (!*best || *best > value) {
543 *best = value;
550 if (!*best || *best < value) {
551 *best = value;
591 u32 best = 0;
598 * only that one. Otherwise, find the best performance attributes and
631 best = 0;
640 if (hmat_update_best(loc->hmat_loc->data_type, value, &best))
642 if (value != best)
645 if (best)
647 best, 0);
666 best = 0;
678 if (hmat_update_best(loc->hmat_loc->data_type, value, &best))
680 if (value != best)
683 if (best)
684 hmat_update_target_access(target, loc->hmat_loc->data_type, best, 1);