Searched refs:bit_save (Results 1 – 1 of 1) sorted by relevance
124 if (bit_save) { \ in process()125 struct blk_io_trace *tmp = bit_save; \ in process()126 bit_save = bit; \ in process()130 bit_save = bit; \ in process()138 if (bit_save) dump_trace(ofp,"seq-1",bit_save); \ in process()147 struct blk_io_trace *bit_save = NULL; in process() local