Lines Matching full:step
335 unsigned int step, order, idx; in igt_syncmap_join_below() local
344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
346 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
353 … pr_err("Inserting context=%llx (order=%d, step=%d) did not return leaf (height=%d, prefix=%llx\n", in igt_syncmap_join_below()
354 context, order, step, sync->height, sync->prefix); in igt_syncmap_join_below()
361 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
363 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
366 pr_err("1: context %llx (order=%d, step=%d) not found\n", in igt_syncmap_join_below()
367 context, order, step); in igt_syncmap_join_below()
374 pr_err("1: context %llx (order=%d, step=%d) should not exist\n", in igt_syncmap_join_below()
375 context + idx, order, step); in igt_syncmap_join_below()
384 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
385 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
388 pr_err("2: context %llx (order=%d, step=%d) not found\n", in igt_syncmap_join_below()
389 context, order, step); in igt_syncmap_join_below()