Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_map_xnu.h358 #define MAX_WIRE_COUNT 65535 macro
H A Dvm_map.c6714 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6722 if (entry->user_wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6732 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()