/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/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/ |
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;
|
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...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
savage_drv.h | 66 unsigned int used, flushed; member in struct:drm_savage_dma_page
|
/src/sys/external/bsd/drm2/dist/drm/savage/ |
savage_drv.h | 74 unsigned int used, flushed; member in struct:drm_savage_dma_page
|