Searched refs:kilobytes (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/include/linux/
H A 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
H A Ddrbd_limits.h127 #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 */
227 #define DRBD_AL_STRIPE_SIZE_SCALE 'k' /* kilobytes */
H A Dpktcdvd.h61 * Switch to high speed reading after reading this many kilobytes
/linux-4.4.14/drivers/scsi/
H A Dosst_options.h29 /* The tape driver buffer size in kilobytes. */
33 /* The number of kilobytes of data in the buffer that triggers an
H A Dst_options.h38 /* The minimum tape driver buffer size in kilobytes in fixed block mode.
/linux-4.4.14/arch/parisc/include/asm/
H A Deisa_eeprom.h102 * containging the memory size in kilobytes */
/linux-4.4.14/arch/frv/include/asm/
H A Dspr-regs.h295 #define xAMPRx_SS_16Kb 0x00000000 /* - 16 kilobytes */
296 #define xAMPRx_SS_64Kb 0x00000010 /* - 64 kilobytes */
297 #define xAMPRx_SS_256Kb 0x00000020 /* - 256 kilobytes */
/linux-4.4.14/fs/proc/
H A Dmeminfo.c39 * display in kilobytes. meminfo_proc_show()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-driver.c646 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers * 1024; ivtv_process_options()
647 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers * 1024; ivtv_process_options()
648 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_VBI] = enc_vbi_buffers * 1024; ivtv_process_options()
649 itv->options.kilobytes[IVTV_ENC_STREAM_TYPE_PCM] = enc_pcm_buffers; ivtv_process_options()
650 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_MPG] = dec_mpg_buffers * 1024; ivtv_process_options()
651 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_YUV] = dec_yuv_buffers * 1024; ivtv_process_options()
652 itv->options.kilobytes[IVTV_DEC_STREAM_TYPE_VBI] = dec_vbi_buffers; ivtv_process_options()
H A Divtv-streams.c180 s->buffers = (itv->options.kilobytes[type] * 1024 + s->buf_size - 1) / s->buf_size; ivtv_stream_init()
214 itv->options.kilobytes[type] == 0) { ivtv_prep_dev()
308 name, s->name, itv->options.kilobytes[type]); ivtv_reg_dev()
315 if (itv->options.kilobytes[type]) ivtv_reg_dev()
317 name, s->name, itv->options.kilobytes[type]); ivtv_reg_dev()
H A Divtv-driver.h191 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */ member in struct:ivtv_options
/linux-4.4.14/scripts/
H A Drecordmcount.c18 * kilobytes.) Subsequent processing by /bin/ld (or the kernel module loader)
/linux-4.4.14/include/uapi/linux/
H A Dsysctl.h184 VM_MIN_FREE_KBYTES=21, /* Minimum free kilobytes to maintain */
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800usb.c366 * Total room for RX frames in kilobytes, PBF might still exceed rt2800usb_enable_radio()
/linux-4.4.14/drivers/mmc/core/
H A Dmmc.c277 * calculate the enhanced data area size, in kilobytes mmc_manage_enhanced_area()
/linux-4.4.14/drivers/block/
H A Dataflop.c189 * Maximum disk size (in kilobytes). This default is used whenever the
H A Dfloppy.c336 * Maximum disk size (in kilobytes).
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_main.c2582 /* Display in kilobytes */ kdb_summary()
/linux-4.4.14/fs/ext4/
H A Dext4.h1230 __le64 s_kbytes_written; /* nr of lifetime kilobytes written */

Completed in 2631 milliseconds