Searched refs:last_flush (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 288 !(*id)->last_flush || in amdgpu_vmid_grab_reserved() 289 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved() 290 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_reserved() 361 if (!(*id)->last_flush || in amdgpu_vmid_grab_used() 362 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used() 363 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used() 443 dma_fence_put(id->last_flush); in amdgpu_vmid_grab() 444 id->last_flush = NULL; in amdgpu_vmid_grab() 616 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
|
| H A D | amdgpu_ids.h | 45 struct dma_fence *last_flush; member
|
| H A D | amdgpu_vm.c | 836 dma_fence_put(id->last_flush); in amdgpu_vm_flush() 837 id->last_flush = dma_fence_get(fence); in amdgpu_vm_flush()
|
| /linux-6.15/tools/perf/util/ |
| H A D | ordered-events.h | 37 u64 last_flush; member 81 return oe->last_flush; in ordered_events__last_flush_time()
|
| H A D | ordered-events.c | 202 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-6.15/lib/zlib_deflate/ |
| H A D | deflate.c | 301 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset() 347 old_flush = s->last_flush; in zlib_deflate() 348 s->last_flush = flush; in zlib_deflate() 382 s->last_flush = -1; in zlib_deflate() 414 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in zlib_deflate() 443 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ in zlib_deflate()
|
| H A D | defutil.h | 83 int last_flush; /* value of flush param for previous deflate call */ member
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945-rs.c | 225 rs_sta->last_flush = jiffies; in il3945_bg_rate_scale_flush() 344 rs_sta->last_flush = jiffies; in il3945_rs_rate_init() 510 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) { in il3945_rs_tx_status()
|
| H A D | 3945.h | 66 unsigned long last_flush; member
|
| /linux-6.15/include/net/ |
| H A D | neighbour.h | 225 unsigned long last_flush; member
|
| /linux-6.15/net/core/ |
| H A D | neighbour.c | 282 WRITE_ONCE(tbl->last_flush, jiffies); in neigh_forced_gc() 463 time_after(now, READ_ONCE(tbl->last_flush) + 5 * HZ))) { in neigh_alloc() 1770 tbl->last_flush = now; in neigh_table_init() 2137 long flush_delta = now - READ_ONCE(tbl->last_flush); in neightbl_fill_info()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 2981 u32 last_flush; u32 waitall_mask; member 3006 params->last_flush = job->call_info.latest_flush; in get_job_cs_params() 3024 JOB_INSTR_ALWAYS((2ull << 56) | (params->val_reg << 48) | params->last_flush), in prepare_job_instrs()
|