/linux-3.4.99/Documentation/scheduler/ |
D | sched-rt-group.txt | 44 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/ |
D | seq_oss_timer.c | 56 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()
|
D | seq_oss_timer.h | 33 int realtime; member 67 return timer->realtime; in snd_seq_oss_timer_is_realtime()
|
D | seq_oss_rw.c | 183 if (dp->timer->realtime || !dp->timer->running) { in insert_queue()
|
/linux-3.4.99/drivers/staging/android/ |
D | Kconfig | 64 elapsed realtime, and a non-wakeup alarm on the monotonic clock. 66 for elapsed realtime to work.
|
/linux-3.4.99/fs/xfs/ |
D | Kconfig | 58 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/ |
D | ioprio.txt | 20 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/ |
D | ste_dma40.h | 126 bool realtime; member
|
/linux-3.4.99/Documentation/RCU/ |
D | rcu.txt | 81 o I hear that RCU needs work in order to support realtime kernels? 87 needed if you have CPU-bound realtime threads.
|
D | RTFP.txt | 131 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 …]
|
D | checklist.txt | 229 result in excessive realtime latencies or even OOM conditions. 375 realtime latency.
|
D | rcubarrier.txt | 68 in realtime kernels in order to avoid excessive scheduling latencies.
|
/linux-3.4.99/Documentation/hwmon/ |
D | w83792d | 60 Alarms are provided as output from "realtime status register". Following bits 94 to realtime alarms).
|
/linux-3.4.99/drivers/staging/frontier/ |
D | README | 43 core driver simple because the only realtime work really required is
|
/linux-3.4.99/tools/perf/Documentation/ |
D | perf-kvm.txt | 22 a performance counter profile of guest os in realtime
|
D | perf-top.txt | 86 --realtime=<priority>::
|
D | perf-record.txt | 66 --realtime=::
|
/linux-3.4.99/net/sched/ |
D | sch_hfsc.c | 1624 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/ |
D | 3.Early-stage | 23 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/ |
D | hrtimers.txt | 67 The increasing demand for realtime and multimedia applications along
|
/linux-3.4.99/Documentation/sound/oss/ |
D | vwsnd | 101 glitches with a given workload. Linux is not realtime, so we can't
|
/linux-3.4.99/drivers/dma/ |
D | ste_dma40.c | 2183 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/ |
D | Kconfig | 463 I2C driver, like the DS1302 realtime-clock driver. If you are
|
/linux-3.4.99/Documentation/sysctl/ |
D | kernel.txt | 534 of POSIX realtime (queued) signals that can be outstanding
|
/linux-3.4.99/init/ |
D | Kconfig | 753 schedule realtime tasks for non-root users until you allocate 754 realtime bandwidth for them.
|