Searched refs:high (Results 1 – 5 of 5) sorted by relevance
215 int low, mid, high; in kallsyms_lookup_names() local220 high = kallsyms_num_syms - 1; in kallsyms_lookup_names()222 while (low <= high) { in kallsyms_lookup_names()223 mid = low + (high - low) / 2; in kallsyms_lookup_names()231 high = mid - 1; in kallsyms_lookup_names()236 if (low > high) in kallsyms_lookup_names()251 high = mid; in kallsyms_lookup_names()252 while (high < kallsyms_num_syms - 1) { in kallsyms_lookup_names()253 seq = get_symbol_seq(high + 1); in kallsyms_lookup_names()258 high++; in kallsyms_lookup_names()[all …]
537 #define SRCU_UL_CLAMP_HI(val, high) ((val) < (high) ? (val) : (high)) argument538 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high)) argument
120 to define a high CONFIG_NR_CPUS value but still want to have
195 This option enables high resolution timer support. If your
416 In the context of high-performance computing (HPC), the Operating