Searched refs:PORT_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
191 #define PORT_HASH_SIZE 4096 macro193 #define PORT_HASH_SIZE 256 macro196 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()