Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 25 of 60) sorted by relevance

123

/linux-6.3-rc2/drivers/cdrom/
A Dcdrom.c996 tracks->data = 0; in cdrom_count_tracks()
997 tracks->audio = 0; in cdrom_count_tracks()
998 tracks->cdi = 0; in cdrom_count_tracks()
999 tracks->xa = 0; in cdrom_count_tracks()
1027 tracks->cdi++; in cdrom_count_tracks()
1029 tracks->xa++; in cdrom_count_tracks()
1039 header.cdth_trk1, tracks->audio, tracks->data, in cdrom_count_tracks()
1040 tracks->cdi, tracks->xa); in cdrom_count_tracks()
1048 tracktype tracks; in open_for_data() local
1212 tracktype tracks; in check_for_audio_disc() local
[all …]
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dbitmaps.rst6 The data block bitmap tracks the usage of data blocks within the block
A Dorphan.rst14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
A Dsuper.rst438 - Inode that tracks project quotas.
722 - Filesystem tracks project quotas. (RO_COMPAT_PROJECT)
/linux-6.3-rc2/Documentation/virt/kvm/devices/
A Dvfio.rst12 tracks VFIO groups in use by the VM and features of those groups
/linux-6.3-rc2/drivers/block/
A Damiflop.c178 unsigned int tracks; /* number of tracks */ member
528 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate()
540 n = unit[drive].type->tracks + 20; in fd_calibrate()
1531 geo->cylinders = unit[drive].type->tracks; in fd_getgeo()
1563 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl()
1583 getprm.track=p->type->tracks; in fd_locked_ioctl()
1701 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
A Dfloppy.c2234 _floppy->track > drive_params[current_drive].tracks || in do_format()
3235 g->track <= 0 || g->track > drive_params[drive].tracks >> STRETCH(g) || in set_geometry()
3593 unsigned char tracks; member
3726 drive_params[drive].tracks = v.tracks; in compat_setdrvprm()
3757 v.tracks = drive_params[drive].tracks; in compat_getdrvprm()
/linux-6.3-rc2/include/uapi/linux/
A Dfd.h146 unsigned char tracks; /* maximum number of tracks */ member
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst155 ``rcu_node`` and ``rcu_data`` structures, tracks grace periods,
157 events, maintains ``rcu_barrier()`` state, tracks expedited
174 detection and RCU callback queuing. It also tracks its relationship
181 and also tracks statistics.
197 between the ``rcu_node`` and ``rcu_data`` structures, tracks grace
300 The ``->gp_max`` field tracks the duration of the longest grace period
430 The ``->qsmask`` field tracks which of this ``rcu_node`` structure's
435 Similarly, the ``->expmask`` field tracks which of this ``rcu_node``
442 tens of microseconds. The ``->qsmaskinit`` field tracks which of this
489 know that the ``rcu_node`` structure tracks them.
[all …]
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dknfsd-stats.rst67 The circumstance this statistic tracks indicates that there was NFS
82 This statistic tracks the circumstance where incoming
/linux-6.3-rc2/Documentation/mm/
A Dpage_frags.rst18 and tracks allows multiple calls to make use of a cached page. The
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-g-modulator.rst167 tracks. When the input has three channels the mono track is a
173 channel it is used for all audio tracks. It is not possible to
/linux-6.3-rc2/Documentation/cdrom/
A Dcdrom-standard.rst499 reading audio tracks as data, I believe this is because of protection
500 of copyrights of artists. Moreover, I think that if audio-tracks are
932 also very common for CDs to have some tracks with data, and some
933 tracks with audio. Because this is an existing interface, rather
937 follows: If the CD in question has audio tracks on it, and it has
938 absolutely no CD-I, XA, or data tracks on it, it will be reported
939 as *CDS_AUDIO*. If it has both audio and data tracks, it will
940 return *CDS_MIXED*. If there are no audio tracks on the disc, and
941 if the CD in question has any CD-I tracks on it, it will be
943 has any XA tracks on it, it will be reported as *CDS_XA_2_1*.
[all …]
/linux-6.3-rc2/Documentation/admin-guide/
A Dfilesystem-monitoring.rst67 `error_count` tracks the number of errors that occurred and were
A Drtc.rst6 something that tracks wall clock time and is battery backed so that it
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dcdrom.rst949 very common for CDs to have some tracks with data, and some
950 tracks with audio. Just because I feel like it, I declare
952 ANY data tracks on it, it will be returned as a data CD.
953 If it has any XA tracks, I will return it as that. Now I
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dpids.rst34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
/linux-6.3-rc2/Documentation/driver-api/firmware/
A Dfw_upload.rst125 * remaining_size - tracks the data transfer portion of an update
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Dcache-policies.rst97 away. In addition it tracks performance of the hotspot queue, which
/linux-6.3-rc2/Documentation/locking/
A Dlockstat.rst80 It also tracks 4 contention points per class. A contention point is a call site
A Dlockdep-design.rst19 The validator tracks the 'usage state' of lock-classes, and it tracks
41 The validator tracks lock-class usage history and divides the usage into
339 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
/linux-6.3-rc2/arch/m68k/include/asm/
A Datarihw.h383 u_char tracks; member
/linux-6.3-rc2/Documentation/rust/
A Dquick-start.rst17 the distribution tracks the latest releases.
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Darchitecture.rst34 Each KUnit test case receives a ``struct kunit`` context object that tracks a
/linux-6.3-rc2/Documentation/x86/
A Dpat.rst112 In addition, step 2 internally tracks the region as UC or WC in memtype

Completed in 37 milliseconds

123