Searched defs:high (Results 1 – 5 of 5) sorted by relevance
| /kernel/ |
| D | crash_reserve.c | 301 bool *high) in parse_crashkernel() 382 bool high) in reserve_crashkernel_generic()
|
| D | kallsyms.c | 178 int low, mid, high; in kallsyms_lookup_names() local 291 unsigned long i, low, high, mid; in get_symbol_pos() local
|
| D | capability.c | 197 static kernel_cap_t mk_kernel_cap(u32 low, u32 high) in mk_kernel_cap()
|
| D | workqueue.c | 1213 int high = pool->attrs->nice == HIGHPRI_NICE_LEVEL ? 1 : 0; in bh_pool_irq_work() local
|
| /kernel/rcu/ |
| D | srcutree.c | 590 #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
|