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

/linux-master/kernel/sched/
H A Dfair.c1453 unsigned long smin = task_scan_min(p); local
1454 unsigned long period = smin;
1470 return max(smin, period);
1475 unsigned long smin = task_scan_min(p); local
1496 return max(smin, smax);
/linux-master/kernel/bpf/
H A Dverifier.c374 verbose(env, " smin=%lld", reg->smin_value);
2114 * So we use these facts to derive umin/umax from smin/smax and vice
2118 * casting umin/umax as smin/smax and checking if they form valid
12554 s64 smin = reg->smin_value; local
12568 if (smin == S64_MIN) {
12574 if (smin >= BPF_MAX_VAR_OFF || smin <= -BPF_MAX_VAR_OFF) {
12576 smin, reg_type_str(env, type));
14313 /* constants, umin/umax and smin/smax checks would be
14337 /* constants, umin/umax and smin/sma
[all...]

Completed in 200 milliseconds