HomeSort by: relevance | last modified time | path
    Searched refs:flushed (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-ignore.mk 27 # * the "fflush" line, to see stdout being flushed
40 # Goes to the stdout buffer but is not flushed (CompatRunCommand, near
48 # still waiting to be flushed. These two lines are flushed now.
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 360 struct dma_fence *flushed; local in function:amdgpu_vmid_grab_used
374 flushed = (*id)->flushed_updates;
375 if (updates && (!flushed || dma_fence_is_later(updates, flushed)))
393 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) {
  /src/sys/external/bsd/drm/dist/shared-core/
savage_bci.c 309 dev_priv->dma_pages[i].flushed = 0;
328 dev_priv->dma_pages[i].flushed = 0;
390 dev_priv->dma_pages[i].flushed = 0;
428 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed)
436 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, "
438 first, cur, dev_priv->dma_pages[first].flushed,
457 dev_priv->dma_pages[first].flushed) * 4;
459 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed;
478 dev_priv->dma_pages[i].flushed = 0;
484 dev_priv->dma_pages[cur].flushed = 0
    [all...]
savage_drv.h 66 unsigned int used, flushed; member in struct:drm_savage_dma_page
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_bci.c 324 dev_priv->dma_pages[i].flushed = 0;
343 dev_priv->dma_pages[i].flushed = 0;
405 dev_priv->dma_pages[i].flushed = 0;
443 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed)
451 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, "
453 first, cur, dev_priv->dma_pages[first].flushed,
472 dev_priv->dma_pages[first].flushed) * 4;
474 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed;
493 dev_priv->dma_pages[i].flushed = 0;
499 dev_priv->dma_pages[cur].flushed = 0
    [all...]
savage_drv.h 74 unsigned int used, flushed; member in struct:drm_savage_dma_page
  /src/common/dist/zlib/contrib/ada/
zlib.ads 89 -- All pending output is flushed to the output buffer and the output
105 -- All output is flushed as with SYNC_FLUSH, and the compression state
  /src/sys/ufs/lfs/
lfs_segment.c 168 * since we don't really need this to be flushed to disk (and in any
201 int flushed; local in function:lfs_vflush
369 flushed = 0;
372 ++flushed;
377 ++flushed;
387 /* panic("lfs_vflush: VU_DIROP being flushed...this can\'t happen"); */
888 * For a file being flushed, we need to write *all* blocks.
922 * vnode is being flushed (for reuse by vinvalbuf); or (2) we are
  /src/sys/external/bsd/ipf/netinet/
fil.c 3666 /* Returns: int - >= 0 - number of flushed rules */
3679 /* NOTE: Rules not loaded from user space cannot be flushed. */
3724 /* Returns: int - >= 0 - number of flushed rules */
3735 int flushed = 0, set; local in function:ipf_flush
3744 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);
3745 ipf_flushlist(softc, &flushed, &softc->ipf_acct[1][set]);
3748 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);
3749 ipf_flushlist(softc, &flushed, &softc->ipf_acct[0][set]);
3752 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],
3762 flushed += tmp
3787 int flushed = 0; local in function:ipf_flush_groups
    [all...]
ip_state.c 4898 int *array, flushed, error; local in function:ipf_state_matchflush
4906 flushed = 0;
4912 flushed++;
4916 obj.ipfo_retval = flushed;
ip_nat.c 7590 int *array, flushed, error; local in function:ipf_nat_matchflush
7598 flushed = 0;
7604 flushed++;
7608 obj.ipfo_retval = flushed;
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 66 the internal output buffer is full. All pending output data is flushed

Completed in 456 milliseconds