Searched defs:tb_ring (Results 1 – 1 of 1) sorted by relevance
480 struct tb_ring { struct481 spinlock_t lock;482 struct tb_nhi *nhi;483 int size;484 int hop;485 int head;509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); argument