Searched defs:IR_tx (Results 1 – 1 of 1) sorted by relevance
85 struct IR_tx { struct86 struct kref ref;87 struct IR *ir;90 struct mutex client_lock;114 spinlock_t tx_ref_lock; /* struct IR_tx kref get()/put() */ argument