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