Searched refs:req_max (Results 1 – 2 of 2) sorted by relevance
185 if (p->req_cnt >= p->req_max) { in mpp_service_next_req()187 p->req_max, p->req_max * 2); in mpp_service_next_req()188 p->reqs = mpp_realloc(p->reqs, MppReqV1, p->req_max * 2); in mpp_service_next_req()194 p->req_max *= 2; in mpp_service_next_req()336 p->req_max = MAX_REQ_NUM; in mpp_service_init()337 p->reqs = mpp_malloc(MppReqV1, p->req_max); in mpp_service_init()711 if (p->req_cnt <= 0 || p->req_cnt > p->req_max) { in mpp_service_cmd_send()
37 RK_S32 req_max; member