Home
last modified time | relevance | path

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

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