Home
last modified time | relevance | path

Searched refs:ra_state (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_core.cpp99 struct BufferState* ra_state = GetBufferState(); in CommitMerge() local
100 ra_state->read_ahead_state = kCowReadAheadInProgress; in CommitMerge()
138 struct BufferState* ra_state = GetBufferState(); in PrepareReadAhead() local
140 if (ra_state->read_ahead_state == kCowReadAheadDone) { in PrepareReadAhead()
419 struct BufferState* ra_state = in GetBufferState() local
421 return ra_state; in GetBufferState()
H A Dsnapuserd_transitions.cpp237 struct BufferState* ra_state = GetBufferState(); in ReadAheadIOCompleted() local
238 ra_state->read_ahead_state = kCowReadAheadDone; in ReadAheadIOCompleted()
H A Dsnapuserd_test.cpp439 struct BufferState* ra_state = in ReadSnapshotAndValidateOverlappingBlocks() local
441 if (ra_state->read_ahead_state == kCowReadAheadDone) { in ReadSnapshotAndValidateOverlappingBlocks()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c262 const struct rc_regalloc_state *ra_state = s->C->regalloc_state; in do_advanced_regalloc() local
276 class_index = variable_get_class(var_ptr->Item, ra_state->class_list); in do_advanced_regalloc()
277 node_classes[node_index] = ra_state->classes[class_index]; in do_advanced_regalloc()
307 graph = ra_alloc_interference_graph(ra_state->regs, in do_advanced_regalloc()
H A Dr3xx_vertprog.c637 const struct rc_regalloc_state *ra_state = c->regalloc_state; in allocate_temporary_registers() local
662 node_classes[node_index] = ra_state->classes[class_index]; in allocate_temporary_registers()
665 graph = ra_alloc_interference_graph(ra_state->regs, node_count); in allocate_temporary_registers()