Searched refs:tab_idx_ (Results 1 – 2 of 2) sorted by relevance
313 CHECK_EQ(tab_idx_, 0); in Resize()315 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()316 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()323 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()324 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()328 u32 old = tab_idx_; in Resize()329 tab_idx_ = ctx->clock_alloc.Alloc(c); in Resize()330 tab_ = ctx->clock_alloc.Map(tab_idx_); in Resize()373 , tab_idx_() in SyncClock()383 CHECK_EQ(tab_idx_, 0); in ~SyncClock()[all …]
74 u32 tab_idx_; variable