Searched defs:_qs (Results 1 – 1 of 1) sorted by relevance
539 struct _qs { /* shared queue */ struct540 uint64_t t0; /* start of times */542 uint64_t buflen; /* queue length */543 char *buf;546 struct _cfg c_delay;547 struct _cfg c_bw;548 struct _cfg c_loss;551 uint64_t tx ALIGN_CACHE; /* tx counter */552 uint64_t prod_tail_1; /* head of queue */553 uint64_t prod_head; /* cached copy */[all …]