Searched refs:outpool (Results 1 – 2 of 2) sorted by relevance
84 …c(p_proxy, p_comp->noutbuf, smsg->output_length, XF_POOL_OUTPUT, &p_comp->outpool, XAF_MEM_ID_COMP, in xaf_comp_post_init_config()287 if (p_comp->outpool) xf_pool_free(p_comp->outpool, XAF_MEM_ID_COMP, p_adev->pxf_mem_free_fxn); in xaf_comp_delete()422 if (!p_comp->inpool && p_comp->outpool) p_comp->pending_resp--; in xaf_comp_get_status()506 if (p_comp->outpool) in xaf_comp_process()514 p_buf = xf_buffer_get(p_comp->outpool); in xaf_comp_process()549 if (!p_comp->inpool && p_comp->outpool) p_comp->pending_resp++; in xaf_comp_process()
54 xf_pool_t *outpool; member