Searched full:kilobytes (Results 1 – 25 of 119) sorted by relevance
12345
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ext4/ |
| D | bigalloc.rst | 21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| D | bigalloc.rst | 21 bitmaps for a 2T file system from 64 megabytes to 256 kilobytes. It also
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | property-units.txt | 48 -kBps : kilobytes per second
|
| /kernel/linux/linux-6.6/drivers/soc/samsung/ |
| D | Kconfig | 73 Set the chunksize in Kilobytes of the CRC for checking memory
|
| /kernel/linux/linux-6.6/arch/hexagon/ |
| D | Kconfig | 121 approximately eight kilobytes to the kernel image.
|
| /kernel/linux/linux-5.10/arch/hexagon/ |
| D | Kconfig | 123 approximately eight kilobytes to the kernel image.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/opp/ |
| D | opp-v2-base.yaml | 128 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/ |
| D | Kconfig | 80 Set the chunksize in Kilobytes of the CRC for checking memory
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | ebda.c | 70 * BIOS RAM size is encoded in kilobytes, convert it in reserve_bios_regions()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | ebda.c | 70 * BIOS RAM size is encoded in kilobytes, convert it in reserve_bios_regions()
|
| /kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
| D | ivtv-driver.c | 646 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()
|
| 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() 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-6.6/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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/size/ |
| D | get_size.c | 106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/size/ |
| D | get_size.c | 106 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | eisa_eeprom.h | 97 * containing the memory size in kilobytes */
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | eisa_eeprom.h | 97 * containing the memory size in kilobytes */
|
12345