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