| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 388 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 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 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 D | lan966x_fdb.c | 20 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 D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
| H A D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
| H A D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc.h | 334 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 D | dynamic-resolution-notes.rst | 21 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 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
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | graph.rst | 16 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 D | data-node-references.rst | 13 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 D | leds.rst | 33 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 D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
| /linux/Documentation/mm/ |
| H A D | page_frags.rst | 38 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 D | index.rst | 12 dsd/data-node-references
|
| /linux/Documentation/usb/ |
| H A D | usb-help.rst | 2 USB references
|
| /linux/Documentation/arch/openrisc/ |
| H A D | todo.rst | 12 - Finish the renaming cleanup... there are references to or32 in the code
|
| /linux/tools/memory-model/Documentation/ |
| H A D | README | 54 working papers, and LWN articles: references.txt 100 references.txt
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | introduction.rst | 32 :ref:`參考文獻 <loongarch-references-zh_TW>`: 201 :ref:`參考文獻 <loongarch-references-zh_TW>` 中的文檔。 322 .. _loongarch-references-zh_TW:
|
| /linux/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 26 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 D | introduction.rst | 32 :ref:`参考文献 <loongarch-references-zh_CN>`: 201 :ref:`参考文献 <loongarch-references-zh_CN>` 中的文档。 322 .. _loongarch-references-zh_CN:
|
| /linux/scripts/coccinelle/api/ |
| H A D | simple_open.cocci | 3 /// and replace file operations references to the function
|
| /linux/scripts/kconfig/tests/preprocess/variable/ |
| H A D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
| /linux/include/linux/ |
| H A D | lockdep_types.h | 255 unsigned int references:11; /* 32 bits */ member
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 5080 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 …]
|