Searched refs:cq_count (Results 1 – 2 of 2) sorted by relevance
189 size_t cq_count; member316 gpr_malloc(sizeof(*rm->requests_per_cq) * server->cq_count)); in request_matcher_init()317 for (size_t i = 0; i < server->cq_count; i++) { in request_matcher_init()323 for (size_t i = 0; i < rm->server->cq_count; i++) { in request_matcher_destroy()352 for (size_t i = 0; i < server->cq_count; i++) { in request_matcher_kill_requests()389 for (i = 0; i < server->cq_count; i++) { in server_delete()498 for (size_t i = 0; i < server->cq_count; i++) { in publish_new_rpc()499 size_t cq_idx = (chand->cq_idx + i) % server->cq_count; in publish_new_rpc()520 for (size_t i = 0; i < server->cq_count; i++) { in publish_new_rpc()521 size_t cq_idx = (chand->cq_idx + i) % server->cq_count; in publish_new_rpc()[all …]
1289 __u16 cq_count; member