Home
last modified time | relevance | path

Searched refs:realtime (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.4.99/Documentation/scheduler/
Dsched-rt-group.txt44 multiple groups of realtime tasks, each group must be assigned a fixed portion
45 of the CPU time available. Without a minimum guarantee a realtime group can
53 in a given period. We allocate this "run time" for each realtime group which
54 the other realtime groups will not be permitted to use.
56 Any time not allocated to a realtime group will be used to run normal priority
60 Let's consider an example: a frame fixed realtime renderer must deliver 25
73 realtime tasks have explicitly allocated the CPU time they need to perform
93 A global limit on how much time realtime scheduling may use. Even without
94 CONFIG_RT_GROUP_SCHED enabled, this will limit time reserved to realtime
96 available to all realtime groups.
[all …]
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_timer.c56 rec->realtime = 0; in snd_seq_oss_timer_new()
94 rec->realtime = 0; in snd_seq_oss_process_timer_event()
98 rec->realtime = 1; in snd_seq_oss_process_timer_event()
100 rec->realtime = 0; in snd_seq_oss_process_timer_event()
116 rec->realtime = 0; in snd_seq_oss_process_timer_event()
Dseq_oss_timer.h33 int realtime; member
67 return timer->realtime; in snd_seq_oss_timer_is_realtime()
Dseq_oss_rw.c183 if (dp->timer->realtime || !dp->timer->running) { in insert_queue()
/linux-3.4.99/drivers/staging/android/
DKconfig64 elapsed realtime, and a non-wakeup alarm on the monotonic clock.
66 for elapsed realtime to work.
/linux-3.4.99/fs/xfs/
DKconfig58 which contain a realtime subvolume. The realtime subvolume is a
65 to applications via the inherit-realtime directory inode flag.
/linux-3.4.99/Documentation/block/
Dioprio.txt20 IOPRIO_CLASS_RT: This is the realtime io class. This scheduling class is given
58 will change pid 100 to run at the realtime scheduling class, at priority 2.
114 const char *to_prio[] = { "none", "realtime", "best-effort", "idle", };
/linux-3.4.99/arch/arm/plat-nomadik/include/plat/
Dste_dma40.h126 bool realtime; member
/linux-3.4.99/Documentation/RCU/
Drcu.txt81 o I hear that RCU needs work in order to support realtime kernels?
87 needed if you have CPU-bound realtime threads.
DRTFP.txt131 describing how to make RCU safe for soft-realtime applications [Sarma04c],
134 2005 brought further adaptation of RCU to realtime use, permitting
135 preemption of RCU realtime critical sections [PaulMcKenney05a,
955 implementation that make it friendly to realtime applications.
1137 processing for crude-but-workable realtime RCU. The downside
1198 Realtime turns into making RCU yet more realtime friendly.
1265 First operating counter-based realtime RCU patch posted to LKML.
1279 First operating counter-based realtime RCU patch posted to LKML,
1345 Described how to improve the -rt implementation of realtime RCU.
1935 RCU, realtime RCU, sleepable RCU, performance.
[all …]
Dchecklist.txt229 result in excessive realtime latencies or even OOM conditions.
375 realtime latency.
Drcubarrier.txt68 in realtime kernels in order to avoid excessive scheduling latencies.
/linux-3.4.99/Documentation/hwmon/
Dw83792d60 Alarms are provided as output from "realtime status register". Following bits
94 to realtime alarms).
/linux-3.4.99/drivers/staging/frontier/
DREADME43 core driver simple because the only realtime work really required is
/linux-3.4.99/tools/perf/Documentation/
Dperf-kvm.txt22 a performance counter profile of guest os in realtime
Dperf-top.txt86 --realtime=<priority>::
Dperf-record.txt66 --realtime=::
/linux-3.4.99/net/sched/
Dsch_hfsc.c1624 int realtime = 0; in hfsc_dequeue() local
1638 realtime = 1; in hfsc_dequeue()
1659 if (realtime) in hfsc_dequeue()
1666 if (realtime) in hfsc_dequeue()
/linux-3.4.99/Documentation/development-process/
D3.Early-stage23 access to the realtime scheduler. This module was implemented and sent to
30 stability. Their preferred solutions involved realtime scheduling access
/linux-3.4.99/Documentation/timers/
Dhrtimers.txt67 The increasing demand for realtime and multimedia applications along
/linux-3.4.99/Documentation/sound/oss/
Dvwsnd101 glitches with a given workload. Linux is not realtime, so we can't
/linux-3.4.99/drivers/dma/
Dste_dma40.c2183 bool realtime = d40c->dma_cfg.realtime; in __d40_set_prio_rt() local
2186 u32 rtreg = realtime ? D40_DREG_RSEG1 : D40_DREG_RCEG1; in __d40_set_prio_rt()
/linux-3.4.99/arch/cris/arch-v10/drivers/
DKconfig463 I2C driver, like the DS1302 realtime-clock driver. If you are
/linux-3.4.99/Documentation/sysctl/
Dkernel.txt534 of POSIX realtime (queued) signals that can be outstanding
/linux-3.4.99/init/
DKconfig753 schedule realtime tasks for non-root users until you allocate
754 realtime bandwidth for them.

12