Lines Matching refs:best
45 * selecting the best performing node.
532 static bool hmat_update_best(u8 type, u32 value, u32 *best)
543 if (!*best || *best > value) {
544 *best = value;
551 if (!*best || *best < value) {
552 *best = value;
592 u32 best = 0;
599 * only that one. Otherwise, find the best performance attributes and
632 best = 0;
641 if (hmat_update_best(loc->hmat_loc->data_type, value, &best))
643 if (value != best)
646 if (best)
648 best, 0);
667 best = 0;
679 if (hmat_update_best(loc->hmat_loc->data_type, value, &best))
681 if (value != best)
684 if (best)
685 hmat_update_target_access(target, loc->hmat_loc->data_type, best, 1);