Home
last modified time | relevance | path

Searched full:references (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c26 * 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 …]
/linux/include/uapi/xen/
H A Dgntdev.h48 * 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 …]
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py896 '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 …]
/linux/scripts/
H A Dcheckkconfigsymbols.py378 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 …]
/linux/include/xen/
H A Dxen-front-pgdir-shbuf.h23 * 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.
/linux/Documentation/doc-guide/
H A Dparse-headers.rst6 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
25 enums and defines and create cross-references to a Sphinx book.
36 included via ..parsed-literal block with cross-references for the
44 and enum ``symbol``, creating cross-references for all of them.
156 It won't generate cross-references for ``PRIVATE``::
/linux/include/linux/
H A Dcgroup_refcnt.h16 * 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()
H A Dhidden.h6 * 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
/linux/fs/xfs/libxfs/
H A Dxfs_group.c17 * Groups can have passive and active references.
19 * For passive references the code freeing a group is responsible for cleaning
20 * up objects that hold the passive references (e.g. cached buffers).
21 * Routines manipulating passive references are xfs_group_get, xfs_group_hold
24 * Active references are for short term access to the group for walking trees or
27 * Routines manipulating active references are xfs_group_grab and
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst81 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
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dgraph.rst16 hierarchical data extension supports nodes with references to other
41 for generic data node references.
76 The references to endpoints must be always done both ways, to the
151 References chapter
157 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
H A Ddata-node-references.rst13 document defines a scheme to implement such references.
17 node object. Do not use non-string references as this will produce a copy of
89 References chapter
H A Dleds.rst33 show below. Objects not relevant for LEDs or the references to them have been
86 References chapter
92 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-2.dot9 /* Driver malloc references */
24 /* Topology references */
32 /* Malloc references */
H A Dtopology-figure-1.dot9 /* Driver malloc references */
24 /* Topology references */
30 /* Malloc references */
H A Dtopology-figure-3.dot12 /* Driver malloc references */
26 /* Topology references */
34 /* Malloc references */
/linux/Documentation/sphinx/
H A Dkernel_include.py24 environment variable name. Malformed variable names and references to
64 ParseDataStructs() to convert C data structures into cross-references
78 Enables warnings when auto-generated cross-references don't point to
212 Read and add contents from a C file parsed to have cross references.
215 - A C source code with cross-references;
216 - a TOC table containing cross references.
230 # Store references on a symbol dict to be used at check time
391 # Get optional arguments to related to cross-references generation
475 # Only show missing references for kernel-include reference-parsed files
510 """Initialize a list of files that we're generating cross references¨"""
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdb.c20 u32 references; member
45 fdb_entry->references++; in lan966x_fdb_add_entry()
55 fdb_entry->references = 1; in lan966x_fdb_add_entry()
68 fdb_entry->references--; in lan966x_fdb_del_entry()
69 if (!fdb_entry->references) { in lan966x_fdb_del_entry()
/linux/include/linux/ns/
H A Dns_common_types.h74 * is still kept alive by internal references. For example, the user
76 * references when one of the now defunct tasks had opened a file and
78 * sockets. Such references keep the namespace structure alive through
82 * No references remain. The namespace is removed from the tree and freed.
88 * references to all namespaces. However, user and pid namespaces
/linux/tools/docs/
H A Ddocumentation-file-ref-check4 # 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);
112 # some file references are like:
164 print STDERR "Warning: $f references a file that doesn't exist: $fulref\n";
175 print "Auto-fixing broken references. Please double-check the results\n";
/linux/include/media/
H A Dv4l2-h264.h22 * @refs: array of references
25 * @unordered_reflist: unordered list of references. Will be used to generate
27 * @num_valid: number of valid references in the refs array
/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c479 /* On BDW the hit event counts references, not hits */ in resctrl_arch_measure_l3_residency()
498 * On BDW references and misses are counted, need to adjust. in resctrl_arch_measure_l3_residency()
500 * references, for example, x references but x + 1 hits. in resctrl_arch_measure_l3_residency()
502 * that as misses equal to references. in resctrl_arch_measure_l3_residency()
504 /* First compute the number of cache references measured */ in resctrl_arch_measure_l3_residency()
506 /* Next convert references to cache hits */ in resctrl_arch_measure_l3_residency()
/linux/drivers/net/ethernet/mscc/
H A Docelot_devlink.c9 * Resource 1: Frame references tracked per source port
11 * Resource 3: Frame references tracked per destination port
83 /* Amount of frame references
94 /* Amount of frame references
105 /* Amount of frame references
116 /* Amount of frame references
177 /* Amount of frame references
188 /* Amount of frame references
199 /* Amount of frame references
210 /* Amount of frame references
[all …]
/linux/tools/include/uapi/linux/
H A Dfadvise.h6 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
7 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
/linux/include/uapi/linux/
H A Dfadvise.h6 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
7 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */

12345678910>>...50