| /kernel/linux/linux-6.6/drivers/xen/ |
| D | xen-front-pgdir-shbuf.c | 26 * that contains grant references to the pages of the shared 53 /* Claim grant references for the pages of the buffer. */ 57 /* Map grant references of the buffer. */ 60 /* Unmap grant references of the buffer. */ 67 * so it can find/fill the grant references to the buffer's 85 * Map granted references of the shared buffer. 90 * references onto the backing storage (buf->pages). 100 /* No need to map own grant references. */ in xen_front_pgdir_shbuf_map() 106 * Unmap granted references of the shared buffer. 111 * references. [all …]
|
| /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-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-6.6/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-6.6/include/uapi/xen/ |
| D | gntdev.h | 48 * Inserts the grant references into the mapping table of an instance 52 * references have ever been inserted into the mapping table of this 69 /* Array of grant references, of size @count. */ 74 * Removes the grant references from the mapping table of an instance of 171 * Copy between grant references and local buffers. 226 * Create a dma-buf [1] from grant references @refs of count @count provided 247 /* Number of grant references in @refs array. */ 252 /* The domain ID of the grant references to be mapped. */ 255 /* Array of grant references of size @count. */ 280 * Import a dma-buf with file descriptor @fd and export granted references [all …]
|
| /kernel/linux/linux-6.6/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/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-6.6/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 896 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 897 'ADD CONSTRAINT processfk FOREIGN KEY (process_id) REFERENCES threads (id)') 899 'ADD CONSTRAINT threadfk FOREIGN KEY (c_thread_id) REFERENCES threads (id)') 901 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),' 902 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id)') 904 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id)') 906 'ADD CONSTRAINT dsofk FOREIGN KEY (dso_id) REFERENCES dsos (id)') 908 'ADD CONSTRAINT evselfk FOREIGN KEY (evsel_id) REFERENCES selected_events (id),' 909 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),' 910 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id),' [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | cgroup_refcnt.h | 16 * css_get_many - obtain references on the specified css in CGROUP_REF_EXPORT() 18 * @n: number of references to get in CGROUP_REF_EXPORT() 84 * css_put_many - put css references in CGROUP_REF_EXPORT() 86 * @n: number of references to put in CGROUP_REF_EXPORT() 88 * Put references obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT()
|
| 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
|
| D | rcuref.h | 33 * Return: The number of held references (0 ... N) 114 * True if this was the last reference with no future references 118 * False if there are still active references or the put() raced 139 * True if this was the last reference with no future references 144 * False if there are still active references or the put() raced
|
| /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 …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | checkkconfigsymbols.py | 378 files as keys and lists of references Kconfig symbols as values.""" 388 references = [] 391 return references 403 references.append(symbol) 405 return references 414 """Parse kconfig files and return tuple of defined and references Kconfig 423 defined, references = parse_kconfig_file(kfile) 426 # do not collect references for files that match the ignore pattern 428 referenced_symbols[kfile] = references 433 """Parse @kfile and update symbol definitions and references.""" [all …]
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/dsd/ |
| D | graph.rst | 16 hierarchical data extension supports nodes with references to other 41 for generic data node references. 69 name followed by a reference in the same package. Such references consist of 72 data extension reference under the port. Individual references thus appear as:: 79 The references to endpoints must be always done both ways, to the 154 References chapter 160 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
| D | leds.rst | 19 ACPI references are limited to device nodes only [acpi]. For this reason using 38 show below. Objects not relevant for LEDs or the references to them have been 91 References chapter 97 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
| /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 */
|
| /kernel/linux/linux-6.6/Documentation/gpu/dp-mst/ |
| D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
| D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
| D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
| /kernel/linux/linux-6.6/Documentation/bpf/ |
| D | graph_ds_impl.rst | 81 Non-owning references 159 Let's enumerate the properties of both types of references. 184 From verifier's perspective non-owning references can only exist 191 To prevent this logic violation all non-owning references are invalidated by the 193 not page fault" property of non-owning references. So if the verifier hasn't 237 3) n and m are non-owning references, they both point to the same node 255 We prevent both by generalizing the "invalidate non-owning references" behavior
|