Home
last modified time | relevance | path

Searched refs:oldest_slot (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/cast/streaming/
Dsender.cc66 const PendingFrameSlot& oldest_slot = *get_slot_for(checkpoint_frame_id_ + 1); in GetInFlightMediaDuration() local
70 OSP_DCHECK(oldest_slot.is_active_for_frame(checkpoint_frame_id_ + 1)); in GetInFlightMediaDuration()
72 return (next_frame_rtp_timestamp - oldest_slot.frame->rtp_timestamp) in GetInFlightMediaDuration()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache() local
4303 oldest_slot = NULL; in alloc_fdcache()
4328 if (oldest_slot == NULL || in alloc_fdcache()
4329 cp->c_rtc < oldest_slot->c_rtc) { in alloc_fdcache()
4330 oldest_slot = cp; in alloc_fdcache()
4356 close(oldest_slot->c_fd); in alloc_fdcache()
4357 oldest_slot->c_fd = -1; in alloc_fdcache()
4358 free_slot = oldest_slot; in alloc_fdcache()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2072 int oldest_slot = 0; in vi_get_context_dcc_stats_index() local
2076 if (sctx->dcc_stats[oldest_slot].last_use_timestamp > in vi_get_context_dcc_stats_index()
2078 oldest_slot = i; in vi_get_context_dcc_stats_index()
2081 vi_dcc_clean_up_context_slot(sctx, oldest_slot); in vi_get_context_dcc_stats_index()
2082 empty_slot = oldest_slot; in vi_get_context_dcc_stats_index()