Home
last modified time | relevance | path

Searched refs:combined_adv (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c725 set_advice(int *combined_adv, int new_adv) { in set_advice() argument
734 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()