Home | History | Annotate | Download | only in fio

Lines Matching defs:seq

452 	uint32_t seq;
462 uint32_t *seq;
466 static inline uint32_t atomic32_inc_return(uint32_t *seq)
468 return 1 + __sync_fetch_and_add(seq, 1);
493 uint32_t seq;
498 seq = atomic32_inc_return(t->seq);
499 if (seq < last_seq)
502 } while (seq != *t->seq);
504 c->seq = seq;
526 if (c1->seq == c2->seq)
529 return c1->seq - c2->seq;
539 uint32_t seq = 0;
558 t->seq = &seq;
612 log_info("\t CPU%3u: TSC=%llu, SEQ=%u\n", prev->cpu, (unsigned long long) prev->tsc, prev->seq);
613 log_info("\t CPU%3u: TSC=%llu, SEQ=%u\n", this->cpu, (unsigned long long) this->tsc, this->seq);