diff options
| author | Swapnil Sapkal <[email protected]> | 2025-04-30 06:25:59 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2025-06-09 22:23:58 +0000 |
| commit | d3f825032091fc14c7d5e34bcd54317ae4246903 (patch) | |
| tree | f609436683b4f56905d52ebdc734fc9e425e468e /scripts/lib/kdoc/kdoc_parser.py | |
| parent | docs: Fix typos, improve grammar in Userspace API (diff) | |
| download | kernel-d3f825032091fc14c7d5e34bcd54317ae4246903.tar.gz kernel-d3f825032091fc14c7d5e34bcd54317ae4246903.zip | |
docs/sched: Make the sched-stats documentation consistent
pull_task(), the original function to move the task from src_rq to the
dst_rq during load balancing was renamed to move_tasks() in commit
ddcdf6e7d991 ("sched: Rename load-balancing fields")
As a part of commit 163122b7fcfa ("sched/fair: Remove
double_lock_balance() from load_balance()"), move_task() was broken down
into detach_tasks() and attach_tasks() pair to avoid holding locks of
both src_rq and dst_rq at the same time during load balancing.
Despite the evolution of pull_task() over the years, the sched-stats
documentation remained unchanged. Update the documentation to refer to
detach_task() instead of pull_task() which is responsible for removing
the task from the src_rq during load balancing.
commit 1c055a0f5d3b ("sched: Move sched domain name out of
CONFIG_SCHED_DEBUG") moves sched domain name out of CONFIG_SCHED_DEBUG.
Update the documentation related to that.
Reviewed-by: K Prateek Nayak <[email protected]>
Suggested-by: Shrikanth Hegde <[email protected]>
Signed-off-by: Swapnil Sapkal <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions
