Searched defs: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) { argument
734 if (*combined_adv == -1)
735 *combined_adv = 0;
738 *combined_adv &= ~GRP1_ADV;
740 *combined_adv &= ~GRP2_ADV;
742 *combined_adv &= ~GRP3_ADV;
744 *combined_adv |= new_adv;

Completed in 63 milliseconds