Home
last modified time | relevance | path

Searched refs:high (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dkallsyms.c215 int low, mid, high; in kallsyms_lookup_names() local
220 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 …]
/kernel/rcu/
Dsrcutree.c537 #define SRCU_UL_CLAMP_HI(val, high) ((val) < (high) ? (val) : (high)) argument
538 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high)) argument
/kernel/irq/
DKconfig120 to define a high CONFIG_NR_CPUS value but still want to have
/kernel/time/
DKconfig195 This option enables high resolution timer support. If your
/kernel/trace/
DKconfig416 In the context of high-performance computing (HPC), the Operating