Searched refs:cross (Results 1 – 25 of 121) sorted by relevance
12345
/Linux-v5.10/Documentation/filesystems/ |
D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 43 6) cross-directory rename. The trickiest in the whole bunch. Locking 74 (1) if object removal or non-cross-directory rename holds lock on A and 76 acquire the lock on B. (Proof: only cross-directory rename can change 79 (2) if cross-directory rename holds the lock on filesystem, order will not 80 change until rename acquires all locks. (Proof: other cross-directory 104 Any contended object is either held by cross-directory rename or 106 operation other than cross-directory rename. Then the lock this operation 109 It means that one of the operations is cross-directory rename. 112 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
/Linux-v5.10/Documentation/doc-guide/ |
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 162 It won't generate cross-references for \ **PRIVATE**\ . 172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
|
D | kernel-doc.rst | 17 highlights and cross-references. See below for details. 338 Highlights and cross-references 352 Name of a function parameter. (No cross-referencing, just formatting.) 355 Name of a constant. (No cross-referencing, just formatting.) 368 Name of an environment variable. (No cross-referencing, just formatting.) 380 Structure or union member reference. The cross-reference will be to the struct 390 No additional syntax is needed to cross-reference the functions and types 402 However, if you want custom text in the cross-reference link, that can be done
|
/Linux-v5.10/drivers/media/tuners/ |
D | r820t.c | 1529 struct r820t_sect_type cross[5]; /* (0,0)(0,Q-1)(0,I-1)(Q-1,0)(I-1,0) */ in r820t_imr_cross() local 1544 cross[i].gain_x = reg08; in r820t_imr_cross() 1545 cross[i].phase_y = reg09; in r820t_imr_cross() 1548 cross[i].gain_x = reg08; /* 0 */ in r820t_imr_cross() 1549 cross[i].phase_y = reg09 + 1; /* Q-1 */ in r820t_imr_cross() 1552 cross[i].gain_x = reg08; /* 0 */ in r820t_imr_cross() 1553 cross[i].phase_y = (reg09 | 0x20) + 1; /* I-1 */ in r820t_imr_cross() 1556 cross[i].gain_x = reg08 + 1; /* Q-1 */ in r820t_imr_cross() 1557 cross[i].phase_y = reg09; in r820t_imr_cross() 1560 cross[i].gain_x = (reg08 | 0x20) + 1; /* I-1 */ in r820t_imr_cross() [all …]
|
/Linux-v5.10/drivers/usb/typec/mux/ |
D | Kconfig | 6 tristate "Pericom PI3USB30532 Type-C cross switch driver" 9 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
|
/Linux-v5.10/tools/testing/ktest/examples/ |
D | crosstests.conf | 33 OUTPUT_DIR = ${THIS_DIR}/cross-compile 47 LOG_FILE = ${OUTPUT_DIR}/cross.log 214 BUILD_TARGET = cross
|
D | README | 13 cross compilers from:
|
/Linux-v5.10/Documentation/x86/ |
D | mds.rst | 21 buffers are partitioned between Hyper-Threads so cross thread forwarding is 32 Hyper-Threads so cross thread leakage is possible. 39 exploited eventually. Load ports are shared between Hyper-Threads so cross 90 This does not protect against cross Hyper-Thread attacks except for MSBDS 91 which is only exploitable cross Hyper-thread when one of the Hyper-Threads 167 protected against cross Hyper-Thread attacks because the Fill Buffer and
|
/Linux-v5.10/tools/memory-model/ |
D | lock.cat | 11 include "cross.cat" 96 with rfe-lf from cross(all-possible-rfe-lf) 116 with rfe-ru from cross(all-possible-rfe-ru)
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-y10b.rst | 22 pixels cross the byte boundary and have a ratio of 5 bytes for each 4
|
D | pixfmt-y12i.rst | 27 pixels cross the byte boundary and have a ratio of 3 bytes for each
|
D | dev-touch.rst | 27 conductors cross. Alternatively, Self Capacitance measures the signal from each
|
/Linux-v5.10/arch/ia64/scripts/ |
D | toolchain-flags | 23 warning: your linker cannot handle cross-segment segment-relative relocations.
|
/Linux-v5.10/samples/bpf/ |
D | README.rst | 82 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH 85 build samples for the cross target::
|
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/ |
D | Kconfig | 18 features like EEPROM interface, trunking, cross-chip setup, etc.
|
/Linux-v5.10/arch/m68k/ |
D | Makefile | 21 CROSS_COMPILE := $(call cc-cross-prefix, \
|
/Linux-v5.10/Documentation/networking/devlink/ |
D | sja1105.rst | 46 - When VLANs span cross-chip topologies, the total
|
/Linux-v5.10/drivers/isdn/mISDN/ |
D | Kconfig | 20 cross connecting of bchannels, conferencing, dtmf decoding,
|
/Linux-v5.10/Documentation/admin-guide/hw-vuln/ |
D | mds.rst | 57 Because the buffers are potentially shared between Hyper-Threads cross 161 other variants cannot be protected against cross Hyper-Thread attacks. 219 cross Hyper-Threads when entering idle states. Some XEON PHI variants allow 233 All MDS variants except MSBDS can be attacked cross Hyper-Threads. That
|
/Linux-v5.10/Documentation/process/ |
D | submit-checklist.rst | 31 3) Builds on multiple CPU architectures by using local cross-compile tools 34 4) ppc64 is a good architecture for cross-compilation checking because it
|
/Linux-v5.10/arch/arc/ |
D | Makefile | 9 CROSS_COMPILE := $(call cc-cross-prefix, arc-linux- arceb-linux-)
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | submit-checklist.rst | 32 la cross-compilazione o altri. 34 4) Una buona architettura per la verifica della cross-compilazione è la ppc64
|
/Linux-v5.10/drivers/net/ethernet/intel/ |
D | Kconfig | 79 bool "Support HW cross-timestamp on PCH devices" 83 Say Y to enable hardware supported cross-timestamping on PCH 84 devices. The cross-timestamp is available through the PTP clock 85 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
|
/Linux-v5.10/arch/parisc/ |
D | Makefile | 47 CROSS_COMPILE := $(call cc-cross-prefix, \
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/st/ |
D | st,flexgen.txt | 5 - a clock cross bar (represented by a mux element)
|
12345