Lines Matching refs:wired_count

314 	(NEW)->wired_count = 0;         \
1339 new_entry->wired_count = 0;
2022 (entry->wired_count == 0)) { /* implies user_wired_count == 0 */
4014 * The first time the user wires an entry, we also increment the wired_count and add this to
4018 if (entry->wired_count >= MAX_WIRE_COUNT)
4021 entry->wired_count++;
4036 if (entry->wired_count >= MAX_WIRE_COUNT)
4039 entry->wired_count++;
4065 * We're removing the last user wire reference. Decrement the wired_count and the total
4069 assert(entry->wired_count >= 1);
4070 entry->wired_count--;
4083 assert(entry->wired_count >= 1);
4084 entry->wired_count--;
4274 if (entry->wired_count) {
4400 if (entry->wired_count) {
4471 assert(entry->wired_count == 0 && entry->user_wired_count == 0);
4689 * as long as "wired_count" doesn't drop all
4721 if (entry->wired_count == 0 ||
4748 if (entry->wired_count != 0) {
4823 if ((entry->wired_count == 0) ||
4832 assert(entry->wired_count > 0 &&
4855 if (entry->wired_count != 0) {
4968 assert(entry->wired_count == 0);
5263 if (entry->wired_count) {
5272 entry->wired_count--;
5283 if (entry->wired_count != 0) {
5430 assert(entry->wired_count == 0);
6218 entry->wired_count = 0;
7254 entry->wired_count = 0;
7869 if (entry->wired_count != 0) {
8283 was_wired = (src_entry->wired_count != 0);
8829 assert(old_entry->wired_count == 0);
9180 if ((old_entry->wired_count != 0) ||
9521 if(submap_entry->wired_count != 0 ||
9695 *wired = (entry->wired_count != 0);
10886 (prev_entry->wired_count == this_entry->wired_count) &&
11431 entry->wired_count != 0 ||
11733 unsigned wired_count,
11778 new_entry->wired_count = wired_count;
12002 } else if (src_entry->wired_count == 0 &&
12056 if (src_entry->wired_count > 0) {
13834 unsigned int *wired_count,
13844 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
13862 *wired_count += wired;
13887 unsigned int *wired_count,
13897 *purgeable_count = *wired_count = *clean_count = *dirty_count = 0;
13942 *wired_count += wired;
14020 * - wired_count == 0
14049 if (entry->wired_count) {