Searched defs:tb_ring (Results 1 – 2 of 2) sorted by relevance
57254 struct tb_ring { struct57255 spinlock_t lock;57256 struct tb_nhi *nhi;57280 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool); argument