Home
last modified time | relevance | path

Searched refs:max_segments (Results 201 – 225 of 312) sorted by relevance

12345678910>>...13

/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dfile-posix.c1110 long max_segments; in sg_get_max_segments() local
1137 ret = qemu_strtol(buf, &end, 10, &max_segments); in sg_get_max_segments()
1139 ret = max_segments; in sg_get_max_segments()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dfile-posix.c1110 long max_segments; in sg_get_max_segments() local
1137 ret = qemu_strtol(buf, &end, 10, &max_segments); in sg_get_max_segments()
1139 ret = max_segments; in sg_get_max_segments()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dfile-posix.c1192 long max_segments; in hdev_get_max_segments() local
1224 ret = qemu_strtol(buf, &end, 10, &max_segments); in hdev_get_max_segments()
1226 ret = max_segments; in hdev_get_max_segments()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dstore.c34 int max_segments, n_elm, w_elm; in _grn_ra_create() local
42 max_segments = ((GRN_ID_MAX + 1) / GRN_RA_SEGMENT_SIZE) * actual_size; in _grn_ra_create()
44 GRN_RA_SEGMENT_SIZE, max_segments, grn_io_auto, in _grn_ra_create()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/block/
H A Dqueue-sysfs.rst148 max_segments (RO)
H A Dbiodoc.rst158 blk_queue_max_phys_segments(q, max_segments)
162 blk_queue_max_hw_segments(q, max_segments)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/block/
H A Dqueue-sysfs.rst148 max_segments (RO)
H A Dbiodoc.rst158 blk_queue_max_phys_segments(q, max_segments)
162 blk_queue_max_hw_segments(q, max_segments)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/block/
H A Dqueue-sysfs.rst148 max_segments (RO)
H A Dbiodoc.rst158 blk_queue_max_phys_segments(q, max_segments)
162 blk_queue_max_hw_segments(q, max_segments)
/dports/multimedia/lives/lives-3.2.0/src/
H A Daudio.c1332 int max_segments; in render_audio_segment() local
1517max_segments = (int)((double)bytes_to_read / (double)max_aud_mem + 1.); // max segments (rounded u… in render_audio_segment()
1520 aud_buffer = bytes_to_read / max_segments; // estimate of buffer size (e.g. 120/3 = 40) in render_audio_segment()
1524 xsamples = zsamples + (tsamples - (max_segments * zsamples)); // e.g 10 + 30 - 3 * 10 == 10 in render_audio_segment()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_nl.c1338 unsigned int max_segments = 0; in drbd_setup_queue_param() local
1350 max_segments = dc->max_bio_bvecs; in drbd_setup_queue_param()
1360 blk_queue_max_segments(q, max_segments ? max_segments : BLK_MAX_SEGMENTS); in drbd_setup_queue_param()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_nl.c1338 unsigned int max_segments = 0; in drbd_setup_queue_param() local
1350 max_segments = dc->max_bio_bvecs; in drbd_setup_queue_param()
1360 blk_queue_max_segments(q, max_segments ? max_segments : BLK_MAX_SEGMENTS); in drbd_setup_queue_param()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_nl.c1338 unsigned int max_segments = 0; in drbd_setup_queue_param() local
1350 max_segments = dc->max_bio_bvecs; in drbd_setup_queue_param()
1360 blk_queue_max_segments(q, max_segments ? max_segments : BLK_MAX_SEGMENTS); in drbd_setup_queue_param()
/dports/math/unuran/unuran-1.8.1/src/parser/
H A Dstringparser_doc.dh157 @item max_segments [= @i{<int>}]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/host/
H A Dfc.c3082 ctrl->ctrl.max_segments = ctrl->lport->ops->max_sgl_segments; in nvme_fc_create_association()
3083 ctrl->ctrl.max_hw_sectors = ctrl->ctrl.max_segments << in nvme_fc_create_association()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/host/
H A Dfc.c3082 ctrl->ctrl.max_segments = ctrl->lport->ops->max_sgl_segments; in nvme_fc_create_association()
3083 ctrl->ctrl.max_hw_sectors = ctrl->ctrl.max_segments << in nvme_fc_create_association()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/host/
H A Dfc.c3082 ctrl->ctrl.max_segments = ctrl->lport->ops->max_sgl_segments; in nvme_fc_create_association()
3083 ctrl->ctrl.max_hw_sectors = ctrl->ctrl.max_segments << in nvme_fc_create_association()
/dports/textproc/wiggle/wiggle-1.3/tests/linux/raid1-A/
H A Dmerge1111 * ->max_segments to one lying with a single
2047 * violating it, so limit ->max_segments to 1 lying within
H A Dorig1066 * ->max_segments to one lying with a single
1991 * violating it, so limit ->max_segments to 1 lying within

12345678910>>...13