Lines Matching refs:wired_count

318 	(NEW)->wired_count = 0;         \
1349 new_entry->wired_count = 0;
2094 (entry->wired_count == 0)) { /* implies user_wired_count == 0 */
4280 * The first time the user wires an entry, we also increment the wired_count and add this to
4284 if (entry->wired_count >= MAX_WIRE_COUNT)
4287 entry->wired_count++;
4302 if (entry->wired_count >= MAX_WIRE_COUNT)
4305 entry->wired_count++;
4331 * We're removing the last user wire reference. Decrement the wired_count and the total
4335 assert(entry->wired_count >= 1);
4336 entry->wired_count--;
4349 assert(entry->wired_count >= 1);
4350 entry->wired_count--;
4567 if (entry->wired_count) {
4694 if (entry->wired_count) {
4851 assert(entry->wired_count == 0 && entry->user_wired_count == 0);
5100 * as long as "wired_count" doesn't drop all
5132 if (entry->wired_count == 0 ||
5159 if (entry->wired_count != 0) {
5234 if ((entry->wired_count == 0) ||
5243 assert(entry->wired_count > 0 &&
5266 if (entry->wired_count != 0) {
5379 assert(entry->wired_count == 0);
5753 if (entry->wired_count) {
5762 entry->wired_count--;
5773 if (entry->wired_count != 0) {
5919 assert(entry->wired_count == 0);
6734 entry->wired_count = 0;
7780 entry->wired_count = 0;
8415 if (entry->wired_count != 0) {
8853 was_wired = (src_entry->wired_count != 0);
9476 assert(old_entry->wired_count == 0);
9828 if ((old_entry->wired_count != 0) ||
10184 if(submap_entry->wired_count != 0 ||
10362 *wired = (entry->wired_count != 0);
11564 (prev_entry->wired_count == this_entry->wired_count) &&
12113 entry->wired_count != 0 ||
12415 unsigned wired_count,
12462 new_entry->wired_count = wired_count;
12720 } else if (src_entry->wired_count == 0 &&
12774 if (src_entry->wired_count > 0) {
14613 unsigned int *wired_count,
14623 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
14641 *wired_count += wired;
14666 unsigned int *wired_count,
14676 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
14721 *wired_count += wired;
14799 * - wired_count == 0
14829 if (entry->wired_count) {