Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp191 #define PORT_HASH_SIZE 4096 macro
193 #define PORT_HASH_SIZE 256 macro
196 IOMachPortHashList gIOMachPortHash[PORT_HASH_SIZE];
201 for (size_t i = 0; i < PORT_HASH_SIZE; i++) { in IOMachPortInitialize()
209 return &gIOMachPortHash[os_hash_kernel_pointer(obj) % PORT_HASH_SIZE]; in bucketForObject()