Searched defs:txdb (Results 1 – 1 of 1) sorted by relevance
198 struct txdb { struct199 struct tx_map *start; /* points to the first element */200 struct tx_map *end; /* points just AFTER the last element */201 struct tx_map *rptr; /* points to the next element to read */202 struct tx_map *wptr; /* points to the next element to write */203 int size; /* number of elements in the db */258 struct txdb txdb; member