Home
last modified time | relevance | path

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

/kernel/
Dcrash_reserve.c301 bool *high) in parse_crashkernel()
382 bool high) in reserve_crashkernel_generic()
Dkallsyms.c178 int low, mid, high; in kallsyms_lookup_names() local
291 unsigned long i, low, high, mid; in get_symbol_pos() local
Dcapability.c197 static kernel_cap_t mk_kernel_cap(u32 low, u32 high) in mk_kernel_cap()
Dworkqueue.c1213 int high = pool->attrs->nice == HIGHPRI_NICE_LEVEL ? 1 : 0; in bh_pool_irq_work() local
/kernel/rcu/
Dsrcutree.c590 #define SRCU_UL_CLAMP_HI(val, high) ((val) < (high) ? (val) : (high)) argument
591 #define SRCU_UL_CLAMP(val, low, high) SRCU_UL_CLAMP_HI(SRCU_UL_CLAMP_LO((val), (low)), (high)) argument