]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/sched.h
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
[mirror_ubuntu-artful-kernel.git] / include / linux / sched.h
index 3113c828483ba7d6bd1a2c4a7572a01b848a11c0..1f0f427e0292f4ad1a7549bfc9d396353c7f97dd 100644 (file)
@@ -422,6 +422,7 @@ struct sched_dl_entity {
        u64                             dl_deadline;    /* Relative deadline of each instance   */
        u64                             dl_period;      /* Separation of two instances (period) */
        u64                             dl_bw;          /* dl_runtime / dl_period               */
+       u64                             dl_density;     /* dl_runtime / dl_deadline             */
 
        /*
         * Actual scheduling parameters. Initialized with the values above,