Home
last modified time | relevance | path

Searched refs:deadlines (Results 1 – 2 of 2) sorted by relevance

/dragonfly/test/interbench/
H A Dreadme62 get. It does not return deadlines met as there are no deadlines with an
117 it) of deadlines met during the test period.
122 5. Percentage of deadlines met.
139 deadlines met by the X simulator, although all the desired cpu was achieved
143 44% of the deadlines were met, and only 78.5% of the desired cpu was achieved.
144 This means that some deadlines were so late (%deadlines met was low) that some
157 dropping deadlines would make noticable clicks in audio, subtle visible frame
161 the maximum latency. When the deadlines are actually met, the average latency
/dragonfly/sys/platform/pc64/apic/
H A Dlapic.c131 struct deadlines { struct
136 static struct deadlines *tsc_deadlines = NULL; argument
186 kmalloc(sizeof(struct deadlines) * (naps + 1), in lapic_init()