Home
last modified time | relevance | path

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

12345678

/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/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/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/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/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/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/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
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
H A Dleds.rst33 show below. Objects not relevant for LEDs or the references to them have been
92 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
/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
/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 DREADME54 working papers, and LWN articles: references.txt
100 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/scripts/coccinelle/api/
H A Dsimple_open.cocci3 /// and replace file operations references to the function
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/linux/include/linux/
H A Dlockdep_types.h255 unsigned int references:11; /* 32 bits */ member
/linux/kernel/locking/
H A Dlockdep.c5080 int references, int pin_count, int sync) in __lock_acquire() argument
5147 if (!references) in __lock_acquire()
5148 references++; in __lock_acquire()
5150 if (!hlock->references) in __lock_acquire()
5151 hlock->references++; in __lock_acquire()
5153 hlock->references += references; in __lock_acquire()
5156 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
5180 hlock->references = references; in __lock_acquire()
5309 if (hlock->references) { in match_held_lock()
5391 hlock->references, hlock->pin_count, 0)) { in reacquire_held_locks()
[all …]

12345678