Home
last modified time | relevance | path

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

1234

/openbmc/qemu/block/
H A Dparallels.c122 index = sector_num / s->tracks; in seek_to_sector()
123 offset = sector_num % s->tracks; in seek_to_sector()
135 int ret = s->tracks - sector_num % s->tracks; in cluster_remainder()
263 idx = sector_num / s->tracks; in allocate_clusters()
264 to_allocate = DIV_ROUND_UP(sector_num + *pnum, s->tracks) - idx; in allocate_clusters()
318 *pnum = (idx + to_allocate) * s->tracks - sector_num; in allocate_clusters()
349 int64_t nb_cow_sectors = to_allocate * s->tracks; in allocate_clusters()
353 ret = bdrv_co_pread(bs->backing, idx * s->tracks * BDRV_SECTOR_SIZE, in allocate_clusters()
382 return bat2sect(s, idx) + sector_num % s->tracks; in allocate_clusters()
863 host_sector = allocate_clusters(bs, guest_sector, s->tracks, &n); in parallels_check_duplicate()
[all …]
H A Dparallels.h46 uint32_t tracks; member
86 unsigned int tracks; member
/openbmc/linux/drivers/cdrom/
H A Dcdrom.c983 static void cdrom_count_tracks(struct cdrom_device_info *cdi, tracktype *tracks) in cdrom_count_tracks() argument
988 tracks->data = 0; in cdrom_count_tracks()
989 tracks->audio = 0; in cdrom_count_tracks()
990 tracks->cdi = 0; in cdrom_count_tracks()
991 tracks->xa = 0; in cdrom_count_tracks()
992 tracks->error = 0; in cdrom_count_tracks()
996 tracks->error = CDS_NO_INFO; in cdrom_count_tracks()
1004 tracks->error = CDS_NO_DISC; in cdrom_count_tracks()
1006 tracks->error = CDS_NO_INFO; in cdrom_count_tracks()
1014 tracks->error = CDS_NO_INFO; in cdrom_count_tracks()
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.7.0.bb19 CVE_STATUS[CVE-2023-52356] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vul…
20 CVE_STATUS[CVE-2023-6228] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vuln…
21 CVE_STATUS[CVE-2023-6277] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vuln…
/openbmc/linux/drivers/block/
H 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()
1562 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl()
1582 getprm.track=p->type->tracks; in fd_locked_ioctl()
1698 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dbitmaps.rst6 The data block bitmap tracks the usage of data blocks within the block
H A Dorphan.rst14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch326 tracks=last-first+1;
351 - tracks = d->private->sg_buffer[1];
352 + tracks = d->priv->sg_buffer[1];
353 if (tracks > MAXTRK) {
354 cderror(d,"003: CDROM reporting illegal number of tracks\n");
404 d->cd_extra = FixupTOC(d,tracks+1);
/openbmc/linux/include/uapi/linux/
H A Dfd.h146 unsigned char tracks; /* maximum number of tracks */ member
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H 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 …]
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst12 tracks VFIO files (group or device) in use by the VM and features
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst67 The circumstance this statistic tracks indicates that there was NFS
82 This statistic tracks the circumstance where incoming
/openbmc/linux/Documentation/userspace-api/media/v4l/
H 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
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst18 and tracks allows multiple calls to make use of a cached page. The
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dexternal-scm.rst63 experiment with building a distribution that tracks the latest
/openbmc/linux/drivers/block/zram/
H A DKconfig76 With this feature zram tracks access time of every stored
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-dev.bb1 # This recipe tracks the linux-yocto-dev repository as its upstream source.
/openbmc/linux/Documentation/cdrom/
H 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
709 set, that it contains tracks of type `data mode 1`. Only if all tests
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
[all …]
/openbmc/linux/Documentation/userspace-api/ioctl/
H 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
/openbmc/linux/Documentation/core-api/
H A Dkernel-api.rst243 dup_failed_modules - tracks duplicate failed modules
247 :doc: dup_failed_modules - tracks duplicate failed modules
/openbmc/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst67 `error_count` tracks the number of errors that occurred and were
/openbmc/qemu/qapi/
H A Dblock.json26 # tracks across all heads (i.e. cylinders*heads<131072), otherwise
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfw_upload.rst126 * remaining_size - tracks the data transfer portion of an update
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
/openbmc/docs/designs/
H A Dredfish-postcodes.md123 xyz.openbmc_project.State.Boot.PostCode service. The existing interface tracks

1234