Searched refs:_io_trace (Results 1 – 1 of 1) sorted by relevance
100 static int _io_trace = 0; variable110 #define io_debug(args...) do { if (_io_trace) log_debug(args); } while(0)117 _io_trace = on; in io_trace()