Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c263 !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
264 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved()
265 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_reserved()
336 if (!(*id)->last_flush || in amdgpu_vmid_grab_used()
337 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used()
338 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used()
418 dma_fence_put(id->last_flush); in amdgpu_vmid_grab()
419 id->last_flush = NULL; in amdgpu_vmid_grab()
614 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
H A Damdgpu_vm.c858 dma_fence_put(id->last_flush); in amdgpu_vm_flush()
859 id->last_flush = dma_fence_get(fence); in amdgpu_vm_flush()
/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;
230 unsigned long last_flush; global() member
/linux/net/core/
H A Dneighbour.c292 WRITE_ONCE(tbl->last_flush, jiffies); in neigh_forced_gc()
511 time_after(now, READ_ONCE(tbl->last_flush) + 5 * HZ))) { in neigh_alloc()
1878 tbl->last_flush = now; in neigh_table_init()
2271 long flush_delta = now - READ_ONCE(tbl->last_flush); in neightbl_fill_info()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c3163 u32 last_flush; u32 waitall_mask; member
3188 params->last_flush = job->call_info.latest_flush; in get_job_cs_params()
3206 JOB_INSTR_ALWAYS((2ull << 56) | (params->val_reg << 48) | params->last_flush), in prepare_job_instrs()