Searched refs:last_flush (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/util/
H A Dordered-events.h37 u64 last_flush; member in struct:ordered_events
81 return oe->last_flush;
H A Dordered-events.c202 if (timestamp < oe->last_flush) {
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n",
250 oe->last_flush = iter->timestamp;
335 pr_oe_time(oe->last_flush, "last_flush\n");
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c288 !(*id)->last_flush ||
289 ((*id)->last_flush->context != fence_context &&
290 !dma_fence_is_signaled((*id)->last_flush))) {
357 if (!(*id)->last_flush ||
358 ((*id)->last_flush->context != fence_context &&
359 !dma_fence_is_signaled((*id)->last_flush)))
437 dma_fence_put(id->last_flush);
438 id->last_flush = NULL;
597 dma_fence_put(id->last_flush);
H A Damdgpu_ids.h45 struct dma_fence *last_flush; member in struct:amdgpu_vmid
H A Damdgpu_vm.c721 dma_fence_put(id->last_flush);
722 id->last_flush = dma_fence_get(fence);
/linux-master/lib/zlib_deflate/
H A Ddeflate.c304 s->last_flush = Z_NO_FLUSH;
350 old_flush = s->last_flush;
351 s->last_flush = flush;
385 s->last_flush = -1;
417 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
446 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
H A Ddefutil.h83 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c225 rs_sta->last_flush = jiffies;
344 rs_sta->last_flush = jiffies;
510 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) {
H A D3945.h66 unsigned long last_flush; member in struct:il3945_rs_sta
/linux-master/include/net/
H A Dneighbour.h223 unsigned long last_flush; member in struct:neigh_table
/linux-master/net/core/
H A Dneighbour.c291 WRITE_ONCE(tbl->last_flush, jiffies);
484 time_after(now, READ_ONCE(tbl->last_flush) + 5 * HZ))) {
1826 tbl->last_flush = now;
2187 long flush_delta = now - READ_ONCE(tbl->last_flush);

Completed in 173 milliseconds