Searched refs:GPR_HASH_POINTER (Results 1 – 4 of 4) sorted by relevance
108 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in is_in_ht()122 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in add_to_ht()147 size_t i = GPR_HASH_POINTER(t, NUM_HASH_BUCKETS); in remove_from_ht()356 timer_shard* shard = &g_shards[GPR_HASH_POINTER(timer, g_num_shards)]; in timer_init()464 timer_shard* shard = &g_shards[GPR_HASH_POINTER(timer, g_num_shards)]; in timer_cancel()
225 ts = &thd_state_[GPR_HASH_POINTER(grpc_core::ExecCtx::Get(), in Enqueue()
78 return (unsigned)GPR_HASH_POINTER(thread_id, gpr_cpu_num_cores()); in gpr_cpu_current_cpu()
62 #define GPR_HASH_POINTER(x, range) \ macro