Lines Matching refs:can

25  Fiddling with these settings can result in an unpredictable or even unstable
60 with the "traditional" real-time task model (see Section 3) can effectively
118 * The reader can "safely" skip to Section 4 if only interested in seeing
119 * how the scheduling policy can be used. Anyway, we strongly recommend
124 There are no limitations on what kind of task can exploit this new
137 A real-time task can be periodic with period P if r_{j+1} = r_j + P, or
159 More precisely, it can be proven that using a global EDF scheduler the
178 systems), a sufficient test for schedulability can not be based on the
179 utilisations (it can be shown that task sets with utilisations slightly
180 larger than 1 can miss deadlines regardless of the number of CPUs M).
185 SCHED_DEADLINE can be used to schedule real-time tasks guaranteeing that
218 no guarantee can be given on the actual scheduling of the -deadline tasks.
227 The interface used to control the CPU bandwidth that can be allocated
245 interface we can put a cap on total utilization of -deadline tasks (i.e.,
261 can be created while the sum of their bandwidths stays below:
292 tasks can use at most 95%, multiplied by the number of CPUs that compose the
309 root_domain they are created on. However, affinities can be specified
354 The SCHED_DEADLINE policy can be easily tested using two applications that
358 The first testing application is called rt-app and can be used to
362 is a valuable tool, as it can be used to synthetically recreate certain
367 Thread parameters can be specified from the command line, with something like
377 More interestingly, configurations can be described with a json file that
378 can be passed as input to rt-app with something like this:
382 The parameters that can be specified with the second method are a superset
387 schedtool-dl, which can be used to setup SCHED_DEADLINE parameters for a
397 You can also use schedtool to create a reservation for an already running
406 showing how SCHED_DEADLINE reservations can be created by a real-time