/Linux-v6.6/tools/testing/selftests/proc/ |
D | proc-empty-vm.c | 47 * 1: vsyscall VMA is --xp vsyscall=xonly 64 "Size: 4 kB\n" 65 "KernelPageSize: 4 kB\n" 66 "MMUPageSize: 4 kB\n" 67 "Rss: 0 kB\n" 68 "Pss: 0 kB\n" 69 "Pss_Dirty: 0 kB\n" 70 "Shared_Clean: 0 kB\n" 71 "Shared_Dirty: 0 kB\n" 72 "Private_Clean: 0 kB\n" [all …]
|
D | proc-pid-vm.c | 17 * Fork and exec tiny 1 page executable which precisely controls its VM. 58 if (unshare(CLONE_NEWNS) == -1) { in make_private_tmp() 62 exit(1); in make_private_tmp() 64 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_tmp() 65 exit(1); in make_private_tmp() 67 if (mount(NULL, "/tmp", "tmpfs", 0, NULL) == -1) { in make_private_tmp() 68 exit(1); in make_private_tmp() 72 static pid_t pid = -1; 110 #define VADDR (1UL << 32) 131 mov_rsi((1ULL << 47) - 4096 - VADDR - 4096), [all …]
|
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | police.json | 13 1, 17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 21 "matchCount": "1", 37 1, 46 "matchCount": "1", 62 1, 66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 70 "matchCount": "1", [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_adjust_tail.c | 17 .repeat = 1, in test_xdp_adjust_tail_shrink() 52 .repeat = 1, in test_xdp_adjust_tail_grow() 90 .repeat = 1, in test_xdp_adjust_tail_grow2() 102 memset(buf, 1, sizeof(buf)); in test_xdp_adjust_tail_grow2() 113 ASSERT_EQ(buf[0], 1, "case-64-data buf[0]"); /* 0-63 memset to 1 */ in test_xdp_adjust_tail_grow2() 114 ASSERT_EQ(buf[63], 1, "case-64-data buf[63]"); in test_xdp_adjust_tail_grow2() 117 ASSERT_EQ(buf[128], 1, "case-64-data buf[128]"); /* 128-191 memset to 1 */ in test_xdp_adjust_tail_grow2() 118 ASSERT_EQ(buf[191], 1, "case-64-data buf[191]"); 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() [all …]
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | red.json | 15 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red limit 1M avpkt 1500 min 100K max 300K… 18 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $", 19 "matchCount": "1", 21 "$TC qdisc del dev $DUMMY handle 1: root", 38 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red adaptive limit 1M avpkt 1500 min 100K… 41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $", 42 "matchCount": "1", 44 "$TC qdisc del dev $DUMMY handle 1: root", 61 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn limit 1M avpkt 1500 min 100K max … 64 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $", [all …]
|
D | hhf.json | 15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf", 18 …"matchPattern": "qdisc hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128… 19 "matchCount": "1", 21 "$TC qdisc del dev $DUMMY handle 1: root", 38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf limit 1500", 41 …matchPattern": "qdisc hhf 1: root refcnt [0-9]+ limit 1500p.*hh_limit 2048 reset_timeout 40ms admi… 42 "matchCount": "1", 44 "$TC qdisc del dev $DUMMY handle 1: root", 61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf quantum 9000", 64 …atchPattern": "qdisc hhf 1: root refcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms adm… [all …]
|
/Linux-v6.6/arch/x86/pci/ |
D | ce4100.c | 45 #define KB (1024) macro 46 #define SIZE_TO_MASK(size) (~(size - 1)) 57 pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4, in reg_init() 74 pci_direct_conf1.read(0, 1, PCI_DEVFN(14, 0), 0x10, 4, in sata_reg_init() 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) [all …]
|
/Linux-v6.6/drivers/w1/slaves/ |
D | Kconfig | 3 # 1-wire slaves configuration 6 menu "1-wire Slaves" 11 Say Y here if you want to connect 1-wire thermal sensors to your 17 Say Y here if you want to connect 1-wire 23 Say Y or M here if you want to use a DS2405 1-wire 31 Say Y here if you want to use a 1-wire 47 Say Y here if you want to use a 1-wire 54 Say Y or M here if you want to use a 1-wire 59 tristate "Counter 1-wire device (DS2423)" 66 Say Y here if you want to use a 1-wire [all …]
|
/Linux-v6.6/fs/btrfs/tests/ |
D | free-space-tests.c | 41 return -1; in test_extents() 71 return -1; in test_extents() 76 return -1; in test_extents() 81 return -1; in test_extents() 97 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps() 111 return -1; in test_bitmaps() 114 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps() 134 SZ_4M, 1); in test_bitmaps() 149 return -1; in test_bitmaps() 171 ret = test_add_free_space_entry(cache, SZ_4M, SZ_1M, 1); in test_bitmaps_and_extents() [all …]
|
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 34 For a system supporting three hugepage sizes (64k, 32M and 1G), the control 37 hugetlb.1GB.limit_in_bytes 38 hugetlb.1GB.max_usage_in_bytes 39 hugetlb.1GB.numa_stat 40 hugetlb.1GB.usage_in_bytes 41 hugetlb.1GB.failcnt 42 hugetlb.1GB.rsvd.limit_in_bytes 43 hugetlb.1GB.rsvd.max_usage_in_bytes 44 hugetlb.1GB.rsvd.usage_in_bytes 45 hugetlb.1GB.rsvd.failcnt [all …]
|
/Linux-v6.6/arch/sh/mm/ |
D | Kconfig | 35 The page size is not necessarily 4KB. Keep this in mind when 118 default "1" 155 bool "4kB" 160 bool "8kB" 163 This enables 8kB pages as supported by SH-X2 and later MMUs. 166 bool "16kB" 169 This enables 16kB pages on MMU-less SH systems. 172 bool "64kB" 175 This enables support for 64kB pages, possible on all SH-4 187 bool "64kB" [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | proc.rst | 11 move /proc/sys Shen Feng <shen@cn.fujitsu.com> April 1 2009 23 1 Collecting System Information 101 Chapter 1: Collecting System Information 128 subdirectory has the entries listed in Table 1-1. 138 .. table:: Table 1-1: Process specific entries in /proc 183 VmPeak: 5004 kB 184 VmSize: 5004 kB 185 VmLck: 0 kB 186 VmHWM: 476 kB 187 VmRSS: 476 kB [all …]
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 37 #define GMAC_INT_DISABLE_PCSLINK BIT(1) 83 #define GMAC_MAX_PERFECT_ADDRESSES 1 90 #define GMAC_RGSMIIIS_SPEED GENMASK(2, 1) 91 #define GMAC_RGSMIIIS_SPEED_SHIFT 1 116 #define GMAC_CONTROL_PS 0x00008000 /* Port Select 0:GMI 1:MII */ 117 #define GMAC_CONTROL_FES 0x00004000 /* Speed 0:10 1:100 */ 164 #define GMAC_DEBUG_TRCSTS_READ 1 172 #define GMAC_DEBUG_TFCSTS_WAIT 1 180 #define GMAC_DEBUG_RXFSTS_BT 1 186 #define GMAC_DEBUG_RRCSTS_RDATA 1 [all …]
|
/Linux-v6.6/fs/dlm/ |
D | user.c | 33 static int dlm_monitor_unused = 1; 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-v6.6/drivers/tty/vt/ |
D | keyboard.c | 116 [ KT_FN ] = ARRAY_SIZE(func_table) - 1, 117 [ KT_SPEC ] = ARRAY_SIZE(fn_handler) - 1, 118 [ KT_PAD ] = NR_PAD - 1, 119 [ KT_DEAD ] = NR_DEAD - 1, 122 [ KT_SHIFT ] = NR_SHIFT - 1, 124 [ KT_ASCII ] = NR_ASCII - 1, 125 [ KT_LOCK ] = NR_LOCK - 1, 127 [ KT_SLOCK ] = NR_LOCK - 1, 129 [ KT_BRL ] = NR_BRL - 1, 154 static unsigned int ledstate = -1U; /* undefined */ [all …]
|
/Linux-v6.6/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 10 1. Introduction 19 1. Introduction 118 1st board ttyM0 - ttyM7 167 close_delay set the amount of time (in 1/100 of a second) that DTR 169 closing_wait set the amount of time (in 1/100 of a second) that the 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-v6.6/drivers/base/ |
D | node.c | 386 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo() 387 "Node %d MemFree: %8lu kB\n" in node_read_meminfo() 388 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo() 389 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo() 390 "Node %d Active: %8lu kB\n" in node_read_meminfo() 391 "Node %d Inactive: %8lu kB\n" in node_read_meminfo() 392 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo() 393 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo() 394 "Node %d Active(file): %8lu kB\n" in node_read_meminfo() 395 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo() [all …]
|
/Linux-v6.6/arch/mips/lib/ |
D | dump_tlb.c | 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() 73 int asidwidth = DIV_ROUND_UP(ilog2(asidmask) + 1, 4); in dump_tlb() 157 (entrylo0 & MIPS_ENTRYLO_RI) ? 1 : 0, in dump_tlb() [all …]
|
/Linux-v6.6/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 74 found = 1; in card_cache_update() 118 static int ep11_kb_split(const u8 *kb, size_t kblen, u32 kbver, in ep11_kb_split() argument 129 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split() 146 pl = (u8 *)kb + hdrsize; in ep11_kb_split() 162 static int ep11_kb_decode(const u8 *kb, size_t kblen, in ep11_kb_decode() argument 174 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode() 180 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode() 213 struct ep11keyblob *kb; in ep11_kb_wkvp() local 215 if (ep11_kb_decode(keyblob, keybloblen, NULL, NULL, &kb, NULL)) in ep11_kb_wkvp() 217 return kb->wkvp; in ep11_kb_wkvp() [all …]
|
/Linux-v6.6/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v7.h | 34 #define MAX_FW_SIZE_V7 (SZ_512K) /* 512KB */ 37 #define MFC_NUM_PORTS_V7 1 43 #define MFC_CTX_BUF_SIZE_V7 (30 * SZ_1K) /* 30KB */ 45 #define MFC_OTHER_DEC_CTX_BUF_SIZE_V7 (20 * SZ_1K) /* 20KB */ 46 #define MFC_H264_ENC_CTX_BUF_SIZE_V7 (100 * SZ_1K) /* 100KB */ 47 #define MFC_OTHER_ENC_CTX_BUF_SIZE_V7 (10 * SZ_1K) /* 10KB */ 54 (((w) * 48) + 8192 + ((((w) + 1) / 2) * 128) + 144 + \
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgv_sriovmsg.h | 34 * 0 64KB 65KB 66KB 36 * | 64KB | 1KB | 1KB | 38 #define AMD_SRIOV_MSG_SIZE_KB 1 85 #pragma pack(push, 1) // PF2VF / VF2PF data areas are byte packed 89 uint32_t error_log_collect : 1; 90 uint32_t host_load_ucodes : 1; 91 uint32_t host_flr_vramlost : 1; 92 uint32_t mm_bw_management : 1; 93 uint32_t pp_one_vf_mode : 1; 94 uint32_t reg_indirect_acc : 1; [all …]
|
/Linux-v6.6/fs/proc/ |
D | task_mmu.c | 61 SEQ_PUT_DEC(" kB\nVmSize:\t", total_vm); in task_mem() 62 SEQ_PUT_DEC(" kB\nVmLck:\t", mm->locked_vm); in task_mem() 63 SEQ_PUT_DEC(" kB\nVmPin:\t", atomic64_read(&mm->pinned_vm)); in task_mem() 64 SEQ_PUT_DEC(" kB\nVmHWM:\t", hiwater_rss); in task_mem() 65 SEQ_PUT_DEC(" kB\nVmRSS:\t", total_rss); in task_mem() 66 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem() 67 SEQ_PUT_DEC(" kB\nRssFile:\t", file); in task_mem() 68 SEQ_PUT_DEC(" kB\nRssShmem:\t", shmem); in task_mem() 69 SEQ_PUT_DEC(" kB\nVmData:\t", mm->data_vm); in task_mem() 70 SEQ_PUT_DEC(" kB\nVmStk:\t", mm->stack_vm); in task_mem() [all …]
|
/Linux-v6.6/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-v6.6/arch/ia64/ |
D | Kconfig | 145 bool "4KB" 148 performance, a page size of 8KB or 16KB is recommended. For best 149 IA-32 compatibility, a page size of 4KB should be selected (the vast 151 size). For Itanium 2 or newer systems, a page size of 64KB can also 154 4KB For best IA-32 compatibility 155 8KB For best IA-64 performance 156 16KB For best IA-64 performance 157 64KB Requires Itanium 2 or newer processor. 159 If you don't know what to do, choose 16KB. 162 bool "8KB" [all …]
|