Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 193) sorted by relevance

12345678

/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
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**\ .
/linux/scripts/
H A Dcheckkconfigsymbols.py388 references = []
391 return references
403 references.append(symbol)
405 return references
423 defined, references = parse_kconfig_file(kfile)
428 referenced_symbols[kfile] = references
436 references = []
439 return defined, references
465 references.append(symbol)
467 return defined, 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/drivers/misc/sgi-xp/
H A Dxpc.h334 atomic_t references; /* #of external references to queues */ member
495 atomic_t references; /* #of references to infrastructure */ member
678 atomic_inc(&ch->references); in xpc_msgqueue_ref()
684 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
701 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
713 atomic_inc(&part->references); in xpc_part_ref()
/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-2.dot9 /* Driver malloc references */
24 /* Topology references */
32 /* Malloc references */
H A Dtopology-figure-3.dot12 /* Driver malloc references */
26 /* Topology references */
34 /* Malloc references */
H A Dtopology-figure-1.dot9 /* Driver malloc references */
24 /* Topology references */
30 /* Malloc references */
/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.
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
160 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
H A Dleds.rst19 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
97 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
/linux/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst21 3. Using the __local__fixups__ node information adjust all local references
23 4. For each property in the __fixups__ node locate the node it references
/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/scripts/kconfig/tests/preprocess/circular_expansion/
H A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/linux/Documentation/mm/
H A Dpage_frags.rst38 was implemented. It allows for freeing multiple references from a single
40 cleaning up the multiple references that were added to a page in order to
H A Dpage_migration.rst71 Calling folio_isolate_lru() increases the references to the folio
88 if all references to a folio are removable at the time. The folio has
101 4. All the page table references to the page are converted to migration
110 6. The refcount of the page is examined and we back out if references remain.
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-ath79-usb.txt7 - resets: references to the reset controllers
/linux/Documentation/devicetree/bindings/siox/
H A Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
/linux/Documentation/firmware-guide/acpi/
H A Dindex.rst12 dsd/data-node-references
/linux/Documentation/usb/
H A Dusb-help.rst2 USB references
/linux/Documentation/arch/openrisc/
H A Dtodo.rst12 - Finish the renaming cleanup... there are references to or32 in the code
/linux/tools/memory-model/Documentation/
H A DREADME51 working papers, and LWN articles: references.txt
97 references.txt
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst32 :ref:`參考文獻 <loongarch-references-zh_TW>`:
201 :ref:`參考文獻 <loongarch-references-zh_TW>` 中的文檔。
322 .. _loongarch-references-zh_TW:
/linux/Documentation/livepatch/
H A Dshadow-vars.rst26 A hashtable references all shadow variables. These references are
86 - find and remove any <_, id> references from global hashtable
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst32 :ref:`参考文献 <loongarch-references-zh_CN>`:
201 :ref:`参考文献 <loongarch-references-zh_CN>` 中的文档。
322 .. _loongarch-references-zh_CN:
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst243 Each entry of the ``->level`` array references the first ``rcu_node``
249 The zero\ :sup:`th` element of the array references the root
250 ``rcu_node`` structure, the first element references the first child of
251 the root ``rcu_node``, and finally the second element references the
259 Finally, the ``->rda`` field references a per-CPU pointer to the
340 The ``->parent`` pointer references the ``rcu_node`` one level up in the
701 The ``->head`` pointer references the first callback or is ``NULL`` if
703 Each element of the ``->tails[]`` array references the ``->next``
715 In this figure, the ``->head`` pointer references the first RCU callback
716 in the list. The ``->tails[RCU_DONE_TAIL]`` array element references the
[all …]
/linux/scripts/coccinelle/api/
H A Dsimple_open.cocci3 /// and replace file operations references to the function

12345678