Searched refs:last_flush (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ids.c | 291 !(*id)->last_flush || in amdgpu_vmid_grab_reserved() 292 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved() 293 !dma_fence_is_signaled((*id)->last_flush))) { in amdgpu_vmid_grab_reserved() 360 if (!(*id)->last_flush || in amdgpu_vmid_grab_used() 361 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used() 362 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used() 440 dma_fence_put(id->last_flush); in amdgpu_vmid_grab() 441 id->last_flush = NULL; in amdgpu_vmid_grab() 613 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 | 673 dma_fence_put(id->last_flush); in amdgpu_vm_flush() 674 id->last_flush = dma_fence_get(fence); in amdgpu_vm_flush()
|
/openbmc/linux/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()
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 304 s->last_flush = Z_NO_FLUSH; in zlib_deflateReset() 350 old_flush = s->last_flush; in zlib_deflate() 351 s->last_flush = flush; in zlib_deflate() 385 s->last_flush = -1; in zlib_deflate() 417 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in zlib_deflate() 446 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
|
/openbmc/linux/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
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 105 int last_flush; /* value of flush param for previous deflate call */ member
|
H A D | deflate.c | 380 s->last_flush = Z_NO_FLUSH; 601 old_flush = s->last_flush; 602 s->last_flush = flush; 794 s->last_flush = -1; 827 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ 856 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
|
/openbmc/linux/include/net/ |
H A D | neighbour.h | 223 unsigned long last_flush; member
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 291 WRITE_ONCE(tbl->last_flush, jiffies); in neigh_forced_gc() 484 time_after(now, READ_ONCE(tbl->last_flush) + 5 * HZ))) { in neigh_alloc() 1826 tbl->last_flush = now; in neigh_table_init() 2187 long flush_delta = now - READ_ONCE(tbl->last_flush); in neightbl_fill_info()
|