Home
last modified time | relevance | path

Searched defs:sched_dl_entity (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dsched.h509 struct sched_dl_entity { struct
510 struct rb_node rb_node;
517 u64 dl_runtime; /* Maximum runtime for each instance */
520 u64 dl_bw; /* dl_runtime / dl_period */
521 u64 dl_density; /* dl_runtime / dl_deadline */
528 s64 runtime; /* Remaining runtime for this instance */
529 u64 deadline; /* Absolute deadline for this instance */
556 unsigned int dl_throttled : 1;
557 unsigned int dl_yielded : 1;
558 unsigned int dl_non_contending : 1;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dsched.h509 struct sched_dl_entity { struct
510 struct rb_node rb_node;
517 u64 dl_runtime; /* Maximum runtime for each instance */
520 u64 dl_bw; /* dl_runtime / dl_period */
521 u64 dl_density; /* dl_runtime / dl_deadline */
528 s64 runtime; /* Remaining runtime for this instance */
529 u64 deadline; /* Absolute deadline for this instance */
556 unsigned int dl_throttled : 1;
557 unsigned int dl_yielded : 1;
558 unsigned int dl_non_contending : 1;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dsched.h509 struct sched_dl_entity { struct
510 struct rb_node rb_node;
517 u64 dl_runtime; /* Maximum runtime for each instance */
520 u64 dl_bw; /* dl_runtime / dl_period */
521 u64 dl_density; /* dl_runtime / dl_deadline */
528 s64 runtime; /* Remaining runtime for this instance */
529 u64 deadline; /* Absolute deadline for this instance */
556 unsigned int dl_throttled : 1;
557 unsigned int dl_yielded : 1;
558 unsigned int dl_non_contending : 1;
[all …]