Home
last modified time | relevance | path

Searched defs:max (Results 1 – 20 of 20) sorted by relevance

/kernel/sched/
Dcpufreq_schedutil.c57 unsigned long max; member
170 unsigned long util, unsigned long max) in get_next_freq()
207 unsigned long max, enum schedutil_type type, in schedutil_cpu_util()
296 unsigned long max = arch_scale_cpu_capacity(sg_cpu->cpu); in sugov_get_util() local
394 unsigned long util, unsigned long max) in sugov_iowait_apply()
455 unsigned long util, max; in sugov_update_single() local
503 unsigned long util = 0, max = 1; in sugov_next_freq_shared() local
Dcputime.c262 static inline u64 account_other_time(u64 max) in account_other_time()
Dsched.h2456 unsigned long max, enum schedutil_type type, in schedutil_cpu_util()
2470 unsigned long scale_irq_capacity(unsigned long util, unsigned long irq, unsigned long max) in scale_irq_capacity()
2485 unsigned long scale_irq_capacity(unsigned long util, unsigned long irq, unsigned long max) in scale_irq_capacity()
Dfair.c103 #define fits_capacity(cap, max) ((cap) * 1280 < (max) * 1024) argument
7812 static unsigned long scale_rt_capacity(int cpu, unsigned long max) in scale_rt_capacity()
Dcore.c2237 u64 max = 2*rq->max_idle_balance_cost; in ttwu_do_wakeup() local
/kernel/time/
Dtest_udelay.c30 int min = 0, max = 0, fail_count = 0; in udelay_test_single() local
Dtimer.c2079 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
Dtimekeeping.c221 u64 now, last, mask, max, delta; in timekeeping_get_delta() local
/kernel/
Ducount.c196 int max; in inc_ucount() local
Dresource.c48 resource_size_t min, max, align; member
580 resource_size_t max) in resource_clip()
721 resource_size_t max, resource_size_t align, in allocate_resource()
Dsysctl.c2670 int *max; member
2737 unsigned int *max; member
2862 unsigned long *i, *min, *max; in __do_proc_doulongvec_minmax() local
Dparams.c397 unsigned int min, unsigned int max, in param_array()
Dfork.c2975 int max = MAX_THREADS; in sysctl_max_threads() local
Dmodule.c234 unsigned long max = min + size; in __mod_update_bounds() local
/kernel/bpf/
Dtnum.c21 struct tnum tnum_range(u64 min, u64 max) in tnum_range()
/kernel/cgroup/
Drdma.c44 int max; member
/kernel/events/
Duprobes.c1267 find_node_in_range(struct inode *inode, loff_t min, loff_t max) in find_node_in_range()
1299 loff_t min, max; in build_probe_list() local
1407 loff_t min, max; in vma_has_uprobes() local
Dcore.c510 u32 max; in perf_sample_event_took() local
/kernel/locking/
Dlocktorture.c692 long max = 0, min = statp ? statp[0].n_lock_acquired : 0; in __torture_print_stats() local
/kernel/trace/
Dtrace.h639 static __always_inline int trace_test_and_set_recursion(int start, int max) in trace_test_and_set_recursion()