Home
last modified time | relevance | path

Searched full:kilobytes (Results 1 – 25 of 119) sorted by relevance

12345

/kernel/linux/linux-5.10/include/linux/
Ddrbd_limits.h128 #define DRBD_RESYNC_RATE_SCALE 'k' /* kilobytes */
188 #define DRBD_C_MAX_RATE_SCALE 'k' /* kilobytes */
193 #define DRBD_C_MIN_RATE_SCALE 'k' /* kilobytes */
239 #define DRBD_AL_STRIPE_SIZE_SCALE 'k' /* kilobytes */
Dzconf.h14 plus a few kilobytes for small objects. For example, if you want to reduce
20 that is, 32K for windowBits=15 (default value) plus a few kilobytes
/kernel/linux/linux-6.6/include/linux/
Ddrbd_limits.h128 #define DRBD_RESYNC_RATE_SCALE 'k' /* kilobytes */
188 #define DRBD_C_MAX_RATE_SCALE 'k' /* kilobytes */
193 #define DRBD_C_MIN_RATE_SCALE 'k' /* kilobytes */
239 #define DRBD_AL_STRIPE_SIZE_SCALE 'k' /* kilobytes */
Dzconf.h14 plus a few kilobytes for small objects. For example, if you want to reduce
20 that is, 32K for windowBits=15 (default value) plus a few kilobytes
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-fs-ext471 This file is read-only and shows the number of kilobytes
80 kilobytes of data that have been written to this
104 The maximum number of kilobytes which will be zeroed
Dsysfs-class-bdi30 Size of the read-ahead window in kilobytes
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-fs-ext471 This file is read-only and shows the number of kilobytes
80 kilobytes of data that have been written to this
104 The maximum number of kilobytes which will be zeroed
/kernel/linux/linux-5.10/Documentation/block/
Dqueue-sysfs.rst112 This is the maximum number of kilobytes supported in a single data transfer.
144 This is the maximum number of kilobytes that the block layer will allow
199 Maximum number of kilobytes to read-ahead for filesystems on this block
/kernel/linux/linux-6.6/Documentation/filesystems/ext4/
Dbigalloc.rst21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dbigalloc.rst21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
/kernel/linux/linux-6.6/drivers/soc/samsung/
DKconfig73 Set the chunksize in Kilobytes of the CRC for checking memory
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dproperty-units.txt48 -kBps : kilobytes per second
/kernel/linux/linux-6.6/arch/hexagon/
DKconfig121 approximately eight kilobytes to the kernel image.
/kernel/linux/linux-5.10/arch/hexagon/
DKconfig123 approximately eight kilobytes to the kernel image.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/opp/
Dopp-v2-base.yaml128 Peak bandwidth in kilobytes per second, expressed as an array of
137 Average bandwidth in kilobytes per second, expressed as an array
/kernel/linux/linux-5.10/drivers/soc/samsung/
DKconfig80 Set the chunksize in Kilobytes of the CRC for checking memory
/kernel/linux/linux-6.6/arch/x86/kernel/
Debda.c70 * BIOS RAM size is encoded in kilobytes, convert it in reserve_bios_regions()
/kernel/linux/linux-5.10/arch/x86/kernel/
Debda.c70 * BIOS RAM size is encoded in kilobytes, convert it in reserve_bios_regions()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
Divtv-driver.c643 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers * 1024; in ivtv_process_options()
644 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers * 1024; in ivtv_process_options()
645 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers * 1024; in ivtv_process_options()
646 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in ivtv_process_options()
647 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_MPG] = dec_mpg_buffers * 1024; in ivtv_process_options()
648 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_YUV] = dec_yuv_buffers * 1024; in ivtv_process_options()
649 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_VBI] = dec_vbi_buffers; in ivtv_process_options()
Divtv-streams.c187 s->buffers = (itv->options.kilobytes[type] * 1024 + s->buf_size - 1) / s->buf_size; in ivtv_stream_init()
221 itv->options.kilobytes[type] == 0) { in ivtv_prep_dev()
320 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev()
327 if (itv->options.kilobytes[type]) in ivtv_reg_dev()
329 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-driver.c646 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers * 1024; in ivtv_process_options()
647 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers * 1024; in ivtv_process_options()
648 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers * 1024; in ivtv_process_options()
649 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in ivtv_process_options()
650 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_MPG] = dec_mpg_buffers * 1024; in ivtv_process_options()
651 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_YUV] = dec_yuv_buffers * 1024; in ivtv_process_options()
652 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_VBI] = dec_vbi_buffers; in ivtv_process_options()
/kernel/linux/linux-6.6/tools/testing/selftests/size/
Dget_size.c106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Deisa_eeprom.h97 * containing the memory size in kilobytes */
/kernel/linux/linux-5.10/tools/testing/selftests/size/
Dget_size.c106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
Deisa_eeprom.h97 * containing the memory size in kilobytes */

12345