| /kernel/linux/linux-5.10/drivers/xen/ |
| D | xen-front-pgdir-shbuf.c | 35 * that contains grant references to the pages of the shared 61 /* Claim grant references for the pages of the buffer. */ 65 /* Map grant references of the buffer. */ 68 /* Unmap grant references of the buffer. */ 75 * so it can find/fill the grant references to the buffer's 93 * Map granted references of the shared buffer. 98 * references onto the backing storage (buf->pages). 108 /* No need to map own grant references. */ in xen_front_pgdir_shbuf_map() 114 * Unmap granted references of the shared buffer. 119 * references. [all …]
|
| /kernel/linux/linux-4.19/Documentation/doc-guide/ |
| D | parse-headers.rst | 6 order to describe the userspace API and to generate cross-references 7 between the code and the documentation. Adding cross-references for 12 cross-references. It has to be called via Makefile, while building the 26 enums and defines and create cross-references to a Sphinx book. 65 included via ..parsed-literal block with cross-references for the 73 enums and enum symbols and create cross-references for all of them. 84 The \ **ignore**\ means that it won't generate cross references for a 92 The \ **replace**\ means that it will generate cross references for a 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 162 It won't generate cross-references for \ **PRIVATE**\ .
|
| /kernel/linux/linux-5.10/Documentation/doc-guide/ |
| D | parse-headers.rst | 6 order to describe the userspace API and to generate cross-references 7 between the code and the documentation. Adding cross-references for 12 cross-references. It has to be called via Makefile, while building the 26 enums and defines and create cross-references to a Sphinx book. 65 included via ..parsed-literal block with cross-references for the 73 enums and enum symbols and create cross-references for all of them. 84 The \ **ignore**\ means that it won't generate cross references for a 92 The \ **replace**\ means that it will generate cross references for a 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 162 It won't generate cross-references for \ **PRIVATE**\ .
|
| /kernel/linux/linux-5.10/include/uapi/xen/ |
| D | gntdev.h | 48 * Inserts the grant references into the mapping table of an instance 63 /* Array of grant references, of size @count. */ 68 * Removes the grant references from the mapping table of an instance of 165 * Copy between grant references and local buffers. 220 * Create a dma-buf [1] from grant references @refs of count @count provided 241 /* Number of grant references in @refs array. */ 246 /* The domain ID of the grant references to be mapped. */ 249 /* Array of grant references of size @count. */ 274 * Import a dma-buf with file descriptor @fd and export granted references 284 /* Number of grant references in @refs array. */ [all …]
|
| /kernel/linux/linux-4.19/include/uapi/xen/ |
| D | gntdev.h | 48 * Inserts the grant references into the mapping table of an instance 63 /* Array of grant references, of size @count. */ 68 * Removes the grant references from the mapping table of an instance of 165 * Copy between grant references and local buffers. 220 * Create a dma-buf [1] from grant references @refs of count @count provided 241 /* Number of grant references in @refs array. */ 246 /* The domain ID of the grant references to be mapped. */ 249 /* Array of grant references of size @count. */ 274 * Import a dma-buf with file descriptor @fd and export granted references 284 /* Number of grant references in @refs array. */ [all …]
|
| /kernel/linux/linux-5.10/include/xen/ |
| D | xen-front-pgdir-shbuf.h | 23 * Number of references granted for the backend use: 26 * of grant references for the page directory and the pages 30 * of grant references for the page directory itself as grant 31 * references for the buffer will be provided by the backend. 73 * grant references to the buffer with the frontend.
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 893 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 894 'ADD CONSTRAINT processfk FOREIGN KEY (process_id) REFERENCES threads (id)') 896 'ADD CONSTRAINT threadfk FOREIGN KEY (c_thread_id) REFERENCES threads (id)') 898 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),' 899 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id)') 901 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id)') 903 'ADD CONSTRAINT dsofk FOREIGN KEY (dso_id) REFERENCES dsos (id)') 905 'ADD CONSTRAINT evselfk FOREIGN KEY (evsel_id) REFERENCES selected_events (id),' 906 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 907 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id),' [all …]
|
| /kernel/linux/linux-4.19/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 629 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 630 'ADD CONSTRAINT processfk FOREIGN KEY (process_id) REFERENCES threads (id)') 632 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),' 633 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id)') 635 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id)') 637 'ADD CONSTRAINT dsofk FOREIGN KEY (dso_id) REFERENCES dsos (id)') 639 'ADD CONSTRAINT evselfk FOREIGN KEY (evsel_id) REFERENCES selected_events (id),' 640 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 641 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id),' 642 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),' [all …]
|
| /kernel/linux/linux-4.19/scripts/ |
| D | checkkconfigsymbols.py | 376 files as keys and lists of references Kconfig symbols as values.""" 386 references = [] 389 return references 401 references.append(symbol) 403 return references 412 """Parse kconfig files and return tuple of defined and references Kconfig 421 defined, references = parse_kconfig_file(kfile) 424 # do not collect references for files that match the ignore pattern 426 referenced_symbols[kfile] = references 431 """Parse @kfile and update symbol definitions and references.""" [all …]
|
| D | documentation-file-ref-check | 4 # Treewide grep for references to files under Documentation, and report 28 # Step 1: find broken references 29 print "Finding broken references. This may take a while... " if ($fix); 53 # some file references are like: 107 print "Auto-fixing broken references. Please double-check the results\n";
|
| /kernel/linux/linux-5.10/scripts/ |
| D | checkkconfigsymbols.py | 376 files as keys and lists of references Kconfig symbols as values.""" 386 references = [] 389 return references 401 references.append(symbol) 403 return references 412 """Parse kconfig files and return tuple of defined and references Kconfig 421 defined, references = parse_kconfig_file(kfile) 424 # do not collect references for files that match the ignore pattern 426 referenced_symbols[kfile] = references 431 """Parse @kfile and update symbol definitions and references.""" [all …]
|
| D | documentation-file-ref-check | 4 # Treewide grep for references to files under Documentation, and report 43 # Step 1: find broken references 44 print "Finding broken references. This may take a while... " if ($fix); 109 # some file references are like: 160 print STDERR "Warning: $f references a file that doesn't exist: $fulref\n"; 171 print "Auto-fixing broken references. Please double-check the results\n";
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/xen/ |
| D | xen_drm_front_shbuf.c | 38 /* Claim grant references for the pages of the buffer. */ 41 /* Map grant references of the buffer. */ 43 /* Unmap grant references of the buffer. */ 60 /* no need to map own grant references */ in xen_drm_front_shbuf_map() 69 /* no need to unmap own grant references */ in xen_drm_front_shbuf_unmap() 160 DRM_ERROR("Failed to unmap grant references, ret %d", ret); in backend_unmap() 227 DRM_ERROR("Failed to map grant references, ret %d", ret); in backend_map() 317 DRM_ERROR("Cannot allocate grant references\n"); in grant_references() 362 * grant references are allocated at backend side 371 /* For locally granted references we do not need to map/unmap the references */
|
| D | xen_drm_front_shbuf.h | 21 * number of references granted for the backend use: 23 * references for the page directory and pages of the buffer 25 * grant references for the page directory as grant references for
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hidden.h | 6 * may have symbol references that can only be resolved at load time. For a 8 * that is modified by the loader), this results in all references to symbols 15 * references will be satisfied at link time rather than at load time, by
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-handle.txt | 7 references of trace event parser context. 31 When there is no more references, then it will free the handler, as well 41 The _tep_ref_get()_ functions gets the current references of the _tep_ handler. 48 _tep_ref_get()_ returns the current references of _tep_.
|
| /kernel/linux/linux-5.10/Documentation/gpu/dp-mst/ |
| D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
| D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
| D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/dsd/ |
| D | leds.rst | 18 references are limited to device nodes only [2]. For this reason using the same 37 show below. Objects not relevant for LEDs or the references to them have been 90 References chapter 111 [7] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
| D | graph.rst | 16 hierarchical data extension supports nodes with references to other 68 name followed by a reference in the same package. Such references consist of 71 data extension reference under the port. Individual references thus appear as:: 78 The references to endpoints must be always done both ways, to the 153 References chapter
|
| /kernel/linux/linux-4.19/Documentation/acpi/dsd/ |
| D | graph.txt | 13 hierarchical data extension supports nodes with references to other 65 name followed by a reference in the same package. Such references consist of the 68 data extension reference under the port. Individual references thus appear as: 75 The references to endpoints must be always done both ways, to the 150 References
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-h264.h | 22 * @refs: array of references 24 * @unordered_reflist: unordered list of references. Will be used to generate 26 * @num_valid: number of valid references in the refs array
|
| /kernel/linux/linux-4.19/include/media/ |
| D | v4l2-fwnode.h | 198 * v4l2_fwnode_put_link() to drop the references when done with the 208 * v4l2_fwnode_put_link() - drop references to nodes in a link 211 * Drop references to the local and remote nodes in the link. This function 261 * Do not change the notifier's subdevs array, take references to the subdevs 317 * Do not change the notifier's subdevs array, take references to the subdevs 341 * v4l2_fwnode_reference_parse_sensor_common - parse common references on 343 * @dev: the device node the properties of which are parsed for references
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/ |
| D | frontend.json | 10 …"BriefDescription": "References per ICache line that are available in the ICache (hit). This event… 20 …"BriefDescription": "References per ICache line that are not available in the ICache (miss). This … 30 …"BriefDescription": "References per ICache line. This event counts differently than Intel processo…
|