Home
last modified time | relevance | path

Searched full:kb (Results 1 – 25 of 2158) sorted by relevance

12345678910>>...87

/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dprocfs-smaps_rollup20 Size: 1192 kB
21 KernelPageSize: 4 kB
22 MMUPageSize: 4 kB
23 Rss: 884 kB
24 Pss: 385 kB
25 Pss_Anon: 301 kB
26 Pss_File: 80 kB
27 Pss_Shmem: 4 kB
28 Shared_Clean: 696 kB
29 Shared_Dirty: 0 kB
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dprocfs-smaps_rollup16 Rss: 884 kB
17 Pss: 385 kB
18 Shared_Clean: 696 kB
19 Shared_Dirty: 0 kB
20 Private_Clean: 120 kB
21 Private_Dirty: 68 kB
22 Referenced: 884 kB
23 Anonymous: 68 kB
24 LazyFree: 0 kB
25 AnonHugePages: 0 kB
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb",
69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb",
90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit",
114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9",
117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb",
141 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif…
165 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
189 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
213 …"matchPattern": "action order [0-9]*: police 0x1 rate 3Mbit burst 250Kb mtu 2Kb action continue/d…
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb",
69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb",
90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit",
114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9",
117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb",
141 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif…
165 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
189 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
213 …"matchPattern": "action order [0-9]*: police 0x1 rate 3Mbit burst 250Kb mtu 2Kb action continue/d…
[all …]
/kernel/linux/linux-5.10/arch/s390/crypto/
Dpaes_s390.c57 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() argument
75 memset(kb->keybuf, 0, sizeof(kb->keybuf)); in _key_to_kb()
76 h = (struct clearkey_header *) kb->keybuf; in _key_to_kb()
80 memcpy(kb->keybuf + sizeof(*h), key, keylen); in _key_to_kb()
81 kb->keylen = sizeof(*h) + keylen; in _key_to_kb()
82 kb->key = kb->keybuf; in _key_to_kb()
86 if (keylen <= sizeof(kb->keybuf)) in _key_to_kb()
87 kb->key = kb->keybuf; in _key_to_kb()
89 kb->key = kmalloc(keylen, GFP_KERNEL); in _key_to_kb()
90 if (!kb->key) in _key_to_kb()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dred.json18 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $",
41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $",
64 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $",
87 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $",
110 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop $",
133 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn nodrop $",
178 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
/kernel/linux/linux-4.19/drivers/base/
Dnode.c73 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo()
74 "Node %d MemFree: %8lu kB\n" in node_read_meminfo()
75 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo()
76 "Node %d Active: %8lu kB\n" in node_read_meminfo()
77 "Node %d Inactive: %8lu kB\n" in node_read_meminfo()
78 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo()
79 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo()
80 "Node %d Active(file): %8lu kB\n" in node_read_meminfo()
81 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo()
82 "Node %d Unevictable: %8lu kB\n" in node_read_meminfo()
[all …]
/kernel/linux/linux-5.10/arch/x86/pci/
Dce4100.c45 #define KB (1024) macro
106 DEFINE_REG(2, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
107 DEFINE_REG(3, 0, 0x10, (64*KB), reg_init, reg_read, reg_write)
108 DEFINE_REG(4, 0, 0x10, (128*KB), reg_init, reg_read, reg_write)
109 DEFINE_REG(4, 1, 0x10, (128*KB), reg_init, reg_read, reg_write)
110 DEFINE_REG(6, 0, 0x10, (512*KB), reg_init, reg_read, reg_write)
111 DEFINE_REG(6, 1, 0x10, (512*KB), reg_init, reg_read, reg_write)
112 DEFINE_REG(6, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
114 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
115 DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
[all …]
/kernel/linux/linux-4.19/arch/x86/pci/
Dce4100.c61 #define KB (1024) macro
122 DEFINE_REG(2, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
123 DEFINE_REG(3, 0, 0x10, (64*KB), reg_init, reg_read, reg_write)
124 DEFINE_REG(4, 0, 0x10, (128*KB), reg_init, reg_read, reg_write)
125 DEFINE_REG(4, 1, 0x10, (128*KB), reg_init, reg_read, reg_write)
126 DEFINE_REG(6, 0, 0x10, (512*KB), reg_init, reg_read, reg_write)
127 DEFINE_REG(6, 1, 0x10, (512*KB), reg_init, reg_read, reg_write)
128 DEFINE_REG(6, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
130 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
131 DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
[all …]
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dfree-space-tests.c431 * Extent entry covering free space range [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent()
439 /* Bitmap entry covering free space range [128Mb + 512Kb, 256Mb[ */ in test_steal_space_from_bitmap_to_extent()
452 * Now make only the first 256Kb of the bitmap marked as free, so that in test_steal_space_from_bitmap_to_extent()
455 * [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent()
456 * [128Mb + 512Kb, 128Mb + 768Kb[ in test_steal_space_from_bitmap_to_extent()
477 * Confirm that the bitmap range [128Mb + 768Kb, 256Mb[ isn't marked in test_steal_space_from_bitmap_to_extent()
487 * Confirm that the region [128Mb + 256Kb, 128Mb + 512Kb[, which is in test_steal_space_from_bitmap_to_extent()
496 * Confirm that the region [128Mb, 128Mb + 256Kb[, which is covered in test_steal_space_from_bitmap_to_extent()
505 * Now lets mark the region [128Mb, 128Mb + 512Kb[ as free too. But, in test_steal_space_from_bitmap_to_extent()
549 * Now mark the region [128Mb - 128Kb, 128Mb[ as free too. This will in test_steal_space_from_bitmap_to_extent()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/tests/
Dfree-space-tests.c431 * Extent entry covering free space range [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent()
439 /* Bitmap entry covering free space range [128Mb + 512Kb, 256Mb[ */ in test_steal_space_from_bitmap_to_extent()
452 * Now make only the first 256Kb of the bitmap marked as free, so that in test_steal_space_from_bitmap_to_extent()
455 * [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent()
456 * [128Mb + 512Kb, 128Mb + 768Kb[ in test_steal_space_from_bitmap_to_extent()
477 * Confirm that the bitmap range [128Mb + 768Kb, 256Mb[ isn't marked in test_steal_space_from_bitmap_to_extent()
487 * Confirm that the region [128Mb + 256Kb, 128Mb + 512Kb[, which is in test_steal_space_from_bitmap_to_extent()
496 * Confirm that the region [128Mb, 128Mb + 256Kb[, which is covered in test_steal_space_from_bitmap_to_extent()
505 * Now lets mark the region [128Mb, 128Mb + 512Kb[ as free too. But, in test_steal_space_from_bitmap_to_extent()
549 * Now mark the region [128Mb - 128Kb, 128Mb[ as free too. This will in test_steal_space_from_bitmap_to_extent()
[all …]
/kernel/linux/linux-4.19/arch/sh/mm/
DKconfig45 The page size is not necessarily 4KB. Keep this in mind when
172 bool "4kB"
177 bool "8kB"
180 This enables 8kB pages as supported by SH-X2 and later MMUs.
183 bool "16kB"
186 This enables 16kB pages on MMU-less SH systems.
189 bool "64kB"
192 This enables support for 64kB pages, possible on all SH-4
204 bool "64kB"
208 bool "256kB"
[all …]
/kernel/linux/linux-5.10/arch/sh/mm/
DKconfig41 The page size is not necessarily 4KB. Keep this in mind when
167 bool "4kB"
172 bool "8kB"
175 This enables 8kB pages as supported by SH-X2 and later MMUs.
178 bool "16kB"
181 This enables 16kB pages on MMU-less SH systems.
184 bool "64kB"
187 This enables support for 64kB pages, possible on all SH-4
199 bool "64kB"
203 bool "256kB"
[all …]
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_ep11misc.c123 struct ep11keyblob *kb = (struct ep11keyblob *) (key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local
127 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr()
129 __func__, keylen, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr()
157 if (hdr->len < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr()
160 __func__, (int) hdr->len, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr()
164 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
167 __func__, (int) kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
170 if (checkcpacfexp && !(kb->attr & EP11_BLOB_PKEY_EXTRACTABLE)) { in ep11_check_aes_key_with_hdr()
190 struct ep11keyblob *kb = (struct ep11keyblob *) (key + sizeof(*hdr)); in ep11_check_ecc_key_with_hdr() local
194 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_ecc_key_with_hdr()
[all …]
/kernel/linux/linux-5.10/drivers/base/
Dnode.c378 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo()
379 "Node %d MemFree: %8lu kB\n" in node_read_meminfo()
380 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo()
381 "Node %d Active: %8lu kB\n" in node_read_meminfo()
382 "Node %d Inactive: %8lu kB\n" in node_read_meminfo()
383 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo()
384 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo()
385 "Node %d Active(file): %8lu kB\n" in node_read_meminfo()
386 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo()
387 "Node %d Unevictable: %8lu kB\n" in node_read_meminfo()
[all …]
/kernel/linux/linux-5.10/drivers/w1/slaves/
DKconfig86 tristate "1kb EEPROM family support (DS2431)"
89 1kb EEPROM family device (DS2431)
92 tristate "4kb EEPROM family support (DS2433)"
95 4kb EEPROM family device (DS2433).
113 tristate "512b/1kb/16kb EPROM family support"
117 512b/1kb/16kb EPROM family device (DS250x).
151 4kb EEPROM with PIO family device (DS28E04).
/kernel/linux/linux-5.10/arch/ia64/
DKconfig146 bool "4KB"
149 performance, a page size of 8KB or 16KB is recommended. For best
150 IA-32 compatibility, a page size of 4KB should be selected (the vast
152 size). For Itanium 2 or newer systems, a page size of 64KB can also
155 4KB For best IA-32 compatibility
156 8KB For best IA-64 performance
157 16KB For best IA-64 performance
158 64KB Requires Itanium 2 or newer processor.
160 If you don't know what to do, choose 16KB.
163 bool "8KB"
[all …]
/kernel/linux/linux-4.19/kernel/
Dtsacct.c88 #define KB 1024 macro
89 #define MB (1024*KB)
90 #define KB_MASK (~(KB-1))
100 do_div(stats->coremem, 1000 * KB); in xacct_add_tsk()
102 do_div(stats->virtmem, 1000 * KB); in xacct_add_tsk()
105 /* adjust to KB unit */ in xacct_add_tsk()
106 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
107 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
124 #undef KB
/kernel/linux/linux-5.10/kernel/
Dtsacct.c80 #define KB 1024 macro
81 #define MB (1024*KB)
82 #define KB_MASK (~(KB-1))
92 do_div(stats->coremem, 1000 * KB); in xacct_add_tsk()
94 do_div(stats->virtmem, 1000 * KB); in xacct_add_tsk()
97 /* adjust to KB unit */ in xacct_add_tsk()
98 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
99 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
116 #undef KB
/kernel/linux/linux-4.19/Documentation/arm64/
Dmemory.txt8 tables with a 4KB page size and up to 3 levels with a 64KB page size.
11 with the 4KB page configuration, allowing 39-bit (512GB) or 48-bit
13 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
24 AArch64 Linux memory layout with 4KB pages + 3 levels:
32 AArch64 Linux memory layout with 4KB pages + 4 levels:
40 AArch64 Linux memory layout with 64KB pages + 2 levels:
48 AArch64 Linux memory layout with 64KB pages + 3 levels:
60 Translation table lookup with 4KB pages:
75 Translation table lookup with 64KB pages:
/kernel/linux/linux-5.10/fs/dlm/
Duser.c85 static void compat_input(struct dlm_write_request *kb, in compat_input() argument
89 kb->version[0] = kb32->version[0]; in compat_input()
90 kb->version[1] = kb32->version[1]; in compat_input()
91 kb->version[2] = kb32->version[2]; in compat_input()
93 kb->cmd = kb32->cmd; in compat_input()
94 kb->is64bit = kb32->is64bit; in compat_input()
95 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input()
96 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input()
97 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input()
98 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input()
[all …]
/kernel/linux/linux-4.19/fs/dlm/
Duser.c88 static void compat_input(struct dlm_write_request *kb, in compat_input() argument
92 kb->version[0] = kb32->version[0]; in compat_input()
93 kb->version[1] = kb32->version[1]; in compat_input()
94 kb->version[2] = kb32->version[2]; in compat_input()
96 kb->cmd = kb32->cmd; in compat_input()
97 kb->is64bit = kb32->is64bit; in compat_input()
98 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input()
99 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input()
100 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input()
101 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst44 hugetlb.64KB.limit_in_bytes
45 hugetlb.64KB.max_usage_in_bytes
46 hugetlb.64KB.usage_in_bytes
47 hugetlb.64KB.failcnt
48 hugetlb.64KB.rsvd.limit_in_bytes
49 hugetlb.64KB.rsvd.max_usage_in_bytes
50 hugetlb.64KB.rsvd.usage_in_bytes
51 hugetlb.64KB.rsvd.failcnt
/kernel/linux/linux-5.10/Documentation/arm64/
Dmemory.rst9 tables with a 4KB page size and up to 3 levels with a 64KB page size.
12 with the 4KB page configuration, allowing 39-bit (512GB) or 48-bit
14 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
18 only available when running with a 64KB page size and expands the
29 AArch64 Linux memory layout with 4KB pages + 4 levels (48-bit)::
40 fffffdfffe5f9000 fffffdfffe9fffff 4124KB fixed mappings
48 AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support)::
60 fffffc1ffe590000 fffffc1ffe9fffff 4544KB fixed mappings
68 Translation table lookup with 4KB pages::
83 Translation table lookup with 64KB pages::
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000.h287 * 0,00 - Full minus 1KB (only valid when rxfifo >= 4KB and EFC enabled)
288 * 0,01 - Full minus 2KB (only valid when rxfifo >= 4KB and EFC enabled)
289 * 0,10 - Full minus 3KB (only valid when rxfifo >= 4KB and EFC enabled)
290 * 0,11 - Full minus 4KB (only valid when rxfifo > 4KB and EFC enabled)
291 * 1,00 - Full minus 5KB (only valid when rxfifo > 8KB and EFC enabled)
292 * 1,01 - Full minus 6KB (only valid when rxfifo > 8KB and EFC enabled)
293 * 1,10 - Full minus 7KB (only valid when rxfifo > 8KB and EFC enabled)

12345678910>>...87