Home
last modified time | relevance | path

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

/linux/kernel/debug/ !
H A Ddebug_core.h45 bool rounding_up; member
H A Ddebug_core.c259 * If rounding_up is false then we know that the in kgdb_roundup_cpus()
263 if (kgdb_info[cpu].rounding_up) in kgdb_roundup_cpus()
265 kgdb_info[cpu].rounding_up = true; in kgdb_roundup_cpus()
269 kgdb_info[cpu].rounding_up = false; in kgdb_roundup_cpus()
884 kgdb_info[cpu].rounding_up = false; in kgdb_nmicallback()