/linux-6.14.4/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 20 Size: 1192 kB 21 KernelPageSize: 4 kB 22 MMUPageSize: 4 kB 23 Rss: 884 kB 24 Pss: 385 kB 25 Pss_Dirty: 68 kB 26 Pss_Anon: 301 kB 27 Pss_File: 80 kB 28 Pss_Shmem: 4 kB 29 Shared_Clean: 696 kB [all …]
|
/linux-6.14.4/tools/testing/selftests/proc/ |
D | proc-empty-vm.c | 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" 113 "Private_Clean: 0 kB\n" 114 "Private_Dirty: 0 kB\n" [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
D | metrics.json | 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", 86 "ScaleUnit": "9.765625e-4KB", 94 "ScaleUnit": "9.765625e-4KB", [all …]
|
/linux-6.14.4/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", 70 "ScaleUnit": "9.765625e-4KB", 78 "ScaleUnit": "9.765625e-4KB", [all …]
|
/linux-6.14.4/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… 186 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify… 213 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify… 240 …"matchPattern": "action order [0-9]*: police 0x1 rate 3Mbit burst 250Kb mtu 2Kb action continue/d… [all …]
|
/linux-6.14.4/arch/s390/crypto/ |
D | paes_s390.c | 92 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() argument 101 memset(kb->keybuf, 0, sizeof(kb->keybuf)); in _key_to_kb() 102 kb->keylen = make_clrkey_token(key, keylen, kb->keybuf); in _key_to_kb() 103 kb->key = kb->keybuf; in _key_to_kb() 107 if (keylen <= sizeof(kb->keybuf)) in _key_to_kb() 108 kb->key = kb->keybuf; in _key_to_kb() 110 kb->key = kmalloc(keylen, GFP_KERNEL); in _key_to_kb() 111 if (!kb->key) in _key_to_kb() 114 memcpy(kb->key, key, keylen); in _key_to_kb() 115 kb->keylen = keylen; in _key_to_kb() [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_adjust_tail.c | 168 if (!ASSERT_OK_PTR(buf, "alloc buf 9Kb")) in test_xdp_adjust_frags_tail_shrink() 181 ASSERT_OK(err, "9Kb-10b"); in test_xdp_adjust_frags_tail_shrink() 182 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-10b retval"); in test_xdp_adjust_frags_tail_shrink() 183 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-10b size"); in test_xdp_adjust_frags_tail_shrink() 192 ASSERT_OK(err, "9Kb-4Kb"); in test_xdp_adjust_frags_tail_shrink() 193 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-4Kb retval"); in test_xdp_adjust_frags_tail_shrink() 194 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-4Kb size"); in test_xdp_adjust_frags_tail_shrink() 202 ASSERT_OK(err, "9Kb-9Kb"); in test_xdp_adjust_frags_tail_shrink() 203 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-9Kb retval"); in test_xdp_adjust_frags_tail_shrink() 204 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-9Kb size"); in test_xdp_adjust_frags_tail_shrink() [all …]
|
/linux-6.14.4/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 $", 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 $", 163 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
|
/linux-6.14.4/drivers/base/ |
D | node.c | 387 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo() 388 "Node %d MemFree: %8lu kB\n" in node_read_meminfo() 389 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo() 390 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo() 391 "Node %d Active: %8lu kB\n" in node_read_meminfo() 392 "Node %d Inactive: %8lu kB\n" in node_read_meminfo() 393 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo() 394 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo() 395 "Node %d Active(file): %8lu kB\n" in node_read_meminfo() 396 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo() [all …]
|
/linux-6.14.4/arch/x86/pci/ |
D | ce4100.c | 39 #define KB (1024) macro 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) 108 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write) 109 DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write) [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ |
D | tlb.json | 37 … "BriefDescription": "This event counts operations that cause a TLB access to the L1I in 4KB page." 42 …"BriefDescription": "This event counts operations that cause a TLB access to the L1I in 64KB page." 72 … "BriefDescription": "This event counts operations that cause a TLB access to the L1D in 4KB page." 77 …"BriefDescription": "This event counts operations that cause a TLB access to the L1D in 64KB page." 107 … "BriefDescription": "This event counts operations that cause a TLB refill to the L1I in 4KB page." 112 …"BriefDescription": "This event counts operations that cause a TLB refill to the L1I in 64KB page." 142 … "BriefDescription": "This event counts operations that cause a TLB refill to the L1D in 4KB page." 147 …"BriefDescription": "This event counts operations that cause a TLB refill to the L1D in 64KB page." 177 … "BriefDescription": "This event counts operations that cause a TLB access to the L2I in 4KB page." 182 …"BriefDescription": "This event counts operations that cause a TLB access to the L2I in 64KB page." [all …]
|
/linux-6.14.4/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.14.4/fs/btrfs/tests/ |
D | free-space-tests.c | 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() 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() 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() 495 * Confirm that the region [128Mb, 128Mb + 256Kb[, which is covered in test_steal_space_from_bitmap_to_extent() 504 * Now lets mark the region [128Mb, 128Mb + 512Kb[ as free too. But, in test_steal_space_from_bitmap_to_extent() 548 * Now mark the region [128Mb - 128Kb, 128Mb[ as free too. This will in test_steal_space_from_bitmap_to_extent() [all …]
|
/linux-6.14.4/drivers/w1/slaves/ |
D | Kconfig | 86 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).
|
/linux-6.14.4/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 46 hugetlb.64KB.limit_in_bytes 47 hugetlb.64KB.max_usage_in_bytes 48 hugetlb.64KB.numa_stat 49 hugetlb.64KB.usage_in_bytes 50 hugetlb.64KB.failcnt 51 hugetlb.64KB.rsvd.limit_in_bytes 52 hugetlb.64KB.rsvd.max_usage_in_bytes 53 hugetlb.64KB.rsvd.usage_in_bytes 54 hugetlb.64KB.rsvd.failcnt
|
/linux-6.14.4/kernel/ |
D | tsacct.c | 85 #define KB 1024 macro 86 #define MB (1024*KB) 87 #define KB_MASK (~(KB-1)) 97 do_div(stats->coremem, 1000 * KB); in xacct_add_tsk() 99 do_div(stats->virtmem, 1000 * KB); in xacct_add_tsk() 102 /* adjust to KB unit */ in xacct_add_tsk() 103 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB; in xacct_add_tsk() 104 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB; in xacct_add_tsk() 121 #undef KB
|
/linux-6.14.4/fs/dlm/ |
D | user.c | 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() 101 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input() [all …]
|
/linux-6.14.4/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 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. 178 application requests 38.4kb.
|
/linux-6.14.4/Documentation/filesystems/ |
D | proc.rst | 184 VmPeak: 5004 kB 185 VmSize: 5004 kB 186 VmLck: 0 kB 187 VmHWM: 476 kB 188 VmRSS: 476 kB 189 RssAnon: 352 kB 190 RssFile: 120 kB 191 RssShmem: 4 kB 192 VmData: 156 kB 193 VmStk: 88 kB [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgv_sriovmsg.h | 36 * 0 64KB 65KB 66KB 68KB 132KB 38 * | 64KB | 1KB | 1KB | 2KB | 64KB | ... 415 "amd_sriov_msg_vf2pf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB"); 419 "amd_sriov_msg_pf2vf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
|
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 278 * 0,00 - Full minus 1KB (only valid when rxfifo >= 4KB and EFC enabled) 279 * 0,01 - Full minus 2KB (only valid when rxfifo >= 4KB and EFC enabled) 280 * 0,10 - Full minus 3KB (only valid when rxfifo >= 4KB and EFC enabled) 281 * 0,11 - Full minus 4KB (only valid when rxfifo > 4KB and EFC enabled) 282 * 1,00 - Full minus 5KB (only valid when rxfifo > 8KB and EFC enabled) 283 * 1,01 - Full minus 6KB (only valid when rxfifo > 8KB and EFC enabled) 284 * 1,10 - Full minus 7KB (only valid when rxfifo > 8KB and EFC enabled)
|
/linux-6.14.4/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. 292 f"anon-thp-pmd-aligned-{odkb(PMD_ORDER)}kB": {'type': 'anon', 'value': anon_pmd_mapped}, 293 f"file-thp-pmd-aligned-{odkb(PMD_ORDER)}kB": {'type': 'file', 'value': file_pmd_mapped}, 297 param = f"{type}-thp-pte-{subtype}-{{}}kB" 353 f"anon-cont-pmd-aligned-{nrkb(nr_cont)}kB": {'type': 'anon', 'value': anon_pmd_mapped}, 354 f"file-cont-pmd-aligned-{nrkb(nr_cont)}kB": {'type': 'file', 'value': file_pmd_mapped}, [all …]
|
/linux-6.14.4/drivers/tty/vt/ |
D | keyboard.c | 1148 void setledstate(struct kbd_struct *kb, unsigned int led) in setledstate() argument 1154 kb->ledmode = LED_SHOW_IOCTL; in setledstate() 1156 kb->ledmode = LED_SHOW_FLAGS; in setledstate() 1164 struct kbd_struct *kb = kbd_table + fg_console; in getleds() local 1166 if (kb->ledmode == LED_SHOW_IOCTL) in getleds() 1169 return kb->ledflagstate; in getleds() 1181 struct kbd_struct *kb = &kbd_table[console]; in vt_get_leds() local 1186 ret = vc_kbd_led(kb, flag); in vt_get_leds() 1203 struct kbd_struct *kb = &kbd_table[console]; in vt_set_led_state() local 1204 setledstate(kb, leds); in vt_set_led_state() [all …]
|
/linux-6.14.4/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 */ 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 */
|
/linux-6.14.4/arch/parisc/ |
D | Kconfig | 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" 301 bool "64KB"
|