Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dloongson_hwmon.h21 struct temp_range { struct
50 struct temp_range up_step[MAX_STEP_NUM];
51 struct temp_range down_step[MAX_STEP_NUM];
/linux-4.1.27/arch/x86/kernel/
Dcrash.c249 struct crash_mem_range temp_range = {0, 0}; in exclude_mem_range() local
284 temp_range.start = mend + 1; in exclude_mem_range()
285 temp_range.end = end; in exclude_mem_range()
294 if (!temp_range.end) in exclude_mem_range()
311 mem->ranges[j].start = temp_range.start; in exclude_mem_range()
312 mem->ranges[j].end = temp_range.end; in exclude_mem_range()