Searched refs:ev_tag (Results 1 – 1 of 1) sorted by relevance
241 int ev_tag = static_cast<int>((intptr_t)ev.tag); in resource_quota_server() local242 if (ev_tag < CLIENT_BASE_TAG) { in resource_quota_server()244 } else if (ev_tag < SERVER_START_BASE_TAG) { in resource_quota_server()246 int call_id = ev_tag - CLIENT_BASE_TAG; in resource_quota_server()274 } else if (ev_tag < SERVER_RECV_BASE_TAG) { in resource_quota_server()276 int call_id = ev_tag - SERVER_START_BASE_TAG; in resource_quota_server()303 } else if (ev_tag < SERVER_END_BASE_TAG) { in resource_quota_server()305 int call_id = ev_tag - SERVER_RECV_BASE_TAG; in resource_quota_server()342 int call_id = ev_tag - SERVER_END_BASE_TAG; in resource_quota_server()