Searched refs:combined_adv (Results 1 – 1 of 1) sorted by relevance
725 set_advice(int *combined_adv, int new_adv) { in set_advice() argument734 if (*combined_adv == -1) in set_advice()735 *combined_adv = 0; in set_advice()738 *combined_adv &= ~GRP1_ADV; in set_advice()740 *combined_adv &= ~GRP2_ADV; in set_advice()742 *combined_adv &= ~GRP3_ADV; in set_advice()744 *combined_adv |= new_adv; in set_advice()