Lines Matching defs:ht
94 struct rte_ring_headtail *ht;
98 ht = p;
102 switch (ht->sync_type) {
105 ht->head = 0;
106 ht->tail = 0;
113 ht_hts->ht.raw = 0;
196 offsetof(struct rte_ring_hts_headtail, ht.pos.tail));
386 const struct rte_ring_headtail *ht)
389 ring_get_sync_type(ht->sync_type));
390 fprintf(f, "%shead=%"PRIu32"\n", prefix, ht->head);
391 fprintf(f, "%stail=%"PRIu32"\n", prefix, ht->tail);
413 fprintf(f, "%shead=%"PRIu32"\n", prefix, hts->ht.pos.head);
414 fprintf(f, "%stail=%"PRIu32"\n", prefix, hts->ht.pos.tail);