Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sched/deadline: Comment sched_dl_entity::dl_server variable

Add an explanation for the newly added variable.

Fixes: 63ba8422f876 ("sched/deadline: Introduce deadline servers")
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Juri Lelli <juri.lelli@redhat.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/147f7aa8cb8fd925f36aa8059af6a35aad08b45a.1716811044.git.bristot@kernel.org

authored by

Daniel Bristot de Oliveira and committed by
Peter Zijlstra
f23c042c faa42d29

+2
+2
include/linux/sched.h
··· 639 639 * 640 640 * @dl_overrun tells if the task asked to be informed about runtime 641 641 * overruns. 642 + * 643 + * @dl_server tells if this is a server entity. 642 644 */ 643 645 unsigned int dl_throttled : 1; 644 646 unsigned int dl_yielded : 1;