Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_map_xnu.h351 #define MAX_WIRE_COUNT 65535 macro
H A Dvm_map.c6113 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6121 if (entry->user_wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()
6131 if (entry->wired_count >= MAX_WIRE_COUNT) { in add_wire_counts()