Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h350 #define MAX_WIRE_COUNT 65535 macro
H A Dvm_map.c6467 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6475 if (entry->user_wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6485 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()