Searched full:kilobytes (Results 1 – 25 of 56) sorted by relevance
123
/Linux-v5.15/include/linux/ |
D | drbd_limits.h | 128 #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 */
|
D | zconf.h | 14 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
|
D | pktcdvd.h | 61 * Switch to high speed reading after reading this many kilobytes
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 71 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
|
D | sysfs-class-bdi | 30 Size of the read-ahead window in kilobytes
|
/Linux-v5.15/Documentation/devicetree/bindings/opp/ |
D | opp-v2-base.yaml | 103 Peak bandwidth in kilobytes per second, expressed as an array of 112 Average bandwidth in kilobytes per second, expressed as an array
|
/Linux-v5.15/Documentation/filesystems/ext4/ |
D | bigalloc.rst | 21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
|
/Linux-v5.15/Documentation/block/ |
D | queue-sysfs.rst | 112 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
|
/Linux-v5.15/arch/hexagon/ |
D | Kconfig | 120 approximately eight kilobytes to the kernel image.
|
/Linux-v5.15/drivers/soc/samsung/ |
D | Kconfig | 78 Set the chunksize in Kilobytes of the CRC for checking memory
|
/Linux-v5.15/arch/x86/kernel/ |
D | ebda.c | 70 * BIOS RAM size is encoded in kilobytes, convert it in reserve_bios_regions()
|
/Linux-v5.15/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 643 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()
|
D | ivtv-streams.c | 187 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() 323 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev() 330 if (itv->options.kilobytes[type]) in ivtv_reg_dev() 332 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev()
|
D | ivtv-driver.h | 190 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */ member
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | eisa_eeprom.h | 97 * containing the memory size in kilobytes */
|
/Linux-v5.15/tools/testing/selftests/size/ |
D | get_size.c | 106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
|
/Linux-v5.15/drivers/scsi/ |
D | st_options.h | 39 /* The minimum tape driver buffer size in kilobytes in fixed block mode.
|
/Linux-v5.15/kernel/dma/ |
D | Kconfig | 198 size. This works well for buffers up to a few hundreds kilobytes, but
|
/Linux-v5.15/Documentation/admin-guide/ |
D | ext4.rst | 384 beyond the specified limit in kilobytes will cause an ENOSPC error. 480 This file is read-only and shows the number of kilobytes of data that 520 This file is read-only and shows the number of kilobytes of data that
|
/Linux-v5.15/Documentation/fb/ |
D | pxafb.rst | 19 for kilobytes or megabytes)
|
D | sisfb.rst | 138 is in kilobytes. On 300 series, the default is 4096, 8192 or
|
/Linux-v5.15/Documentation/scsi/ |
D | st.rst | 339 to xxx kilobytes 340 write_threshold_kbs=xxx the write threshold in kilobytes set to xxx 546 Sets the write threshold for this device to kilobytes
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgv_sriovmsg.h | 27 /* unit in kilobytes */
|
/Linux-v5.15/Documentation/filesystems/spufs/ |
D | spufs.rst | 72 which normally is 256 kilobytes.
|
/Linux-v5.15/arch/sh/ |
D | Kconfig | 632 approximately eight kilobytes to the kernel image.
|
123