Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
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.4.14/arch/x86/kernel/
Dcrash.c247 struct crash_mem_range temp_range = {0, 0}; in exclude_mem_range() local
282 temp_range.start = mend + 1; in exclude_mem_range()
283 temp_range.end = end; in exclude_mem_range()
292 if (!temp_range.end) in exclude_mem_range()
309 mem->ranges[j].start = temp_range.start; in exclude_mem_range()
310 mem->ranges[j].end = temp_range.end; in exclude_mem_range()