Searched defs:tx_state (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | txg_impl.h | 90 typedef struct tx_state { struct 91 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */ 92 kmutex_t tx_sync_lock; /* protects the rest of this struct */ 94 uint64_t tx_open_txg; /* currently open txg id */ 118 } tx_state_t; argument
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | ldc.c | 249 uint64_t tx_head, tx_tail, tx_state; in ldc_send_vers() local 286 uint64_t tx_head, tx_tail, tx_state; in ldc_send_ack() local 322 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rts() local 358 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rtr() local 394 uint64_t tx_head, tx_tail, tx_state; in ldc_send_rdx() local 430 uint64_t tx_head, tx_tail, tx_state; in ldc_send_unreliable() local
|
H A D | vnet.c | 341 uint64_t tx_head, tx_tail, tx_state; in vnet_tx_intr() local 1130 uint64_t tx_head, tx_tail, tx_state; in vnet_start() local
|
H A D | vdsk.c | 442 uint64_t tx_head, tx_tail, tx_state; in vdsk_tx_intr() local
|