Lines Matching refs:nactive_slots
547 tp->nactive_slots += 1;
550 assert(tp->nactive_slots >= 1);
551 tp->nactive_slots -= 1;
676 * So let's check for nactive_slots > 0 to make sure we don't lose
685 tp->nactive_slots > 0 &&
686 nfake_touches > tp->nactive_slots &&
687 tp->nactive_slots < tp->num_slots) {
691 tp->nactive_slots);
698 tp->num_slots = tp->nactive_slots;
2148 tp->nactive_slots++;