Searched refs:combined_adv (Results 1 – 1 of 1) sorted by relevance
725 set_advice(int *combined_adv, int new_adv) in set_advice() argument735 if (*combined_adv == -1) in set_advice()736 *combined_adv = 0; in set_advice()739 *combined_adv &= ~GRP1_ADV; in set_advice()741 *combined_adv &= ~GRP2_ADV; in set_advice()743 *combined_adv &= ~GRP3_ADV; in set_advice()745 *combined_adv |= new_adv; in set_advice()