[PATCH 2/2] sched_ext: fix stale references in doc comments
Tao Cui <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Tao Cui <[email protected]> - scx_bpf_dispatch() was renamed to scx_bpf_dsq_insert() - drop reference to undefined %SCX_DEQ_SAVE - @name is in /sys/kernel/sched_ext/root/ops, not a sysctl Signed-off-by: Tao Cui <[email protected]> --- kernel/sched/ext/inlines.h | 2 +- kernel/sched/ext/internal.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/kernel/sched/ext/inlines.h b/kernel/sched/ext/inlines.h index d2d074cee1cb..812d67d18f54 100644 --- a/kernel/sched/ext/inlines.h +++ b/kernel/sched/ext/inlines.h @@ -14,7 +14,7 @@ #include "cid.h" /* - * One user of this function is scx_bpf_dispatch() which can be called + * One user of this function is scx_bpf_dsq_insert() which can be called * recursively as sub-sched dispatches nest. Always inline to reduce stack usage * from the call frame. */ diff --git a/kernel/sched/ext/internal.h b/kernel/sched/ext/internal.h index b699e7c1103f..06aab2f75208 100644 --- a/kernel/sched/ext/internal.h +++ b/kernel/sched/ext/internal.h @@ -485,7 +485,6 @@ struct sched_ext_ops { * - sleeping (%SCX_DEQ_SLEEP) * - being moved to another CPU * - being temporarily taken off the queue for an attribute change - * (%SCX_DEQ_SAVE) * * This and ->dequeue() are related but not coupled. This operation * notifies @p's state transition and may not be preceded by ->dequeue() @@ -966,8 +965,8 @@ struct sched_ext_ops { * @name: BPF scheduler's name * * Must be a non-zero valid BPF object name including only isalnum(), - * '_' and '.' chars. Shows up in kernel.sched_ext_ops sysctl while the - * BPF scheduler is enabled. + * '_' and '.' chars. Exposed via + * /sys/kernel/sched_ext/root/ops while the BPF scheduler is enabled. */ char name[SCX_OPS_NAME_LEN]; -- 2.43.0