We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee4ca commit 6ebf2d0Copy full SHA for 6ebf2d0
include/uapi/linux/sched/types.h
@@ -58,9 +58,9 @@
58
*
59
* This is reflected by the following fields of the sched_attr structure:
60
61
- * @sched_deadline representative of the task's deadline
62
- * @sched_runtime representative of the task's runtime
63
- * @sched_period representative of the task's period
+ * @sched_deadline representative of the task's deadline in nanoseconds
+ * @sched_runtime representative of the task's runtime in nanoseconds
+ * @sched_period representative of the task's period in nanoseconds
64
65
* Given this task model, there are a multiplicity of scheduling algorithms
66
* and policies, that can be used to ensure all the tasks will make their
0 commit comments