Lines Matching refs:spin
276 igt_spin_t *spin; in execute_one() local
284 spin = igt_spin_new(i915, in execute_one()
299 igt_spin_busywait_until_started(spin); in execute_one()
312 igt_spin_free(i915, spin); in execute_one()
351 igt_spin_t *spin; in execute_oneforall() local
353 spin = __igt_spin_new(i915, in execute_oneforall()
357 busy.handle = spin->handle; in execute_oneforall()
361 igt_spin_free(i915, spin); in execute_oneforall()
392 igt_spin_t *spin; in execute_allforone() local
394 spin = __igt_spin_new(i915, in execute_allforone()
398 busy.handle = spin->handle; in execute_allforone()
402 igt_spin_free(i915, spin); in execute_allforone()