Home
last modified time | relevance | path

Searched refs:smin (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dfair.c1526 unsigned long smin = task_scan_min(p); in task_scan_start() local
1527 unsigned long period = smin; in task_scan_start()
1543 return max(smin, period); in task_scan_start()
1548 unsigned long smin = task_scan_min(p); in task_scan_max() local
1569 return max(smin, smax); in task_scan_max()
/linux/kernel/bpf/
H A Dverifier.c387 verbose(env, " smin=%lld", reg->smin_value); in verbose_invalid_scalar()
2508 * So we use these facts to derive umin/umax from smin/smax and vice in __reg64_deduce_bounds()
2512 * casting umin/umax as smin/smax and checking if they form valid in __reg64_deduce_bounds()
14097 s64 smin = reg->smin_value; in check_reg_sane_offset() local
14111 if (smin == S64_MIN) { in check_reg_sane_offset()
14117 if (smin >= BPF_MAX_VAR_OFF || smin <= -BPF_MAX_VAR_OFF) { in check_reg_sane_offset()
14119 smin, reg_type_str(env, type)); in check_reg_sane_offset()
15884 /* constants, umin/umax and smin/smax checks would be in is_scalar_branch_taken()
15908 /* constants, umin/umax and smin/sma in is_scalar_branch_taken()
[all...]