Home
last modified time | relevance | path

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

123

/linux/sound/core/seq/oss/
H A Dseq_oss_timer.c43 rec->realtime = 0; in snd_seq_oss_timer_new()
81 rec->realtime = 0; in snd_seq_oss_process_timer_event()
85 rec->realtime = 1; in snd_seq_oss_process_timer_event()
87 rec->realtime = 0; in snd_seq_oss_process_timer_event()
103 rec->realtime = 0; in snd_seq_oss_process_timer_event()
H A Dseq_oss_timer.h20 int realtime; member
H A Dseq_oss_rw.c171 if (dp->timer->realtime || !dp->timer->running) in insert_queue()
/linux/Documentation/tools/rtla/
H A Dindex.rst4 The realtime Linux analysis tool
7 RTLA provides a set of tools for the analysis of the kernel's realtime
/linux/tools/testing/selftests/kvm/x86_64/
H A Dkvm_clock_test.c97 data.realtime = ts.tv_sec * NSEC_PER_SEC; in setup_clock()
98 data.realtime += ts.tv_nsec; in setup_clock()
99 data.realtime += test_case->realtime_offset; in setup_clock()
H A Dxen_shinfo_test.c1030 kcdata.realtime / NSEC_PER_SEC, kcdata.realtime % NSEC_PER_SEC); in main()
1033 delta = (wc->sec * NSEC_PER_SEC + wc->nsec) - (kcdata.realtime - kcdata.clock); in main()
1043 wc->sec, wc->nsec, (kcdata.realtime - kcdata.clock) / NSEC_PER_SEC, in main()
1044 (kcdata.realtime - kcdata.clock) % NSEC_PER_SEC); in main()
/linux/drivers/hte/
H A DKconfig8 timestamp certain device lines/signals in realtime. It comes with a
25 lines for timestamping in realtime.
/linux/Documentation/block/
H A Dioprio.rst20 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.
111 const char *to_prio[] = { "none", "realtime", "best-effort", "idle", };
/linux/drivers/dma/
H A Dste_dma40.h99 bool realtime; member
/linux/drivers/gpu/drm/mgag200/
H A DKconfig22 Enable this option only if you run realtime tasks on a server with a
/linux/drivers/misc/mei/
H A Dplatform-vsc.c37 u64 realtime; member
62 .realtime = ktime_to_ns(ktime_get_real()), in mei_vsc_read_helper()
/linux/fs/xfs/
H A DKconfig110 which contain a realtime subvolume. The realtime subvolume is a
117 to applications via the inherit-realtime directory inode flag.
H A Dxfs_mount.h350 __XFS_HAS_FEAT(realtime, REALTIME) in __XFS_ADD_FEAT()
/linux/Documentation/hwmon/
H A Dw83792d.rst72 Alarms are provided as output from "realtime status register". Following bits
109 to realtime alarms).
/linux/Documentation/driver-api/hte/
H A Dhte.rst13 monitor sets of system signals, lines, buses etc... in realtime for state
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c1200 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1217 else if (clock_type == CLOCK_REALTIME && realtime) in iwl_mvm_get_sync_time()
1218 *realtime = ktime_get_real(); in iwl_mvm_get_sync_time()
/linux/net/sched/
H A Dsch_hfsc.c1592 int realtime = 0; in hfsc_dequeue() local
1606 realtime = 1; in hfsc_dequeue()
1628 if (realtime) in hfsc_dequeue()
1635 if (realtime) in hfsc_dequeue()
/linux/Documentation/RCU/
H A Drcu.rst84 - I hear that RCU needs work in order to support realtime kernels?
H A DRTFP.txt147 describing how to make RCU safe for soft-realtime applications [Sarma04c],
150 2005 brought further adaptation of RCU to realtime use, permitting
151 preemption of RCU realtime critical sections [PaulMcKenney05a,
1063 implementation that make it friendly to realtime applications.
1263 processing for crude-but-workable realtime RCU. The downside
1324 Realtime turns into making RCU yet more realtime friendly.
1391 First operating counter-based realtime RCU patch posted to LKML.
1405 First operating counter-based realtime RCU patch posted to LKML,
1487 Described how to improve the -rt implementation of realtime RCU.
2078 RCU, realtime RCU, sleepable RCU, performance.
[all …]
/linux/Documentation/process/
H A D3.Early-stage.rst27 access to the realtime scheduler. This module was implemented and sent to
34 stability. Their preferred solutions involved realtime scheduling access
/linux/tools/perf/Documentation/
H A Dperf-kvm.txt23 a performance counter profile of guest os in realtime
/linux/Documentation/translations/it_IT/process/
H A D3.Early-stage.rst34 schedulatore *realtime*. Tale modulo fu implementato e inviato nella
42 breve periodo, comportavano un accesso alla schedulazione realtime attraverso
/linux/arch/arc/kernel/
H A Dentry-compact.S321 ; Note that we use realtime STATUS32 (not pt_regs->status32) to
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst86 atomic context on realtime kernels (inside hard IRQ handlers and similar
298 Realtime considerations: a realtime compliant GPIO driver should not use
385 These kinds of irqchips are inherently realtime tolerant as they are
733 So, pay attention on above realtime considerations in the documentation.
/linux/Documentation/accounting/
H A Dpsi.rst26 As psi aggregates this information in realtime, systems can be managed

123