Searched full:array (Results 1 – 25 of 589) sorted by relevance
12345678910>>...24
| /Documentation/RCU/ |
| D | arrayRCU.txt | 14 array that is separately indexed. It might be tempting to consider use 15 of RCU to instead protect the index into an array, however, this use 30 Hash tables are often implemented as an array, where each array entry 33 to other array-of-list situations, such as radix trees. 39 located in each array element, and where the array is never resized, 51 function formerly used by the System V IPC code. The array is used 60 the new array, and invokes ipc_rcu_putref() to free up the old array. 92 * contents of the new array are visible before the new 93 * array becomes visible. 101 The ipc_rcu_putref() function decrements the array's reference count [all …]
|
| /Documentation/admin-guide/ |
| D | md.rst | 22 or, to assemble a partitionable array:: 44 level of the RAID array 92 If a raid5 or raid6 array is both dirty and degraded, it could have 98 For this reason, md will normally refuse to start such an array. This 99 requires the sysadmin to take action to explicitly start the array 104 This option is not really available if the array has the root 106 array, md supports a module parameter ``start_dirty_degraded`` which, 131 An array is ``created`` by writing appropriate superblocks to all 138 An array should be created by a user-space tool. This will write 139 superblocks to all devices. It will usually mark the array as [all …]
|
| /Documentation/core-api/ |
| D | assoc_array.rst | 2 Generic Associative Array Implementation 8 This associative array implementation is an object container with the following 18 2. Objects do not need to contain linkage blocks for use by the array. This 20 Rather, the array is made up of metadata blocks that point to objects. 22 3. Objects require index keys to locate them within the array. 25 already in the array will replace the old object. 32 7. Index keys can include a hash to scatter objects throughout the array. 34 8. The array can iterated over. The objects will not necessarily come out in 37 9. The array can be iterated over while it is being modified, provided the 43 10. Objects in the array can be looked up by means of their index key. [all …]
|
| D | xarray.rst | 12 The XArray is an abstract data type which behaves like a very large array 14 resizable array. Unlike a hash, it allows you to sensibly go to the 16 resizable array, there is no need to copy data or change MMU mappings in 17 order to grow the array. It is more memory-efficient, parallelisable 28 Each non-``NULL`` entry in the array has three bits associated with 96 You can copy entries out of the XArray into a plain array by calling 119 If all entries in the array are ``NULL``, the xa_empty() function 135 in the XArray. If you need to modify the array from interrupt context, 225 prevent stores from removing the object from the array between looking 231 the array. It is safe to read the XArray from interrupt or softirq [all …]
|
| /Documentation/driver-api/md/ |
| D | raid5-ppl.rst | 7 may become inconsistent with data on other member disks. If the array is also 10 array or using it is as degraded - data calculated from parity for array blocks 13 this, md by default does not allow starting a dirty degraded array. 21 contents. PPL recovery is also performed when starting an array after an 23 the array. Because of this, using write-intent bitmap and PPL together is not 28 array member drives in the metadata area, on the parity drive of a particular 30 reduced by up to 30%-40% but it scales with the number of drives in the array 44 There is a limitation of maximum 64 disks in the array for PPL. It allows to
|
| D | raid5-cache.rst | 9 3.4) has a new option '--write-journal' to create array with cache. Please 10 refer to mdadm manual for details. By default (RAID array starts), the cache is 19 In both modes, all writes to the array will hit cache disk first. This means 25 This mode mainly fixes the 'write hole' issue. For RAID 4/5/6 array, an unclean 29 unclean shutdown. We call an array degraded if it has inconsistent data. MD 30 tries to resync the array to bring it back to normal state. But before the 32 corruption in the RAID array. This problem is called 'write hole'. 37 shutdown even the array is degraded. Thus the cache can close the 'write hole'. 41 doesn't cause data loss. Of course cache disk failure means the array is 68 The memory cache size has performance impact for the array. It's recommended
|
| /Documentation/scsi/ |
| D | hpsa.txt | 2 HPSA - Hewlett Packard Smart Array driver 5 This file describes the hpsa SCSI driver for HP Smart Array controllers. 7 Smart Array controllers. The hpsa driver is a SCSI driver, while the 17 Smart Array P212 18 Smart Array P410 19 Smart Array P410i 20 Smart Array P411 21 Smart Array P812 22 Smart Array P712m 23 Smart Array P711m [all …]
|
| /Documentation/devicetree/bindings/usb/ |
| D | gr-udc.txt | 21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ 22 from the default size of 1024. The array is indexed by the OUT endpoint 25 only for as many endpoints as the array contains. 27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ 28 from the default size of 1024. The array is indexed by the IN endpoint 31 only for as many endpoints as the array contains.
|
| /Documentation/devicetree/bindings/media/ |
| D | qcom,venus.txt | 12 Value type: <prop-encoded-array> 16 Value type: <prop-encoded-array> 20 Value type: <prop-encoded-array> 40 Value type: <prop-encoded-array> 46 Value type: <prop-encoded-array> 67 Value type: <prop-encoded-array> 78 Value type: <prop-encoded-array> 87 Value type: <prop-encoded-array>
|
| D | qcom,camss.txt | 13 Value type: <prop-encoded-array> 35 Value type: <prop-encoded-array> 53 Value type: <prop-encoded-array> 59 Value type: <prop-encoded-array> 108 Value type: <prop-encoded-array> 134 Value type: <prop-encoded-array> 135 Definition: An array of physical data lanes indexes.
|
| /Documentation/vm/ |
| D | memory-model.rst | 44 In the FLATMEM memory model, there is a global `mem_map` array that 46 have entries in the `mem_map` array. The `struct page` objects 49 To allocate the `mem_map` array, architecture specific setup code 51 wrapper :c:func:`free_area_init`. Yet, the mappings array is not 56 it may free parts of the `mem_map` array that do not cover the 63 `mem_map` array. 75 things, `pg_data_t` holds the `node_mem_map` array that maps 86 `node_mem_map` array. When DISCONTIGMEM is enabled, a portion of the 101 appropriate `node_mem_map` array to access the `struct page` and 117 array of struct pages. However, it is stored with some other magic [all …]
|
| /Documentation/networking/ |
| D | fib_trie.txt | 11 An internal node, holding an array of child (leaf or tnode) pointers, 18 child array - the "child index". See Level Compression. 22 the child array. See Path Compression. 25 Any given tnode is linked to from the child array of its parent, using 39 contain an arbitrarily large array of links to several children. 40 Conversely, a tnode with a mostly empty child array (see empty_children) 45 the number of positions in the child array of a given tnode that are 81 Analyzes a tnode and optimizes the child array size by either inflating 87 Doubles the size of the child array within a tnode. Used by resize(). 90 Halves the size of the child array within a tnode - the inverse of [all …]
|
| /Documentation/devicetree/bindings/powerpc/opal/ |
| D | power-mgt.txt | 28 properties are exposed as arrays. Each entry in the property array 30 the array index of that entry. 38 Array of strings containing the names of the idle states. 41 Array of unsigned 32-bit values containing the values of the 61 Array of unsigned 32-bit values containing the values of the 66 Array of unsigned 32-bit values containing the values of the 74 Array of unsigned 64-bit values containing the values for the 79 Array of unsigned 64-bit values containing the masks 107 Array of unsigned 64-bit values containing the pmicr values 115 Array of unsigned 64-bit values containing the mask indicating
|
| /Documentation/media/uapi/mediactl/ |
| D | media-ioc-enum-links.rst | 50 If the ``pads`` field is not NULL, the driver fills the ``pads`` array 51 with information about the entity's pads. The array must have enough 55 If the ``links`` field is not NULL, the driver fills the ``links`` array 56 with information about the entity's outbound links. The array must have 79 - Pointer to a pads array allocated by the application. Ignored if 84 - Pointer to a links array allocated by the application. Ignored if 90 the array to zero. 117 the array to zero. 145 the array to zero.
|
| /Documentation/devicetree/bindings/nvmem/ |
| D | nvmem-consumer.yaml | 16 $ref: /schemas/types.yaml#/definitions/phandle-array 21 $ref: /schemas/types.yaml#/definitions/phandle-array 26 $ref: /schemas/types.yaml#/definitions/string-array 31 $ref: /schemas/types.yaml#/definitions/string-array
|
| /Documentation/ |
| D | speculation.txt | 22 int load_array(int *array, unsigned int index) 27 return array[index]; 37 LDR <returnval>, [<array>, <index>] 41 speculatively loads array[index], even if index >= MAX_ARRAY_ELEMS. This 82 int load_array(int *array, unsigned int index) 88 return array[index];
|
| /Documentation/devicetree/bindings/sound/ |
| D | omap-mcbsp.txt | 8 - reg: Register location and size, for OMAP4+ as an array: 11 - reg-names: Array of strings associated with the address space 12 - interrupts: Interrupt numbers for the McBSP port, as an array in case the 17 - interrupt-names: Array of strings associated with the interrupt numbers
|
| D | qcom,q6afe.txt | 50 Value type: <prop-encoded-array> 56 Value type: <prop-encoded-array> 64 Value type: <prop-encoded-array> 71 Value type: <prop-encoded-array> 78 Value type: <prop-encoded-array> 85 Value type: <prop-encoded-array> 94 Value type: <prop-encoded-array>
|
| /Documentation/devicetree/bindings/input/ |
| D | qcom,pm8xxx-keypad.txt | 14 Value type: <prop-encoded-array> 19 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array> 64 of the matrix array. 70 the matrix array.
|
| /Documentation/devicetree/bindings/powerpc/fsl/ |
| D | srio-rmu.txt | 20 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 58 Value type: <prop_encoded-array> 81 Value type: <prop-encoded-array> 88 Value type: <prop_encoded-array> 111 Value type: <prop-encoded-array> 118 Value type: <prop_encoded-array>
|
| D | pamu.txt | 13 - ranges : <prop-encoded-array> 20 - interrupts : <prop-encoded-array> 31 - reg : <prop-encoded-array> 51 - reg : <prop-encoded-array> 58 : <prop-encoded-array> 64 : <prop-encoded-array> 83 - fsl,liodn-reg : <prop-encoded-array>
|
| /Documentation/devicetree/bindings/power/ |
| D | domain-idle-state.txt | 15 Value type: <prop-encoded-array> 23 Value type: <prop-encoded-array> 29 Value type: <prop-encoded-array>
|
| /Documentation/filesystems/ |
| D | fiemap.txt | 23 __u32 fm_extent_count; /* size of fm_extents array (in) */ 25 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ 45 fm_extent_count specifies the number of elements in the fm_extents[] array 47 fm_extents[] array is ignored (no extents will be returned), and the 65 Extent information is returned within the embedded fm_extents array 67 number of elements in the fiemap_extents[] array should be passed via 72 array will be returned and fm_mapped_extents will be equal to 73 fm_extent_count. In that case, the last extent in the array will not 194 unsigned int fi_extents_max; /* Size of fiemap_extent array */ 195 struct fiemap_extent *fi_extents_start; /* Start of fiemap_extent array */ [all …]
|
| /Documentation/devicetree/bindings/phy/ |
| D | qcom,usb-8x16-phy.txt | 10 Value type: <prop-encoded-array> 15 Value type: <prop-encoded-array> 42 Value type: <prop-encoded-array> 52 Value type: <prop-encoded-array>
|
| D | qcom,usb-hs-phy.txt | 22 Value type: <prop-encoded-array> 34 Value type: <prop-encoded-array> 55 Value type: <prop-encoded-array> 60 Value type: <u8 array>
|
12345678910>>...24