/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | police.json | 23 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 78 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 102 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde… 105 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit", 129 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9", 132 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb", 159 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif… 183 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8", 186 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify… 210 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8", [all …]
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-empty-vm.c | 19 * holding it with ptrace(2). See what happens to 89 * 2: vsyscall VMA is r-xp vsyscall=emulate 105 "Size: 4 kB\n" 106 "KernelPageSize: 4 kB\n" 107 "MMUPageSize: 4 kB\n" 108 "Rss: 0 kB\n" 109 "Pss: 0 kB\n" 110 "Pss_Dirty: 0 kB\n" 111 "Shared_Clean: 0 kB\n" 112 "Shared_Dirty: 0 kB\n" [all …]
|
D | proc-pid-vm.c | 167 h.e_ident[2] = 'L'; in make_exe() 169 h.e_ident[4] = 2; in make_exe() 173 h.e_type = 2; in make_exe() 189 ph.p_flags = (1<<2)|1; in make_exe() 218 * 2: vsyscall VMA is r-xp vsyscall=emulate 272 g_vsyscall = 2; in vsyscall() 286 int pipefd[2]; in main() 297 case 2: in main() 391 #define RSS1 "Rss: 4 kB\n" in main() 392 #define RSS2 "Rss: 0 kB\n" in main() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
D | metrics.json | 6 "ScaleUnit": "9.765625e-4KB", 14 "ScaleUnit": "9.765625e-4KB", 22 "ScaleUnit": "9.765625e-4KB", 30 "ScaleUnit": "9.765625e-4KB", 38 "ScaleUnit": "9.765625e-4KB", 46 "ScaleUnit": "9.765625e-4KB", 54 "ScaleUnit": "9.765625e-4KB", 62 "ScaleUnit": "9.765625e-4KB", 67 "BriefDescription": "bytes of gpu 2d read from ddr", 68 "MetricName": "imx8mp_ddr_read.2d", [all …]
|
/linux-6.12.1/arch/s390/crypto/ |
D | paes_s390.c | 58 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() argument 76 memset(kb->keybuf, 0, sizeof(kb->keybuf)); in _key_to_kb() 77 h = (struct clearkey_header *) kb->keybuf; in _key_to_kb() 81 memcpy(kb->keybuf + sizeof(*h), key, keylen); in _key_to_kb() 82 kb->keylen = sizeof(*h) + keylen; in _key_to_kb() 83 kb->key = kb->keybuf; in _key_to_kb() 87 if (keylen <= sizeof(kb->keybuf)) in _key_to_kb() 88 kb->key = kb->keybuf; in _key_to_kb() 90 kb->key = kmalloc(keylen, GFP_KERNEL); in _key_to_kb() 91 if (!kb->key) in _key_to_kb() [all …]
|
/linux-6.12.1/arch/x86/pci/ |
D | ce4100.c | 39 #define KB (1024) macro 98 DEFINE_REG(2, 0, 0x10, (16*MB), reg_init, reg_read, reg_write) 99 DEFINE_REG(2, 0, 0x14, (256), reg_init, reg_read, reg_write) 100 DEFINE_REG(2, 1, 0x10, (64*KB), reg_init, reg_read, reg_write) 101 DEFINE_REG(3, 0, 0x10, (64*KB), reg_init, reg_read, reg_write) 102 DEFINE_REG(4, 0, 0x10, (128*KB), reg_init, reg_read, reg_write) 103 DEFINE_REG(4, 1, 0x10, (128*KB), reg_init, reg_read, reg_write) 104 DEFINE_REG(6, 0, 0x10, (512*KB), reg_init, reg_read, reg_write) 105 DEFINE_REG(6, 1, 0x10, (512*KB), reg_init, reg_read, reg_write) 106 DEFINE_REG(6, 2, 0x10, (64*KB), reg_init, reg_read, reg_write) [all …]
|
/linux-6.12.1/fs/btrfs/tests/ |
D | free-space-tests.c | 382 * entry, we could end up with 2 entries representing a contiguous free space. 430 * Extent entry covering free space range [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent() 438 /* Bitmap entry covering free space range [128Mb + 512Kb, 256Mb[ */ in test_steal_space_from_bitmap_to_extent() 446 ret = check_num_extents_and_bitmaps(cache, 2, 1); in test_steal_space_from_bitmap_to_extent() 451 * Now make only the first 256Kb of the bitmap marked as free, so that in test_steal_space_from_bitmap_to_extent() 454 * [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent() 455 * [128Mb + 512Kb, 128Mb + 768Kb[ in test_steal_space_from_bitmap_to_extent() 465 /* Confirm that only those 2 ranges are marked as free. */ in test_steal_space_from_bitmap_to_extent() 476 * Confirm that the bitmap range [128Mb + 768Kb, 256Mb[ isn't marked in test_steal_space_from_bitmap_to_extent() 486 * Confirm that the region [128Mb + 256Kb, 128Mb + 512Kb[, which is in test_steal_space_from_bitmap_to_extent() [all …]
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | red.json | 17 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $", 38 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $", 45 "id": "2d4b", 59 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $", 80 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $", 101 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop $", 122 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn nodrop $", 141 "expExitCode": "2", 163 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
|
D | hhf.json | 17 …efcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 38 … limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 59 …quantum 9000b hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 80 …fcnt [0-9]+.*hh_limit 2048 reset_timeout 100ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 101 …cnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 100000b evict_timeout 1s non_hh_weight 2", 122 …nt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 500ms non_hh_weight 2", 143 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 165 … limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2",
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_adjust_tail.c | 121 memset(buf, 2, sizeof(buf)); in test_xdp_adjust_tail_grow2() 166 if (!ASSERT_OK_PTR(buf, "alloc buf 9Kb")) in test_xdp_adjust_frags_tail_shrink() 179 ASSERT_OK(err, "9Kb-10b"); in test_xdp_adjust_frags_tail_shrink() 180 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-10b retval"); in test_xdp_adjust_frags_tail_shrink() 181 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-10b size"); in test_xdp_adjust_frags_tail_shrink() 190 ASSERT_OK(err, "9Kb-4Kb"); in test_xdp_adjust_frags_tail_shrink() 191 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-4Kb retval"); in test_xdp_adjust_frags_tail_shrink() 192 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-4Kb size"); in test_xdp_adjust_frags_tail_shrink() 195 buf[0] = 2; in test_xdp_adjust_frags_tail_shrink() 200 ASSERT_OK(err, "9Kb-9Kb"); in test_xdp_adjust_frags_tail_shrink() [all …]
|
/linux-6.12.1/Documentation/filesystems/ |
D | proc.rst | 34 2 Modifying System Parameters 118 First, we'll take a look at the read-only parts of /proc. In Chapter 2, we 183 VmPeak: 5004 kB 184 VmSize: 5004 kB 185 VmLck: 0 kB 186 VmHWM: 476 kB 187 VmRSS: 476 kB 188 RssAnon: 352 kB 189 RssFile: 120 kB 190 RssShmem: 4 kB [all …]
|
/linux-6.12.1/tools/mm/ |
D | thpmaps | 41 def kbnr(kb): 42 # Convert KB to number of pages. 43 return (kb << 10) >> PAGE_SHIFT 47 # Convert number of pages to KB. 52 # Convert page order to KB. 61 r = np.full(sz, 2) 67 return [np.repeat(arr, r).reshape(-1, 2) for arr in index] 211 execute=elements[1][2] == 'x', 213 pgoff=int(elements[2], 16), 247 for rindex, rpfn in zip(ranges[0], ranges[2]): [all …]
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 38 #define GMAC_INT_DISABLE_PCSAN BIT(2) 90 #define GMAC_RGSMIIIS_SPEED GENMASK(2, 1) 104 #define GMAC_CONTROL_2K 0x08000000 /* IEEE 802.3as 2K packets */ 165 #define GMAC_DEBUG_TRCSTS_TXW 2 173 #define GMAC_DEBUG_TFCSTS_GEN_PAUSE 2 181 #define GMAC_DEBUG_RXFSTS_AT 2 187 #define GMAC_DEBUG_RRCSTS_RSTAT 2 191 #define GMAC_DEBUG_RFCFCSTS_MASK GENMASK(2, 1) 200 #define DMA_BUS_MODE_DSL_SHIFT 2 /* (in DWORDS) */ 207 double_ratio = 0x00004000, /* 2:1 */ [all …]
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | radix-4k.h | 8 #define RADIX_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 4K = 2MB 9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB 10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB 11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
|
/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v7.h | 35 #define MAX_FW_SIZE_V7 (SZ_512K) /* 512KB */ 44 #define MFC_CTX_BUF_SIZE_V7 (30 * SZ_1K) /* 30KB */ 45 #define MFC_H264_DEC_CTX_BUF_SIZE_V7 (2 * SZ_1M) /* 2MB */ 46 #define MFC_OTHER_DEC_CTX_BUF_SIZE_V7 (20 * SZ_1K) /* 20KB */ 47 #define MFC_H264_ENC_CTX_BUF_SIZE_V7 (100 * SZ_1K) /* 100KB */ 48 #define MFC_OTHER_ENC_CTX_BUF_SIZE_V7 (10 * SZ_1K) /* 10KB */ 55 (((w) * 48) + 8192 + ((((w) + 1) / 2) * 128) + 144 + \ 56 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 11 2. System Requirement 25 - 2 ports multiport board 78 2. System Requirement 110 Device naming when more than 2 boards installed 119 2nd board ttyM8 - ttyM15 172 spd_hi Use 57.6kb when the application requests 38.4kb. 173 spd_vhi Use 115.2kb when the application requests 38.4kb. 174 spd_shi Use 230.4kb when the application requests 38.4kb. 175 spd_warp Use 460.8kb when the application requests 38.4kb. 176 spd_normal Use 38.4kb when the application requests 38.4kb. [all …]
|
/linux-6.12.1/fs/dlm/ |
D | user.c | 59 __u8 unused[2]; 88 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() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
D | metrics.json | 14 "ScaleUnit": "9.765625e-4KB", 22 "ScaleUnit": "9.765625e-4KB", 30 "ScaleUnit": "9.765625e-4KB", 38 "ScaleUnit": "9.765625e-4KB", 46 "ScaleUnit": "9.765625e-4KB", 54 "ScaleUnit": "9.765625e-4KB", 62 "ScaleUnit": "9.765625e-4KB", 70 "ScaleUnit": "9.765625e-4KB", 78 "ScaleUnit": "9.765625e-4KB", 83 "BriefDescription": "bytes of a55 core 2 read from ddr", [all …]
|
/linux-6.12.1/drivers/s390/crypto/ |
D | zcrypt_ccamisc.c | 232 cprbmem = kcalloc(2, cprbplusparamblen, GFP_KERNEL); in alloc_and_prep_cprbmem() 242 memcpy(preqcblk->func_id, "T2", 2); in alloc_and_prep_cprbmem() 267 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem() 301 u8 subfunc_code[2]; in cca_genseckey() 320 u8 subfunc_code[2]; in cca_genseckey() 334 /* get already prepared memory for 2 cprbs with param block each */ in cca_genseckey() 344 memcpy(preqparm->subfunc_code, "KG", 2); in cca_genseckey() 374 preqparm->lv2.keyid[i].attr = (i == 2 ? 0x30 : 0x10); in cca_genseckey() 443 u8 subfunc_code[2]; in cca_clr2seckey() 461 u8 subfunc_code[2]; in cca_clr2seckey() [all …]
|
D | zcrypt_ep11misc.c | 113 static int ep11_kb_split(const u8 *kb, size_t kblen, u32 kbver, in ep11_kb_split() argument 124 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split() 141 pl = (u8 *)kb + hdrsize; in ep11_kb_split() 157 static int ep11_kb_decode(const u8 *kb, size_t kblen, in ep11_kb_decode() argument 169 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode() 175 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode() 208 struct ep11keyblob *kb; in ep11_kb_wkvp() local 210 if (ep11_kb_decode(keyblob, keybloblen, NULL, NULL, &kb, NULL)) in ep11_kb_wkvp() 212 return kb->wkvp; in ep11_kb_wkvp() 223 struct ep11keyblob *kb = (struct ep11keyblob *)(key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local [all …]
|
/linux-6.12.1/arch/parisc/ |
D | Kconfig | 178 default 2 268 At the moment, only people willing to use more than 2GB of RAM, 280 bool "4KB" 284 performance, a page size of 16KB is recommended. For best 285 compatibility with 32bit applications, a page size of 4KB should be 289 4KB For best 32bit compatibility 290 16KB For best performance 291 64KB For best performance, might give more overhead. 293 If you don't know what to do, choose 4KB. 296 bool "16KB" [all …]
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | memory.rst | 9 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) 17 ARMv8.2 adds optional support for Large Virtual Address space. This is 18 only available when running with a 64KB page size and expands the 27 AArch64 Linux memory layout with 4KB pages + 4 levels (48-bit):: 34 ffff800000000000 ffff80007fffffff 2GB modules 40 fffffc0000000000 fffffdffffffffff 2TB vmemmap 41 fffffe0000000000 ffffffffffffffff 2TB [guard region] 44 AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support):: [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_parser.c | 144 struct ice_bst_keybuilder *kb) in ice_imem_bst_kb_dump() argument 149 dev_info(dev, "\tpriority = %d\n", kb->prio); in ice_imem_bst_kb_dump() 150 dev_info(dev, "\ttsr_ctrl = %d\n", kb->tsr_ctrl); in ice_imem_bst_kb_dump() 154 struct ice_np_keybuilder *kb) in ice_imem_np_kb_dump() argument 159 dev_info(dev, "\topc = %d\n", kb->opc); in ice_imem_np_kb_dump() 160 dev_info(dev, "\tstart_or_reg0 = %d\n", kb->start_reg0); in ice_imem_np_kb_dump() 161 dev_info(dev, "\tlen_or_reg1 = %d\n", kb->len_reg1); in ice_imem_np_kb_dump() 165 struct ice_pg_keybuilder *kb) in ice_imem_pg_kb_dump() argument 170 dev_info(dev, "\tflag0_ena = %d\n", kb->flag0_ena); in ice_imem_pg_kb_dump() 171 dev_info(dev, "\tflag1_ena = %d\n", kb->flag1_ena); in ice_imem_pg_kb_dump() [all …]
|
/linux-6.12.1/arch/loongarch/ |
D | Kconfig | 258 default 2 if PGTABLE_2LEVEL 301 bool "4KB with 3 levels" 305 This option selects 4KB page size with 3 level page tables, which 309 bool "4KB with 4 levels" 313 This option selects 4KB page size with 4 level page tables, which 317 bool "16KB with 2 levels" 321 This option selects 16KB page size with 2 level page tables, which 325 bool "16KB with 3 levels" 329 This option selects 16KB page size with 3 level page tables, which 333 bool "64KB with 2 levels" [all …]
|
/linux-6.12.1/arch/mips/lib/ |
D | dump_tlb.c | 19 const int field = 2 * sizeof(unsigned long); in dump_tlb_regs() 49 case PM_4K: return "4kb"; in msk2str() 50 case PM_16K: return "16kb"; in msk2str() 51 case PM_64K: return "64kb"; in msk2str() 52 case PM_256K: return "256kb"; in msk2str() 54 case PM_8K: return "8kb"; in msk2str() 55 case PM_32K: return "32kb"; in msk2str() 56 case PM_128K: return "128kb"; in msk2str() 57 case PM_512K: return "512kb"; in msk2str() 58 case PM_2M: return "2Mb"; in msk2str() [all …]
|