diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-10 03:20:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-10 03:20:13 -0400 |
commit | d7c7f87432aa2d20eefd3b4f38a78eba5e7373a0 (patch) | |
tree | f25aa1cb5c82ff0cced4b19022d284f60e69be2c /sys/dev/random | |
parent | e2754bbe4f77b0d1d7270e9bd19af5c6e09c5739 (diff) |
kernel: sched: Greatly simplify yield logic
The purpose of yielding to the scheduler is to tell it you want to
preempt early in order to not starve processes while waiting for I/O. We
can trigger the timer earlier on for stability as a ~10 usec delay
should not be too terrible.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/random')
0 files changed, 0 insertions, 0 deletions