Searched refs:rounding_up (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/debug/
H A Ddebug_core.h45 bool rounding_up; member in struct:debuggerinfo_struct
H A Ddebug_core.c259 * If rounding_up is false then we know that the
263 if (kgdb_info[cpu].rounding_up)
265 kgdb_info[cpu].rounding_up = true;
269 kgdb_info[cpu].rounding_up = false;
892 kgdb_info[cpu].rounding_up = false;

Completed in 195 milliseconds