| /kernel/linux/linux-5.10/net/bridge/ |
| D | br_ioctl.c | 20 static int get_bridge_ifindices(struct net *net, int *indices, int num) in get_bridge_ifindices() argument 30 indices[i++] = dev->ifindex; in get_bridge_ifindices() 159 int num, *indices; in old_dev_ioctl() local 169 indices = kcalloc(num, sizeof(int), GFP_KERNEL); in old_dev_ioctl() 170 if (indices == NULL) in old_dev_ioctl() 173 get_port_ifindices(br, indices, num); in old_dev_ioctl() 174 if (copy_to_user((void __user *)args[1], indices, num*sizeof(int))) in old_dev_ioctl() 176 kfree(indices); in old_dev_ioctl() 312 int *indices; in old_deviceless() local 317 indices = kcalloc(args[2], sizeof(int), GFP_KERNEL); in old_deviceless() [all …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | sch_dsmark.c | 30 * x:indices-1 indices use entry [indices-1] 32 * x:y y+1 use entry [y & (indices-1)] 34 * 0xffff 0x10000 use entry [indices-1] 50 u16 indices; member 59 return index <= p->indices && index > 0; in dsmark_valid_index() 177 for (i = 0; i < p->indices; i++) { in dsmark_walk() 303 index = skb->tc_index & (p->indices - 1); in dsmark_dequeue() 346 u16 indices; in dsmark_init() local 366 indices = nla_get_u16(tb[TCA_DSMARK_INDICES]); in dsmark_init() 368 if (hweight32(indices) != 1) in dsmark_init() [all …]
|
| /kernel/linux/linux-6.6/net/bridge/ |
| D | br_ioctl.c | 21 static int get_bridge_ifindices(struct net *net, int *indices, int num) in get_bridge_ifindices() argument 31 indices[i++] = dev->ifindex; in get_bridge_ifindices() 197 int num, *indices; in br_dev_siocdevprivate() local 207 indices = kcalloc(num, sizeof(int), GFP_KERNEL); in br_dev_siocdevprivate() 208 if (indices == NULL) in br_dev_siocdevprivate() 211 get_port_ifindices(br, indices, num); in br_dev_siocdevprivate() 212 if (copy_to_user(argp, indices, array_size(num, sizeof(int)))) in br_dev_siocdevprivate() 214 kfree(indices); in br_dev_siocdevprivate() 355 int *indices; in old_deviceless() local 360 indices = kcalloc(args[2], sizeof(int), GFP_KERNEL); in old_deviceless() [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8-ss-dma.dtsi | 141 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 153 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 165 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 177 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 189 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 201 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 213 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 225 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 374 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 386 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; [all …]
|
| D | imx8-ss-lsio.dtsi | 244 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 264 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 284 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 304 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 324 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 344 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 364 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 384 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
|
| D | imx8-ss-conn.dtsi | 194 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 208 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 222 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 240 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 262 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 279 clock-indices = <IMX_LPCG_CLK_6>, <IMX_LPCG_CLK_7>; 288 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
|
| D | imx8qm-ss-dma.dtsi | 14 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 26 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>; 39 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>;
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_lib.c | 38 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov() 49 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov() 65 if (fcoe->indices) { in ixgbe_cache_ring_dcb_sriov() 69 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov() 77 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov() 157 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb() 205 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov() 206 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov() 229 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov() 230 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_lib.c | 38 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov() 49 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov() 65 if (fcoe->indices) { in ixgbe_cache_ring_dcb_sriov() 69 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov() 77 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov() 158 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb() 206 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov() 207 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov() 230 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov() 231 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov() [all …]
|
| /kernel/linux/linux-6.6/mm/ |
| D | truncate.c | 60 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals() argument 84 pgoff_t index = indices[i]; in truncate_folio_batch_exceptionals() 335 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() local 364 &fbatch, indices)) { in truncate_inode_pages_range() 365 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range() 404 indices)) { in truncate_inode_pages_range() 422 VM_BUG_ON_FOLIO(!folio_contains(folio, indices[i]), folio); in truncate_inode_pages_range() 427 truncate_folio_batch_exceptionals(mapping, &fbatch, indices); in truncate_inode_pages_range() 500 pgoff_t indices[PAGEVEC_SIZE]; in mapping_try_invalidate() local 508 while (find_lock_entries(mapping, &index, end, &fbatch, indices)) { in mapping_try_invalidate() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | imx8qxp-lpcg.yaml | 57 clock-indices: 61 supported LPCG clock indices. 69 as the clock-indices property. 96 clock-indices = <IMX_LPCG_CLK_0>,
|
| D | allwinner,sun4i-a10-gates-clk.yaml | 68 clock-indices: 81 - clock-indices 93 clock-indices = <0>; 103 clock-indices = <0>, <1>, 142 clock-indices = <0>, <1>,
|
| D | renesas,cpg-mstp-clocks.yaml | 45 clock-indices: 58 - clock-indices 73 clock-indices = <
|
| D | allwinner,sun8i-h3-bus-gates-clk.yaml | 36 clock-indices: 49 - clock-indices 63 clock-indices = <5>, <6>, <8>,
|
| /kernel/linux/linux-5.10/mm/ |
| D | truncate.c | 60 struct pagevec *pvec, pgoff_t *indices, in truncate_exceptional_pvec_entries() argument 78 lock = !dax && indices[j] < end; in truncate_exceptional_pvec_entries() 84 pgoff_t index = indices[i]; in truncate_exceptional_pvec_entries() 296 pgoff_t indices[PAGEVEC_SIZE]; in truncate_inode_pages_range() local 328 indices)) { in truncate_inode_pages_range() 341 index = indices[i]; in truncate_inode_pages_range() 366 truncate_exceptional_pvec_entries(mapping, &pvec, indices, end); in truncate_inode_pages_range() 414 min(end - index, (pgoff_t)PAGEVEC_SIZE), indices)) { in truncate_inode_pages_range() 422 if (index == start && indices[0] >= end) { in truncate_inode_pages_range() 433 index = indices[i]; in truncate_inode_pages_range() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | allwinner,sun4i-a10-gates-clk.yaml | 68 clock-indices: 81 - clock-indices 93 clock-indices = <0>; 103 clock-indices = <0>, <1>, 142 clock-indices = <0>, <1>,
|
| D | renesas,cpg-mstp-clocks.yaml | 45 clock-indices: 58 - clock-indices 73 clock-indices = <
|
| D | allwinner,sun8i-h3-bus-gates-clk.yaml | 36 clock-indices: 49 - clock-indices 63 clock-indices = <5>, <6>, <8>,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| D | smu11_driver_if_vangogh.h | 178 uint16_t Voltage[3]; //[mV] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX 179 uint16_t Current[3]; //[mA] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX 180 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX 208 uint16_t Voltage[3]; //[mV] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX 209 uint16_t Current[3]; //[mA] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX 210 uint16_t Power[3]; //[mW] indices: VDDCR_VDD, VDDCR_SOC, VDDCR_GFX
|
| D | smu11_driver_if_cyan_skillfish.h | 59 uint32_t Voltage[2]; //[mV] indices: VDDCR_VDD, VDDCR_GFX 60 uint32_t Current[2]; //[mA] indices: VDDCR_VDD, VDDCR_GFX 61 uint32_t Power[2]; //[mW] indices: VDDCR_VDD, VDDCR_GFX
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | xarray.rst | 21 The XArray implementation is efficient when the indices used are densely 23 perform well. The XArray is optimised for small indices, but still has 24 good performance with large indices. If your index can be larger than 52 occupy a range of indices. Once stored to, looking up any index in 91 of indices. If you do this, some of the other operations will behave 94 indices. Storing into one index may result in the entry retrieved by 95 some, but not all of the other indices changing. 130 affect all indices covered by that entry. Querying the mark on any 450 The XArray has the ability to tie multiple indices together so that 451 operations on one index affect all indices. For example, storing into [all …]
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | xarray.rst | 21 The XArray implementation is efficient when the indices used are densely 23 perform well. The XArray is optimised for small indices, but still has 24 good performance with large indices. If your index can be larger than 52 occupy a range of indices. Once stored to, looking up any index in 91 of indices. If you do this, some of the other operations will behave 94 indices. Storing into one index may result in the entry retrieved by 95 some, but not all of the other indices changing. 130 affect all indices covered by that entry. Querying the mark on any 454 The XArray has the ability to tie multiple indices together so that 455 operations on one index affect all indices. For example, storing into [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | nxp,sc16is7xx.txt | 24 - irda-mode-ports: An array that lists the indices of the port that 26 - nxp,modem-control-line-ports: An array that lists the indices of the port that 83 - irda-mode-ports: An array that lists the indices of the port that 85 - nxp,modem-control-line-ports: An array that lists the indices of the port that
|
| /kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
| D | fixmap.h | 59 * kernel oops. Illegal ranges of incoming indices are caught too. 65 * except when someone tries to use fixaddr indices in an in fix_to_virt() 67 * out-of-range indices). in fix_to_virt()
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-m10-bmc-sec-update | 35 Description: Read only. Returns a list of indices for canceled code 43 Description: Read only. Returns a list of indices for canceled code 51 Description: Read only. Returns a list of indices for canceled code
|