/linux-6.12.1/Documentation/translations/zh_CN/ |
D | subsystem-apis.rst | 26 core-api/index 27 driver-api/index 28 mm/index 29 power/index 30 scheduler/index 31 locking/index 35 * timers/index 43 sound/index 47 * input/index 48 * hid/index [all …]
|
/linux-6.12.1/Documentation/ |
D | subsystem-apis.rst | 19 core-api/index 20 driver-api/index 21 mm/index 22 power/index 23 scheduler/index 24 timers/index 25 locking/index 33 input/index 34 hid/index 35 sound/index [all …]
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | index.c | 7 #include "index.h" 19 * When searching for deduplication records, the index first searches the volume index, and then 20 * searches the chapter index for the relevant chapter. If the chapter has been fully committed to 22 * committed (either the open chapter or a recently closed one), the index searches the in-memory 23 * representation of the chapter. Finally, if the volume index does not find a record and the index 24 * is sparse, the index will search the sparse cache. 26 * The index send two kinds of messages to coordinate between zones: chapter close messages for the 36 * The last zone to close the chapter also removes the oldest chapter from the volume index. 38 * means that those zones will never ask the volume index about it. No zone is allowed to get more 49 * barrier message to change the sparse cache membership, so the index simulates the message by [all …]
|
D | indexer.h | 23 * UDS index will store fewer names than normal but will otherwise continue to work. The data 26 * A client must first create an index session to interact with an index. Once created, the session 28 * and save any associated index. 48 * to determine whether an entry exists without changing the internal state of the index. 51 * generally not necessary, because the index will automatically discard its oldest entries once it 79 /* Create a new index. */ 82 /* Load an existing index and try to recover if necessary. */ 85 /* Load an existing index, but only if it was saved cleanly. */ 105 /* Flag indicating that the index has one less chapter than usual */ 133 /* The maximum allowable size of the index on storage */ [all …]
|
/linux-6.12.1/Documentation/translations/zh_CN/driver-api/ |
D | index.rst | 5 :Original: Documentation/driver-api/index.rst 24 gpio/index 26 phy/index 30 * driver-model/index 34 * early-userspace/index 35 * pm/index 47 * iio/index 49 * usb/index 51 * pci/index 52 * cxl/index [all …]
|
/linux-6.12.1/Documentation/driver-api/ |
D | index.rst | 23 driver-model/index 27 pm/index 38 early-userspace/index 58 cxl/index 61 i3c/index 64 pci/index 65 rapidio/index 67 usb/index 68 virtio/index 80 80211/index [all …]
|
/linux-6.12.1/tools/testing/cxl/test/ |
D | mock.c | 31 struct cxl_mock_ops *get_cxl_mock_ops(int *index) in get_cxl_mock_ops() argument 33 *index = srcu_read_lock(&cxl_mock_srcu); in get_cxl_mock_ops() 38 void put_cxl_mock_ops(int index) in put_cxl_mock_ops() argument 40 srcu_read_unlock(&cxl_mock_srcu, index); in put_cxl_mock_ops() 48 int index; in __wrap_is_acpi_device_node() local 49 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_is_acpi_device_node() 58 put_cxl_mock_ops(index); in __wrap_is_acpi_device_node() 67 int index, rc; in __wrap_acpi_table_parse_cedt() local 68 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_table_parse_cedt() 75 put_cxl_mock_ops(index); in __wrap_acpi_table_parse_cedt() [all …]
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | tag_check.c | 14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() argument 19 item_check_absent(tree, index); in __simple_checks() 20 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks() 22 item_insert(tree, index); in __simple_checks() 23 assert(item_tag_get(tree, index, tag) == 0); in __simple_checks() 24 item_tag_set(tree, index, tag); in __simple_checks() 25 ret = item_tag_get(tree, index, tag); in __simple_checks() 29 ret = item_tag_get(tree, index, !tag); in __simple_checks() 31 ret = item_delete(tree, index); in __simple_checks() 33 item_insert(tree, index); in __simple_checks() [all …]
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 20 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 2", 22 "verifyCmd": "$TC actions get action ife index 2", 23 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 47 "cmdUnderTest": "$TC actions add action ife encode use mark 10 pipe index 2", 49 "verifyCmd": "$TC actions get action ife index 2", 50 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 74 "cmdUnderTest": "$TC actions add action ife encode allow mark continue index 2", 76 "verifyCmd": "$TC actions get action ife index 2", 77 …chPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*index 2", 101 "cmdUnderTest": "$TC actions add action ife encode use mark 789 drop index 2", [all …]
|
D | sample.json | 20 "cmdUnderTest": "$TC actions add action sample rate 10 group 1 index 2", 22 "verifyCmd": "$TC actions get action sample index 2", 23 "matchPattern": "action order [0-9]+: sample rate 1/10 group 1.*index 2 ref", 47 "cmdUnderTest": "$TC actions add action sample rate 700 group 2 continue index 2", 49 "verifyCmd": "$TC actions get action sample index 2", 50 "matchPattern": "action order [0-9]+: sample rate 1/700 group 2 continue.*index 2 ref", 74 "cmdUnderTest": "$TC actions add action sample rate 10000 group 11 drop index 22", 77 "matchPattern": "action order [0-9]+: sample rate 1/10000 group 11 drop.*index 22 ref", 101 "cmdUnderTest": "$TC actions add action sample rate 20000 group 72 reclassify index 100", 104 … "matchPattern": "action order [0-9]+: sample rate 1/20000 group 72 reclassify.*index 100 ref", [all …]
|
D | gact.json | 20 "cmdUnderTest": "$TC actions add action pass index 8", 23 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 47 "cmdUnderTest": "$TC actions add action pipe index 6", 50 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 74 "cmdUnderTest": "$TC actions add action reclassify index 5", 77 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", 101 "cmdUnderTest": "$TC actions add action drop index 30", 104 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref", 128 "cmdUnderTest": "$TC actions add action continue index 432", 131 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref", [all …]
|
D | vlan.json | 20 "cmdUnderTest": "$TC actions add action vlan pop pipe index 8", 23 "matchPattern": "action order [0-9]+: vlan.*pop.*pipe.*index 8 ref", 47 "cmdUnderTest": "$TC actions add action vlan pop pass index 8", 49 "verifyCmd": "$TC actions get action vlan index 8", 50 "matchPattern": "action order [0-9]+: vlan.*pop.*pass.*index 8 ref", 74 "cmdUnderTest": "$TC actions add action vlan pop drop index 8", 76 "verifyCmd": "$TC actions get action vlan index 8", 77 "matchPattern": "action order [0-9]+: vlan.*pop.*drop.*index 8 ref", 101 "cmdUnderTest": "$TC actions add action vlan pop reclassify index 8", 103 "verifyCmd": "$TC actions get action vlan index 8", [all …]
|
D | csum.json | 20 "cmdUnderTest": "$TC actions add action csum iph index 800", 22 "verifyCmd": "$TC actions get action csum index 800", 23 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 800 ref", 47 "cmdUnderTest": "$TC actions add action csum ip4h index 7", 49 "verifyCmd": "$TC actions get action csum index 7", 50 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 7 ref", 74 "cmdUnderTest": "$TC actions add action csum ipv4h index 1122", 76 "verifyCmd": "$TC actions get action csum index 1122", 77 "matchPattern": "action order [0-9]*: csum \\(iph\\) action pass.*index 1122 ref", 101 "cmdUnderTest": "$TC actions add action csum icmp index 1", [all …]
|
D | tunnel_key.json | 111 …t": "$TC actions add action tunnel_key set src_ip 300.168.100.1 dst_ip 192.168.200.1 id 7 index 1", 113 "verifyCmd": "$TC actions get action tunnel_key index 1", 114 …n order [0-9]+: tunnel_key set.*src_ip 300.168.100.1.*dst_ip 192.168.200.1.*key_id 7.*index 1 ref", 143 …: "$TC actions add action tunnel_key set src_ip 192.168.100.1 dst_ip 192.168.800.1 id 10 index 11", 145 "verifyCmd": "$TC actions get action tunnel_key index 11", 146 …order [0-9]+: tunnel_key set.*src_ip 192.168.100.1.*dst_ip 192.168.800.1.*key_id 10.*index 11 ref", 175 …$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 112233445566778899 index 1", 177 "verifyCmd": "$TC actions get action tunnel_key index 1", 178 …er [0-9]+: tunnel_key set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 112233445566778899.*index 1 ref", 207 …$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 dst_port 998877 index 1", [all …]
|
D | connmark.json | 47 "cmdUnderTest": "$TC actions add action connmark pass index 1", 49 "verifyCmd": "$TC actions get action connmark index 1", 50 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 1 ref", 74 "cmdUnderTest": "$TC actions add action connmark drop index 100", 76 "verifyCmd": "$TC actions get action connmark index 100", 77 "matchPattern": "action order [0-9]+: connmark zone 0 drop.*index 100 ref", 101 "cmdUnderTest": "$TC actions add action connmark pipe index 455", 103 "verifyCmd": "$TC actions get action connmark index 455", 104 "matchPattern": "action order [0-9]+: connmark zone 0 pipe.*index 455 ref", 128 "cmdUnderTest": "$TC actions add action connmark reclassify index 7", [all …]
|
D | ctinfo.json | 20 "cmdUnderTest": "$TC action add action ctinfo index 10", 22 "verifyCmd": "$TC action get action ctinfo index 10", 23 "matchPattern": "action order [0-9]*: ctinfo zone 0 pipe.*index 10 ref", 47 "cmdUnderTest": "$TC action add action ctinfo dscp 0xfc000000 0x01000000 index 100", 50 …"matchPattern": "action order [0-9]*: ctinfo zone 0 pipe.*index 100 ref.*dscp 0xfc000000 0x0100000… 74 "cmdUnderTest": "$TC action add action ctinfo cpmark 0x01000000 zone 1 index 1", 76 "verifyCmd": "$TC action get action ctinfo index 1", 77 "matchPattern": "action order [0-9]*: ctinfo zone 1 pipe.*index 1 ref.*cpmark 0x01000000", 101 "cmdUnderTest": "$TC action add action ctinfo drop index 1000", 104 "matchPattern": "action order [0-9]*: ctinfo zone 0 drop.*index 1000 ref", [all …]
|
D | nat.json | 47 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 2.2.2.1 pipe index 77", 49 "verifyCmd": "$TC actions get action nat index 77", 50 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref", 74 …mdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 continue index 1000", 76 "verifyCmd": "$TC actions get action nat index 1000", 77 …tern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index 1000 ref", 101 …UnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 reclassify index 1000", 103 "verifyCmd": "$TC actions get action nat index 1000", 104 …rn": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 reclassify.*index 1000 ref", 128 … "cmdUnderTest": "$TC actions add action nat ingress 12.18.10.10 12.18.20.20 jump 10 index 22", [all …]
|
/linux-6.12.1/net/netfilter/ |
D | xt_set.c | 29 match_set(ip_set_id_t index, const struct sk_buff *skb, in match_set() argument 33 if (ip_set_test(index, skb, par, opt)) in match_set() 62 return match_set(info->match_set.index, skb, par, &opt, in set_match_v0() 86 ip_set_id_t index; in set_match_v0_checkentry() local 88 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v0_checkentry() 90 if (index == IPSET_INVALID_ID) { in set_match_v0_checkentry() 92 info->match_set.index); in set_match_v0_checkentry() 97 ip_set_nfnl_put(par->net, info->match_set.index); in set_match_v0_checkentry() 112 ip_set_nfnl_put(par->net, info->match_set.index); in set_match_v0_destroy() 129 return match_set(info->match_set.index, skb, par, &opt, in set_match_v1() [all …]
|
/linux-6.12.1/drivers/hwmon/ |
D | w83795.c | 118 #define IN_LSB_REG(index, type) \ argument 119 (((type) == 1) ? W83795_REG_IN_HL_LSB[(index)] \ 120 : (W83795_REG_IN_HL_LSB[(index)] + 1)) 150 #define W83795_REG_FAN(index) (0x2E + (index)) argument 151 #define W83795_REG_FAN_MIN_HL(index) (0xB6 + (index)) argument 152 #define W83795_REG_FAN_MIN_LSB(index) (0xC4 + (index) / 2) argument 153 #define W83795_REG_FAN_MIN_LSB_SHIFT(index) \ argument 154 (((index) & 1) ? 4 : 0) 160 #define W83795_REG_ALARM(index) (0x41 + (index)) argument 162 #define W83795_REG_BEEP(index) (0x50 + (index)) argument [all …]
|
D | w83793.c | 116 #define W83793_REG_BEEP(index) (0x53 + (index)) argument 117 #define W83793_REG_ALARM(index) (0x4b + (index)) argument 146 #define W83793_REG_FAN(index) (0x23 + 2 * (index)) /* High byte */ argument 147 #define W83793_REG_FAN_MIN(index) (0x90 + 2 * (index)) /* High byte */ argument 159 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ argument 160 (nr) == 1 ? 0x220 : 0x218) + (index)) 163 #define W83793_REG_TEMP_FAN_MAP(index) (0x201 + (index)) argument 164 #define W83793_REG_TEMP_TOL(index) (0x208 + (index)) argument 165 #define W83793_REG_TEMP_CRUISE(index) (0x210 + (index)) argument 166 #define W83793_REG_PWM_STOP_TIME(index) (0x228 + (index)) argument [all …]
|
/linux-6.12.1/arch/m68k/sun3x/ |
D | dvma.c | 44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK) argument 45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \ argument 48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ 52 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ argument 56 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID) argument 66 unsigned long index; in dvma_print() local 68 index = dvma_addr >> DVMA_PAGE_SHIFT; in dvma_print() 70 pr_info("idx %lx dvma_addr %08lx paddr %08lx\n", index, dvma_addr, in dvma_print() 71 dvma_entry_paddr(index)); in dvma_print() 148 unsigned long end, index; in dvma_map_iommu() local [all …]
|
/linux-6.12.1/drivers/media/usb/cx231xx/ |
D | cx231xx-pcb-cfg.c | 21 INDEX_SELFPOWER_DIGITAL_ONLY, /* index */ 30 0, /* analog index */ 37 0, /* config index */ 39 0, /* interrupt ep index */ 40 1, /* ts1 index */ 41 NOT_SUPPORTED, /* TS2 index */ 65 0, /* config index */ 67 0, /* interrupt ep index */ 68 1, /* ts1 index */ 69 NOT_SUPPORTED, /* TS2 index */ [all …]
|
/linux-6.12.1/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-sgmii.c | 48 * @index: Index of prot on the interface 52 static int __cvmx_helper_sgmii_hardware_init_one_time(int interface, int index) in __cvmx_helper_sgmii_hardware_init_one_time() argument 60 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 62 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time() 70 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 72 cvmx_read_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 82 cvmx_write_csr(CVMX_PCSX_LINKX_TIMER_COUNT_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time() 98 cvmx_read_csr(CVMX_PCSX_ANX_ADV_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 103 cvmx_write_csr(CVMX_PCSX_ANX_ADV_REG(index, interface), in __cvmx_helper_sgmii_hardware_init_one_time() 108 cvmx_read_csr(CVMX_PCSX_MISCX_CTL_REG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() [all …]
|
/linux-6.12.1/drivers/soundwire/ |
D | amd_init.c | 76 int count, index; in sdw_amd_probe_controller() local 118 for (index = 0; index < count; index++) { in sdw_amd_probe_controller() 119 if (!(link_mask & BIT(index))) in sdw_amd_probe_controller() 122 sdw_pdata[index].instance = index; in sdw_amd_probe_controller() 123 sdw_pdata[index].acp_sdw_lock = res->acp_lock; in sdw_amd_probe_controller() 124 pdevinfo[index].name = "amd_sdw_manager"; in sdw_amd_probe_controller() 125 pdevinfo[index].id = index; in sdw_amd_probe_controller() 126 pdevinfo[index].parent = res->parent; in sdw_amd_probe_controller() 127 pdevinfo[index].num_res = 1; in sdw_amd_probe_controller() 128 pdevinfo[index].res = sdw_res; in sdw_amd_probe_controller() [all …]
|
/linux-6.12.1/Documentation/arch/ |
D | index.rst | 12 arc/index 13 arm/index 14 arm64/index 15 loongarch/index 16 m68k/index 17 mips/index 18 nios2/index 19 openrisc/index 20 parisc/index 21 powerpc/index [all …]
|