Searched defs:IR_tx (Results 1 – 1 of 1) sorted by relevance
82 struct IR_tx { struct83 struct kref ref;84 struct IR *ir;87 struct mutex client_lock;111 spinlock_t tx_ref_lock; /* struct IR_tx kref get()/put() */ argument