/linux-6.14.4/Documentation/devicetree/bindings/dma/ti/ |
D | k3-bcdma.yaml | 147 - description: RX Channel Realtime Registers region 148 - description: Ring Realtime Registers region 170 - description: Block Copy Channel Realtime Registers region 171 - description: RX Channel Realtime Registers region 172 - description: TX Channel Realtime Registers region 173 - description: Ring Realtime Registers region 210 - description: RX Channel Realtime Registers region 211 - description: TX Channel Realtime Registers region 212 - description: Ring Realtime Registers region
|
/linux-6.14.4/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 150 test_timeout(res, &ret, "futex_wait_bitset realtime", ETIMEDOUT); in main() 162 test_timeout(res, &ret, "futex_wait_requeue_pi realtime", ETIMEDOUT); in main() 175 * Due to historical reasons, FUTEX_LOCK_PI supports only realtime in main() 179 * interpreted as a realtime clock, and (unless you mess your machine's in main() 181 * smaller than realtime and the syscall will timeout immediately. in main() 186 test_timeout(res, &ret, "futex_lock_pi realtime", ETIMEDOUT); in main() 202 test_timeout(res, &ret, "futex_waitv realtime", ETIMEDOUT); in main()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | rtrmap_repair.c | 50 * Realtime Reverse Mapping Btree Repair 54 * device, since we only store the data fork extents of realtime files on the 55 * realtime device. We still have to freeze the filesystem and stop the 57 * realtime inodes. 59 * Collecting entries for the new realtime rmap btree is easy -- all we have 60 * to do is generate rtrmap entries from the data fork mappings of all realtime 64 * To rebuild the realtime rmap btree, we bulk-load the collected mappings into 65 * a new btree cursor and atomically swap that into the realtime inode. Then 323 /* Find all the extents on the realtime device mapped by an inode fork. */ 348 /* realtime data forks should only be extents or btree */ in xrep_rtrmap_scan_dfork() [all …]
|
D | rtsummary.c | 31 * Realtime Summary 34 * We check the realtime summary by scanning the realtime bitmap file to create 73 descr = xchk_xfile_descr(sc, "realtime summary file"); in xchk_setup_rtsummary() 212 /* Compute the realtime summary from the realtime bitmap. */ 307 /* Scrub the realtime summary. */
|
D | rtrmap.c | 33 /* Set us up with the realtime metadata locked. */ 64 /* Realtime reverse mapping. */ 218 /* Scrub a realtime rmapbt record. */ 242 /* Scrub the realtime rmap btree. */ 260 /* xref check that the extent has no realtime reverse mapping at all */
|
/linux-6.14.4/fs/xfs/ |
D | xfs_ioctl32.h | 147 __u32 rtextsize; /* realtime extent size */ 155 __u64 rtblocks; /* fsblocks in realtime subvol */ 156 __u64 rtextents; /* rt extents in realtime subvol*/ 164 __u32 rtsectsize; /* realtime sector size, bytes */ 184 __u64 newblocks; /* new realtime size, fsblocks */ 185 __u32 extsize; /* new realtime extent size, fsblocks */
|
D | Kconfig | 106 bool "XFS Realtime subvolume support" 110 which contain a realtime subvolume. The realtime subvolume is a 117 to applications via the inherit-realtime directory inode flag.
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_fs.h | 115 __u32 rtextsize; /* realtime extent size */ 123 __u64 rtblocks; /* fsblocks in realtime subvol */ 124 __u64 rtextents; /* rt extents in realtime subvol*/ 132 __u32 rtsectsize; /* realtime sector size, bytes */ 141 __u32 rtextsize; /* realtime extent size */ 149 __u64 rtblocks; /* fsblocks in realtime subvol */ 150 __u64 rtextents; /* rt extents in realtime subvol*/ 158 __u32 rtsectsize; /* realtime sector size, bytes */ 168 __u32 rtextsize; /* realtime extent size */ 176 __u64 rtblocks; /* fsblocks in realtime subvol */ [all …]
|
D | xfs_rtrefcount_btree.c | 35 * Realtime Reference Count btree. 37 * This is a btree used to track the owner(s) of a given extent in the realtime 82 * Calculate number of records in a realtime refcount btree inode root. 454 /* Calculate number of records in a realtime refcount btree block. */ 480 /* Compute the max possible height for realtime refcount btrees. */ 516 /* Compute the maximum height of a realtime refcount btree. */ 529 * The realtime refcountbt lives on the data device, which means that in xfs_rtrefcountbt_compute_maxlevels() 627 /* Load a realtime reference count btree root in from disk. */ 641 * growfs must create the rtrefcount inodes before adding a realtime in xfs_iformat_rtrefcount() 713 /* Flush a realtime reference count btree root out to disk. */ [all …]
|
D | xfs_format.h | 99 xfs_rfsblock_t sb_rblocks; /* number of realtime blocks */ 100 xfs_rtbxlen_t sb_rextents; /* number of realtime extents */ 104 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */ 106 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */ 133 uint64_t sb_frextents; /* free realtime extents */ 179 xfs_rgnumber_t sb_rgcount; /* number of realtime groups */ 180 xfs_rtxlen_t sb_rgextents; /* size of a realtime group in rtx */ 196 __be64 sb_rblocks; /* number of realtime blocks */ 197 __be64 sb_rextents; /* number of realtime extents */ 201 __be64 sb_rbmino; /* bitmap inode for realtime extents */ [all …]
|
D | xfs_types.c | 140 * Verify that a realtime block number pointer neither points outside the 141 * allocatable areas of the rtgroup nor off the end of the realtime 166 * Verify that an allocated realtime device extent neither points outside 168 * end of the realtime device.
|
D | xfs_rtrmap_btree.c | 37 * Realtime Reverse Map btree. 39 * This is a btree used to track the owner(s) of a given extent in the realtime 83 /* Calculate number of records in the ondisk realtime rmap btree inode root. */ 549 * Validate an in-memory realtime rmap btree block. Callers are allowed to 649 /* Create an in-memory realtime rmap btree. */ 717 /* Compute the max possible height for realtime reverse mapping btrees. */ 778 * The realtime rmapbt lives on the data device, which means that its in xfs_rtrmapbt_compute_maxlevels() 884 /* Load a realtime reverse mapping btree root in from disk. */ 898 * growfs must create the rtrmap inodes before adding a realtime volume in xfs_iformat_rtrmap() 966 /* Flush a realtime reverse mapping btree root out to disk. */ [all …]
|
D | xfs_trans_resv.h | 44 struct xfs_trans_res tr_growrtalloc; /* grow realtime allocations */ 45 struct xfs_trans_res tr_growrtzero; /* grow realtime zeroing */ 46 struct xfs_trans_res tr_growrtfree; /* grow realtime freeing */
|
D | xfs_rtgroup.c | 139 /* Compute the number of rt extents in this realtime group. */ 199 * Lock both realtime free space metadata inodes for a freespace in xfs_rtgroup_lock() 240 * Join realtime group metadata inodes to the transaction. The ILOCKs will be 374 * realtime volume to the filesystem, so we cannot use the 512 /* Add a metadata inode for a realtime rmap btree. */ 685 /* Update a realtime superblock from the primary fs super */ 715 * Update the realtime superblock from a filesystem superblock and log it to
|
D | xfs_inode_buf.c | 453 * realtime volume to the filesystem, so we cannot use in xfs_dinode_verify_fork() 750 /* don't let reflink and realtime mix */ in xfs_dinode_verify() 807 * For realtime files, this is the rt extent size. 808 * 8. For non-realtime files, the extent size hint must be limited 835 * multiple of the realtime extent size. Since we allow users to set in xfs_inode_validate_extsize() 843 * propagate that hint into a new regular realtime file, the result in xfs_inode_validate_extsize() 921 * propagate realtime status and a CoW extent size hint to newly in xfs_inode_validate_cowextsize() 922 * created files even if there is no realtime device, and the hints on in xfs_inode_validate_cowextsize() 924 * size while adding the realtime device. in xfs_inode_validate_cowextsize() 927 * regular realtime files, and rely on callers to decide when alignment in xfs_inode_validate_cowextsize()
|
D | xfs_trans_space.h | 17 /* Worst case number of realtime rmaps that can be held in a block. */ 21 /* Adding one realtime rmap could split every level to the top of the tree. */ 24 /* Blocks we might need to add "b" realtime rmaps to a tree. */
|
/linux-6.14.4/sound/core/seq/oss/ |
D | seq_oss_timer.c | 43 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()
|
/linux-6.14.4/drivers/dma/ |
D | ste_dma40.h | 82 * @realtime: true if realtime mode is to be enabled. Only available on DMA40 99 bool realtime; member
|
/linux-6.14.4/include/linux/ |
D | timekeeper_internal.h | 23 * @base_real: Nanoseconds base value for clock REALTIME readout 32 * realtime from any context. 51 * @offs_real: Offset clock monotonic -> clock realtime 108 * CLOCK_MONOTONIC/REALTIME/BOOTTIME/TAI, while cacheline 2 contains the
|
D | timekeeping.h | 157 * ktime_mono_to_real - Convert monotonic time to clock realtime 160 * Returns: time converted to realtime clock 270 * @real: Realtime system time 291 * @sys_realtime: Realtime simultaneous with device time 332 * Simultaneously snapshot realtime and monotonic raw clocks
|
/linux-6.14.4/Documentation/tools/rtla/ |
D | index.rst | 4 The realtime Linux analysis tool 7 RTLA provides a set of tools for the analysis of the kernel's realtime
|
/linux-6.14.4/drivers/hte/ |
D | Kconfig | 8 timestamp certain device lines/signals in realtime. It comes with a 25 lines for timestamping in realtime.
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | kvm_clock_test.c | 97 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()
|
/linux-6.14.4/Documentation/block/ |
D | ioprio.rst | 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. 111 const char *to_prio[] = { "none", "realtime", "best-effort", "idle", };
|
/linux-6.14.4/drivers/platform/x86/ |
D | msi-ec.h | 76 int rt_fan_speed_address; // realtime 86 int rt_fan_speed_address; // realtime
|