Searched refs:CYCLES_PER_RELAX_LOOP (Results 1 - 3 of 3) sorted by relevance

/arch/tile/lib/
H A Dspinlock_common.h21 #define CYCLES_PER_RELAX_LOOP 7 macro
23 #define CYCLES_PER_RELAX_LOOP 8 macro
27 * Idle the core for CYCLES_PER_RELAX_LOOP * iterations cycles.
H A Dspinlock_64.c47 relax((128 / CYCLES_PER_RELAX_LOOP) * delta);
H A Dspinlock_32.c36 relax((128 / CYCLES_PER_RELAX_LOOP) * delta);
205 relax((256 / CYCLES_PER_RELAX_LOOP) * delta);

Completed in 409 milliseconds