HomeSort by: relevance | last modified time | path
    Searched defs:updates (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 286 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab_reserved
291 if (updates && (*id)->flushed_updates &&
292 updates->context == (*id)->flushed_updates->context &&
293 !dma_fence_is_later(updates, (*id)->flushed_updates))
294 updates = NULL;
298 updates || !(*id)->last_flush ||
321 if (updates) {
323 (*id)->flushed_updates = dma_fence_get(updates);
352 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab_used
375 if (updates && (!flushed || dma_fence_is_later(updates, flushed))
443 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab
    [all...]
  /src/sys/dist/pf/net/
if_pfsync.h 43 u_int8_t updates; member in struct:pfsync_tdb
54 u_int8_t updates; member in struct:pfsync_state_upd
121 struct mbuf *sc_mbuf_tdb; /* dito for TDB updates */
131 int sc_maxupdates; /* number of updates/state */
pfvar.h 831 u_int8_t updates; member in struct:pfsync_state

Completed in 14 milliseconds