Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c274 !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
275 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved()
276 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_reserved()
347 if (!(*id)->last_flush || in amdgpu_vmid_grab_used()
348 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used()
349 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used()
429 dma_fence_put(id->last_flush); in amdgpu_vmid_grab()
430 id->last_flush = NULL; in amdgpu_vmid_grab()
625 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
H A Damdgpu_ids.h45 struct dma_fence *last_flush; member
/linux/tools/perf/util/
H A Dordered-events.h37 u64 last_flush; member
81 return oe->last_flush; in ordered_events__last_flush_time()
H A Dordered-events.c202 if (timestamp < oe->last_flush) { in ordered_events__queue()
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n", in ordered_events__queue()
250 oe->last_flush = iter->timestamp; in do_flush()
335 pr_oe_time(oe->last_flush, "last_flush\n"); in __ordered_events__flush()
/linux/lib/zlib_deflate/
H A Ddefutil.h83 int last_flush; /* value of flush param for previous deflate call */ member
/linux/include/net/
H A Dneighbour.h232 unsigned long last_flush; member