|
FreeBSD ZFS
The Zettabyte File System
|
#include <txg_impl.h>
Data Fields | |
| kmutex_t | tc_lock |
| kcondvar_t | tc_cv [TXG_SIZE] |
| uint64_t | tc_count [TXG_SIZE] |
| list_t | tc_callbacks [TXG_SIZE] |
| commit cb list | |
| char | tc_pad [16] |
Definition at line 36 of file txg_impl.h.
| list_t tx_cpu::tc_callbacks[TXG_SIZE] |
commit cb list
Definition at line 40 of file txg_impl.h.
| uint64_t tx_cpu::tc_count[TXG_SIZE] |
Definition at line 39 of file txg_impl.h.
| kcondvar_t tx_cpu::tc_cv[TXG_SIZE] |
Definition at line 38 of file txg_impl.h.
| kmutex_t tx_cpu::tc_lock |
Definition at line 37 of file txg_impl.h.
| char tx_cpu::tc_pad[16] |
Definition at line 41 of file txg_impl.h.
1.7.3