Home
last modified time | relevance | path

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

/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/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c226 rs_sta->last_flush = jiffies; in il3945_bg_rate_scale_flush()
345 rs_sta->last_flush = jiffies; in il3945_rs_rate_init()
511 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) { in il3945_rs_tx_status()
/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.c293 WRITE_ONCE(tbl->last_flush, jiffies); in neigh_forced_gc()
512 time_after(now, READ_ONCE(tbl->last_flush) + 5 * HZ))) { in neigh_alloc()
1853 tbl->last_flush = now; in neigh_table_init()
2246 long flush_delta = now - READ_ONCE(tbl->last_flush); in neightbl_fill_info()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c3149 u32 last_flush; u32 waitall_mask; member
3174 params->last_flush = job->call_info.latest_flush; in get_job_cs_params()
3192 JOB_INSTR_ALWAYS((2ull << 56) | (params->val_reg << 48) | params->last_flush), in prepare_job_instrs()
/linux/drivers/gpu/drm/amd/amdgpu/
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()