/linux/Documentation/doc-guide/ |
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 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/ |
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/drivers/misc/sgi-xp/ |
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/gpu/dp-mst/ |
A D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
A D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
A D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
/linux/tools/lib/traceevent/Documentation/ |
A 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_.
|
/linux/Documentation/devicetree/ |
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/firmware-guide/acpi/dsd/ |
A D | leds.rst | 18 references are limited to device nodes only [2]. For this reason using the same 37 show below. Objects not relevant for LEDs or the references to them have been 111 [7] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
A D | graph.rst | 16 hierarchical data extension supports nodes with references to other 68 name followed by a reference in the same package. Such references consist of 71 data extension reference under the port. Individual references thus appear as:: 78 The references to endpoints must be always done both ways, to the
|
/linux/scripts/kconfig/tests/preprocess/circular_expansion/ |
A D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
/linux/Documentation/vm/ |
A D | page_frags.rst | 40 was implemented. It allows for freeing multiple references from a single 42 cleaning up the multiple references that were added to a page in order to
|
/linux/tools/memory-model/Documentation/ |
A D | README | 40 working papers, and LWN articles: references.txt 71 references.txt
|
/linux/Documentation/devicetree/bindings/phy/ |
A D | phy-ath79-usb.txt | 7 - resets: references to the reset controllers
|
/linux/Documentation/devicetree/bindings/siox/ |
A D | eckelmann,siox-gpio.txt | 5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
|
/linux/Documentation/firmware-guide/acpi/ |
A D | index.rst | 12 dsd/data-node-references
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-subdev-g-selection.rst | 117 ``pad`` references a non-existing pad, the ``which`` field 118 references a non-existing format, or the selection target is not
|
/linux/Documentation/usb/ |
A D | usb-help.rst | 2 USB references
|
/linux/Documentation/ide/ |
A D | warm-plug-howto.rst | 16 no other active references to devices before doing "delete_devices" step,
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
A D | maxim,max1363.yaml | 13 Family of ADCs with i2c inteface, internal references and threshold
|
A D | qcom,pm8018-adc.yaml | 93 VADC will use a special voltage references for channel 94 calibration. The available references are specified in the
|
/linux/Documentation/openrisc/ |
A D | todo.rst | 12 - Finish the renaming cleanup... there are references to or32 in the code
|
/linux/Documentation/livepatch/ |
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/kernel/locking/ |
A D | lockdep.c | 4938 if (!references) in __lock_acquire() 4939 references++; in __lock_acquire() 4941 if (!hlock->references) in __lock_acquire() 4942 hlock->references++; in __lock_acquire() 4944 hlock->references += references; in __lock_acquire() 4947 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire() 4970 hlock->references = references; in __lock_acquire() 5089 if (hlock->references) { in match_held_lock() 5325 if (hlock->references) { in __lock_release() 5326 hlock->references--; in __lock_release() [all …]
|
/linux/Documentation/RCU/Design/Data-Structures/ |
A D | Data-Structures.rst | 243 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`` 722 ``->tails[RCU_NEXT_READY_TAIL]`` array element references the same RCU 725 ``->tails[RCU_NEXT_TAIL]`` array element references CB 4's ``->next`` [all …]
|