Home
last modified time | relevance | path

Searched +full:128 +full:kb (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h39 * by a 16bit counter, thus 1TB VDEV requires 128kB of memory: (1TB / 16MB) * 2B
57 * entcounts take 128MB of memory ((64TB / 16MB) * 2B). We can divide this
58 * 128MB array of entcounts into 32kB disk blocks, as we don't want to update
59 * the whole 128MB on disk when we have updated only a single entcount.
60 * We maintain a bitmap where each 32kB disk block within 128MB entcounts array
63 * that reside on a 32kB disk block (32kB / sizeof (uint16_t)).
140 * (so the whole array is 128kB). We updated bv_entcount[2] and
142 * be set and we will write only first BRT_BLOCKSIZE out of 128kB.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_lwb_buffer_overflow.ksh32 # Test for LWB buffer overflow with multiple VDEVs ZIL when 128KB
33 # block write is split into two 68KB ones, trying to write maximum
34 # sizes 128KB TX_CLONE_RANGE record with 1022 block pointers into
35 # 68KB buffer.
40 # pointers into 68KB buffer
75 # an assert is hit when 128KB block write is split into two 68KB ones
/freebsd/share/examples/pf/
H A Dackpri9 # Example: 512/128 kbps ADSL. Download is 50 kB/s. When a concurrent
10 # upload saturates the uplink, download drops to 7 kB/s. With the
11 # priority queue below, download drops only to 48 kB/s.
17 # For a 512/128 kbps ADSL with PPPoE link, using "bandwidth 100Kb"
23 altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h76 * are always 64KB. Logical file buffers are typically 16KB. All data
85 * to optimize storage efficiency. The minimum fragment size is 1KB.
94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB
95 * buffer. Indirect blocks down to 1KB are supported to keep small
99 * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk).
165 * <= 512KB. Up to 4 directory entries can be referenced from a directory
168 * Indirect blocks are typically either 4KB (6
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-sm-k26-revA.dts160 reg = <0x0 0x80000>; /* 512KB */
166 reg = <0x80000 0x80000>; /* 512KB */
172 reg = <0x100000 0x20000>; /* 128KB */
176 reg = <0x120000 0x20000>; /* 128KB */
180 reg = <0x140000 0xC0000>; /* 768KB */
188 reg = <0xF00000 0x80000>; /* 512KB */
198 reg = <0x1C80000 0x80000>; /* 512KB */
220 reg = <0x2200000 0x20000>; /* 128KB */
224 reg = <0x2220000 0x20000>; /* 128KB */
228 reg = <0x2240000 0x40000>; /* 256B but 256KB sector */
[all …]
/freebsd/sys/arm64/include/
H A Dvmparam.h50 #define DFLDSIZ (128*1024*1024) /* initial data size limit */
56 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */
62 #define SGROWSIZ (128*1024) /* amount to grow stack */
97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order
105 * When PAGE_SIZE is 16KB, an allocation size of 32MB is supported. This
124 * Level 0 reservations consist of 16 pages when PAGE_SIZE is 4KB, and 128
125 * pages when PAGE_SIZE is 16KB. Level 1 reservations consist of 32 64KB
126 * pages when PAGE_SIZE is 4KB, and 16 2M pages when PAGE_SIZE is 16KB.
199 /* 128 GiB KASAN shadow map */
318 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.154 By default it uses block sizes of roughly 1 MB, 32kB, and the native
159 This is due to the DMA reads being split up into blocks of at most 128kB.
160 These reads then fail if the sectorsize is not a divisor of 128kB.
165 to no more than 128kB.
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dturris1x.dts274 /* 128 kB for Device Tree Blob */
298 /* 768 kB for Certificates JFFS2 File System */
306 /* 128 kB for U-Boot Environment Variables */
312 /* 768 kB for U-Boot Bootloader Image */
382 * (the preferred one) has priority level 128,
480 * uses 64kB + 8kB of PCIe MEM. No PCIe IO is used or required.
481 * So allocate 128kB of PCIe MEM for this PCIe bus.
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c46 #define KB (1024UL) macro
222 data = (((sc->vga_ram[offset + 0 * 64*KB] >> bit) & 0x1) << 0) | in vga_get_pixel()
223 (((sc->vga_ram[offset + 1 * 64*KB] >> bit) & 0x1) << 1) | in vga_get_pixel()
224 (((sc->vga_ram[offset + 2 * 64*KB] >> bit) & 0x1) << 2) | in vga_get_pixel()
225 (((sc->vga_ram[offset + 3 * 64*KB] >> bit) & 0x1) << 3); in vga_get_pixel()
269 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel()
270 attr = sc->vga_ram[offset + 1 * 64*KB]; in vga_get_text_pixel()
293 font = sc->vga_ram[font_offset + 2 * 64*KB]; in vga_get_text_pixel()
349 * extended mode: base 0xa0000 size 128k in vga_mem_rd_handler()
352 offset &= (128 * KB - 1); in vga_mem_rd_handler()
[all …]
/freebsd/sys/x86/x86/
H A Didentcpu.c166 char cpu_model[128];
1390 * http://kb.vmware.com/kb/1009458 in identify_hypervisor_cpuid_base()
1840 printf("L1 4KB data TLB: %d entries", (regs[1] >> 16) & 0xff); in print_AMD_info()
1843 printf("L1 4KB instruction TLB: %d entries", regs[1] & 0xff); in print_AMD_info()
1872 printf("L2 4KB data TLB: %d entries", in print_AMD_info()
1876 printf("L2 4KB instruction TLB: %d entries", in print_AMD_info()
1880 printf("L2 4KB unified TLB: %d entries", in print_AMD_info()
1984 printf("Instruction TLB: 4 KB pages, 4-way set associative, 32 entries\n"); in print_INTEL_TLB()
1990 printf("Data TLB: 4 KB pages, 4-way set associative, 64 entries\n"); in print_INTEL_TLB()
1996 printf("1st-level instruction cache: 8 KB, 4-way set associative, 32 byte line size\n"); in print_INTEL_TLB()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dclevels.h26 { /* "default" - for any srcSize > 256 KB */
52 { /* for srcSize <= 256 KB */
69 { 18, 18, 19, 6, 3,128, ZSTD_btopt }, /* level 15.*/
70 { 18, 19, 19, 6, 3,128, ZSTD_btultra }, /* level 16.*/
72 { 18, 19, 19, 6, 3,128, ZSTD_btultra2}, /* level 18.*/
78 { /* for srcSize <= 128 KB */
96 { 17, 18, 17, 6, 3,128, ZSTD_btultra }, /* level 16.*/
104 { /* for srcSize <= 16 KB */
123 { 14, 15, 15, 6, 3,128, ZSTD_btultra2}, /* level 17.*/
/freebsd/usr.sbin/makefs/zfs/
H A Dvdev.c200 * 128KB/4KB=32 copies of the uberblock in the ring. in vdev_label_write()
222 * 1. If the length is less than or equal to 128KB, the returned run's length
224 * 2. If the length is larger than 128KB, the returned run's length will be
225 * the smallest multiple of 128KB that is larger than the length.
226 * 3. The returned run's length will be size-aligned up to 128KB.
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h30 AddrMode32B = 1, // ld32.b, ld32.bs, st32.b, st32.bs, +4kb
31 AddrMode32H = 2, // ld32.h, ld32.hs, st32.h, st32.hs, +8kb
32 AddrMode32WD = 3, // ld32.w, st32.w, ld32.d, st32.d, +16kb
35 AddrMode16W = 6, // ld16.w, +128b or +1kb
36 AddrMode32SDF = 7, // flds, fldd, +1kb
/freebsd/sys/contrib/zstd/lib/deprecated/
H A Dzbuff.h117 * input : ZBUFF_recommendedCInSize==128 KB block size is the internal unit, use this value to redu…
118 * output : ZBUFF_recommendedCOutSize==ZSTD_compressBound(128 KB) + 3 + 3 : ensures it's always pos…
154 * output : ZBUFF_recommendedDOutSize== 128 KB block size is the internal unit, it ensures it's alw…
155 * input : ZBUFF_recommendedDInSize == 128KB + 3;
156 …ndications from ZBUFF_decompressContinue() to minimize latency. It should always be <= 128 KB + 3 .
/freebsd/sys/dev/qlnx/qlnxe/
H A Diwarp_common.h42 #define IWARP_SHARED_QUEUE_PAGE_SIZE (0x8000) //32KB page for Shared Queue Page
43 #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_OFFSET (0x4000) //First 12KB of Shared Queue Page is reserv…
44 #define IWARP_SHARED_QUEUE_PAGE_RQ_PBL_MAX_SIZE (0x1000) //Max RQ PBL Size is 4KB
46 #define IWARP_SHARED_QUEUE_PAGE_SQ_PBL_MAX_SIZE (0x3000) //Max SQ PBL Size is 12KB
48 #define IWARP_REQ_MAX_INLINE_DATA_SIZE (128) //max size of inline data in single request
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dopenbmc-flash-layout-128.dtsi9 reg = <0x0 0xe0000>; // 896KB
14 reg = <0xe0000 0x20000>; // 128KB
H A Dopenbmc-flash-layout-64.dtsi12 reg = <0x0 0xe0000>; // 896KB
17 reg = <0xe0000 0x20000>; // 128KB
H A Dopenbmc-flash-layout-64-alt.dtsi12 reg = <0x0 0xe0000>; // 896KB
17 reg = <0xe0000 0x20000>; // 128KB
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.h119 * output : ZBUFF_recommendedDOutSize==128 KB block size is the internal unit, it ensures it's alwa…
120 …ecommendedDInSize==128Kb+3; just follow indications from ZBUFF_decompressContinue() to minimize la…
/freebsd/lib/geom/stripe/
H A Dgstripe.8196 128KB stripe size for automatic configuration,
219 .Ql 128
220 is 64 KB (128 512B sectors).
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c60 char kb[256]; in main() local
72 hi.ffactor = 128; in main()
74 key.data = kb; in main()
85 memset(kb, c, key.size); in main()
107 memset(kb, c, key.size); in main()
123 if (memcmp(key.data, kb, key.size) != 0) in main()
138 memset(kb, c, key.size); in main()
160 memset(kb, c, key.size); in main()
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_memory_usage.c29 allows and interprets K, KB, KiB, M, MB and MiB suffix.
61 #define COMPRESSED_SIZE 128 in main()
126 …intf("Level %2i : Compression Mem = %5u KB (estimated : %5u KB) ; Decompression Mem = %4u KB (esti… in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c43 128,
71 krb5_keyblock kb; in _krb5_HMAC_MD5_checksum() local
90 ksign.key = &kb; in _krb5_HMAC_MD5_checksum()
91 kb.keyvalue = ksign_c.checksum; in _krb5_HMAC_MD5_checksum()
136 krb5_keyblock kb; in ARCFOUR_subencrypt() local
159 ke.key = &kb; in ARCFOUR_subencrypt()
160 kb.keyvalue = k2_c.checksum; in ARCFOUR_subencrypt()
169 ke.key = &kb; in ARCFOUR_subencrypt()
170 kb.keyvalue = k1_c.checksum; in ARCFOUR_subencrypt()
205 krb5_keyblock kb; in ARCFOUR_subdecrypt() local
[all …]
/freebsd/sbin/ggate/ggatec/
H A Dggatec.8139 Default is 131072 (128kB).
142 Default is 131072 (128kB).
/freebsd/share/man/man4/
H A Dhifn.482 Came as 128KB SRAM model, or 2MB DRAM model.
84 Reference board with 512KB SRAM.
86 Comes with 512KB SRAM.

12345678910>>...14