Searched refs:chunk_cnt (Results 1 – 2 of 2) sorted by relevance
218 long chunk_cnt; member244 if (cbuf->chunk_cnt) in gomp_coalesce_buf_add()246 if (cbuf->chunk_cnt < 0) in gomp_coalesce_buf_add()248 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end) in gomp_coalesce_buf_add()250 cbuf->chunk_cnt = -1; in gomp_coalesce_buf_add()253 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end + MAX_COALESCE_BUF_GAP) in gomp_coalesce_buf_add()255 cbuf->chunks[cbuf->chunk_cnt - 1].end = start + len; in gomp_coalesce_buf_add()263 cbuf->chunk_cnt--; in gomp_coalesce_buf_add()265 cbuf->chunks[cbuf->chunk_cnt].start = start; in gomp_coalesce_buf_add()266 cbuf->chunks[cbuf->chunk_cnt].end = start + len; in gomp_coalesce_buf_add()[all …]
259 long chunk_cnt; member292 if (cbuf->chunk_cnt) in gomp_coalesce_buf_add()294 if (cbuf->chunk_cnt < 0) in gomp_coalesce_buf_add()296 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end) in gomp_coalesce_buf_add()298 cbuf->chunk_cnt = -1; in gomp_coalesce_buf_add()301 if (start < cbuf->chunks[cbuf->chunk_cnt - 1].end + MAX_COALESCE_BUF_GAP) in gomp_coalesce_buf_add()303 cbuf->chunks[cbuf->chunk_cnt - 1].end = start + len; in gomp_coalesce_buf_add()311 cbuf->chunk_cnt--; in gomp_coalesce_buf_add()313 cbuf->chunks[cbuf->chunk_cnt].start = start; in gomp_coalesce_buf_add()314 cbuf->chunks[cbuf->chunk_cnt].end = start + len; in gomp_coalesce_buf_add()[all …]