Searched refs:uv__fd_hash (Results 1 – 1 of 1) sorted by relevance
73 static struct uv__fd_hash_bucket_s uv__fd_hash[UV__FD_HASH_SIZE]; variable85 for (i = 0; i < ARRAY_SIZE(uv__fd_hash); ++i) { in uv__fd_hash_init()86 uv__fd_hash[i].size = 0; in uv__fd_hash_init()87 uv__fd_hash[i].data = in uv__fd_hash_init()94 unsigned bucket = fd % ARRAY_SIZE(uv__fd_hash); \97 struct uv__fd_hash_bucket_s* bucket_ptr = &uv__fd_hash[bucket];
Completed in 9 milliseconds