Home | History | Annotate | Download | only in config

Lines Matching refs:rlx_state

379   relax_substateT rlx_state[] = {0, 2,
383 for (subtype = 0; subtype < ARRAY_SIZE (rlx_state); subtype += 2)
385 if (fragp->fr_subtype == rlx_state[subtype]
389 fragp->fr_subtype = rlx_state[subtype + 1];