Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v4.19/Documentation/filesystems/
Ddirectory-locking20 4) rename() that is _not_ cross-directory. Locking rules: caller locks
36 6) cross-directory rename. The trickiest in the whole bunch. Locking
64 (1) if object removal or non-cross-directory rename holds lock on A and
66 acquire the lock on B. (Proof: only cross-directory rename can change
69 (2) if cross-directory rename holds the lock on filesystem, order will not
70 change until rename acquires all locks. (Proof: other cross-directory
94 Any contended object is either held by cross-directory rename or
96 operation other than cross-directory rename. Then the lock this operation
99 It means that one of the operations is cross-directory rename.
102 own descendent. Moreover, there is exactly one cross-directory rename
[all …]
/Linux-v4.19/Documentation/doc-guide/
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
162 It won't generate cross-references for \ **PRIVATE**\ .
172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
Dkernel-doc.rst17 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 To cross-reference the functions and types defined in the kernel-doc comments
405 cross-references.
/Linux-v4.19/drivers/usb/typec/mux/
DKconfig4 tristate "Pericom PI3USB30532 Type-C cross switch driver"
7 Say Y or M if your system has a Pericom PI3USB30532 Type-C cross
/Linux-v4.19/drivers/media/tuners/
Dr820t.c1529 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-v4.19/tools/testing/ktest/examples/
Dcrosstests.conf33 OUTPUT_DIR = ${THIS_DIR}/cross-compile
47 LOG_FILE = ${OUTPUT_DIR}/cross.log
214 BUILD_TARGET = cross
DREADME13 cross compilers from:
/Linux-v4.19/samples/bpf/
DREADME.rst70 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH
72 samples for the cross target.
/Linux-v4.19/arch/unicore32/
DMakefile15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-)
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-y10b.rst22 pixels cross the byte boundary and have a ratio of 5 bytes for each 4
Dpixfmt-y12i.rst27 pixels cross the byte boundary and have a ratio of 3 bytes for each
Ddev-touch.rst27 conductors cross. Alternatively, Self Capacitance measures the signal from each
/Linux-v4.19/arch/ia64/scripts/
Dtoolchain-flags23 warning: your linker cannot handle cross-segment segment-relative relocations.
/Linux-v4.19/tools/memory-model/
Dlock.cat14 include "cross.cat"
99 with rfe-lf from cross(all-possible-rfe-lf)
119 with rfe-ru from cross(all-possible-rfe-ru)
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
DKconfig17 features like EEPROM interface, trunking, cross-chip setup, etc.
/Linux-v4.19/drivers/cpuidle/
DKconfig10 idle processor power management. It includes modular cross-platform
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
DTODO22 only, which we should convert to proper cross-platform APIs.
/Linux-v4.19/arch/m68k/
DMakefile21 CROSS_COMPILE := $(call cc-cross-prefix, \
/Linux-v4.19/drivers/isdn/mISDN/
DKconfig19 cross connecting of bchannels, conferencing, dtmf decoding,
/Linux-v4.19/drivers/net/ethernet/intel/
DKconfig75 bool "Support HW cross-timestamp on PCH devices"
79 Say Y to enable hardware supported cross-timestamping on PCH
80 devices. The cross-timestamp is available through the PTP clock
81 driver precise cross-timestamp ioctl (PTP_SYS_OFFSET_PRECISE).
/Linux-v4.19/Documentation/process/
Dsubmit-checklist.rst27 3) Builds on multiple CPU architectures by using local cross-compile tools
30 4) ppc64 is a good architecture for cross-compilation checking because it
/Linux-v4.19/arch/parisc/
DMakefile44 CROSS_COMPILE := $(call cc-cross-prefix, \
/Linux-v4.19/Documentation/devicetree/bindings/clock/st/
Dst,flexgen.txt5 - a clock cross bar (represented by a mux element)
/Linux-v4.19/Documentation/hwmon/
Dk8temp54 70 degrees C. The rule of the thumb -> CPU temperature should not cross
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs35l34.txt42 effect without waiting for a zero cross.

12345