diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-03-05 20:03:04 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-03-12 10:29:24 -0400 |
commit | 181b6bb0f5f122741262edc7ac0eca86d3f6dd73 (patch) | |
tree | 1b6e7ab6293bb67b6d01bb939217286ac8cd105c /net/lapb/lapb_iface.c | |
parent | 033356ad3a0a719d52104e63c491d3c33f650ec3 (diff) |
EDF schedulers: Support early job releasing.
This patch allows a task to request early releasing
via rt_task parameters to sys_set_task_rt_param().
Note that early releasing can easily peg your CPUs
since early-releasing tasks never suspend to wait for
their next job. As such, early releasing is really
only useful in the context of implementing bandwidth
servers, interrupt handling threads (or any thread that
spends most of its time waiting for an event), or
short-lived computations. If early releasing pegs your
CPUs, then you probably shouldn't be using it.
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions