Home | History | Annotate | Download | only in config

Lines Matching refs:allocated_cycles

6069   rt->allocated_cycles = cycles;
6088 for (i = 0; i < rt->allocated_cycles; i++)
6102 if (cycles <= rt->allocated_cycles)
6105 old_cycles = rt->allocated_cycles;
6106 rt->allocated_cycles = cycles;
6109 rt->allocated_cycles * sizeof (unsigned char *));