Searched refs:kilobytes (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/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 | 31 Size of the read-ahead window in kilobytes
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 647 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers * 1024; in ivtv_process_options() 648 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers * 1024; in ivtv_process_options() 649 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers * 1024; in ivtv_process_options() 650 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; in ivtv_process_options() 651 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_MPG] = dec_mpg_buffers * 1024; in ivtv_process_options() 652 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_YUV] = dec_yuv_buffers * 1024; in ivtv_process_options() 653 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_VBI] = dec_vbi_buffers; in ivtv_process_options()
|
D | ivtv-streams.c | 180 s->buffers = (itv->options.kilobytes[type] * 1024 + s->buf_size - 1) / s->buf_size; in ivtv_stream_init() 214 itv->options.kilobytes[type] == 0) { in ivtv_prep_dev() 308 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev() 315 if (itv->options.kilobytes[type]) in ivtv_reg_dev() 317 name, s->name, itv->options.kilobytes[type]); in ivtv_reg_dev()
|
D | ivtv-driver.h | 193 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */ member
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 81 This is the maximum number of kilobytes supported in a single data transfer. 90 This is the maximum number of kilobytes that the block layer will allow 138 Maximum number of kilobytes to read-ahead for filesystems on this block
|
/Linux-v4.19/arch/hexagon/ |
D | Kconfig | 128 approximately eight kilobytes to the kernel image.
|
/Linux-v4.19/Documentation/fb/ |
D | pxafb.txt | 14 for kilobytes or megabytes)
|
D | sisfb.txt | 136 is in kilobytes. On 300 series, the default is 4096, 8192 or
|
D | matroxfb.txt | 113 mem:X - size of memory (X can be in megabytes, kilobytes or bytes)
|
/Linux-v4.19/Documentation/filesystems/ext4/ |
D | ext4.rst | 352 limit in kilobytes will cause an ENOSPC error. 449 kilobytes of data that have been written to this 483 kilobytes of data that have been written to this
|
/Linux-v4.19/drivers/base/ |
D | Kconfig | 258 size. This works well for buffers up to a few hundreds kilobytes, but
|
/Linux-v4.19/Documentation/scsi/ |
D | st.txt | 310 to xxx kilobytes 311 write_threshold_kbs=xxx the write threshold in kilobytes set to xxx 470 Sets the write threshold for this device to kilobytes
|
/Linux-v4.19/drivers/block/ |
D | Kconfig | 341 The default value is 4096 kilobytes. Only change this if you know
|
/Linux-v4.19/arch/sh/ |
D | Kconfig | 705 approximately eight kilobytes to the kernel image.
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs.txt | 136 specified in bytes, or in kilobytes with a "k" suffix.
|
D | spufs.txt | 62 which normally is 256 kilobytes.
|
/Linux-v4.19/arch/s390/ |
D | Kconfig | 410 approximately sixteen kilobytes to the kernel image.
|
/Linux-v4.19/Documentation/laptops/ |
D | laptop-mode.txt | 357 # Read-ahead, in kilobytes
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 180 This sets or displays the number of kilobytes each CPU 3046 1408 (units kilobytes) 3059 10000 (units kilobytes)
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 440 of kilobytes free. The VM uses this number to compute a
|
/Linux-v4.19/Documentation/ |
D | DMA-API-HOWTO.txt | 423 which is smaller than or equal to 64 kilobytes, the extent of the
|
/Linux-v4.19/Documentation/m68k/ |
D | kernel-options.txt | 294 buffer in kilobytes (minimum 4, default 32) and <catch-radius> says
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | extended-controls.rst | 1223 The Video Buffer Verifier size in kilobytes, it is used as a 1260 The Coded Picture Buffer size in kilobytes, it is used as a
|
/Linux-v4.19/arch/arm/ |
D | Kconfig | 140 size. This works well for buffers up to a few hundreds kilobytes, but
|
12