Home
last modified time | relevance | path

Searched refs:req_max (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/driver/
H A Dmpp_service.c185 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()
/rockchip-linux_mpp/osal/driver/inc/
H A Dmpp_service_impl.h37 RK_S32 req_max; member