Home
last modified time | relevance | path

Searched refs:Full (Results 1 – 25 of 89) sorted by relevance

1234

/linux/rust/kernel/sync/atomic/
H A Dordering.rs47 pub struct Full; struct
59 Full, enumerator
69 impl Sealed for super::Full {} implementation
90 impl Ordering for Full { implementation
91 const TYPE: OrderingType = OrderingType::Full;
H A Dpredefine.rs220 assert_eq!(old, x.xchg(new, Full));
232 assert_eq!(old, unsafe { xchg(ptr, new, Full) });
245 assert_eq!(Err(old), x.cmpxchg(new, new, Full));
259 assert_eq!(Err(old), unsafe { cmpxchg(ptr, new, new, Full) });
272 assert_eq!(v, x.fetch_add(12, Full));
294 assert_eq!(Ok(false), x.cmpxchg(false, true, Full));
335 assert_eq!(Ok(true), flag.cmpxchg(true, false, Full));
/linux/rust/kernel/sync/
H A Datomic.rs24 pub use ordering::{Acquire, Full, Relaxed, Release};
365 OrderingType::Full => T::Repr::atomic_xchg(&self.0, v),
393 /// use kernel::sync::atomic::{Atomic, Full, Relaxed};
415 /// let latest = x.cmpxchg(42, 64, Full).unwrap_or_else(|old| old); in cmpxchg()
444 // let latest = x.cmpxchg(42, 64, Full).unwrap_or_else(|old| old); in cmpxchg()
484 OrderingType::Full => T::Repr::atomic_try_cmpxchg(&self.0, &mut tmp, new),
545 /// use kernel::sync::atomic::{Atomic, Acquire, Full, Relaxed}; in fetch_add()
554 /// assert_eq!(42, x.fetch_add(12, Full)); in fetch_add()
568 OrderingType::Full => T::Repr::atomic_fetch_add(&self.0, v),
587 /// use kernel::sync::atomic::{Atomic, Acquire, Full, Relaxe
[all...]
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst81 Supported link modes: 100baseT/Full
82 1000baseT/Full
83 10000baseT/Full
84 2500baseT/Full
85 5000baseT/Full
89 Advertised link modes: 100baseT/Full
90 1000baseT/Full
91 10000baseT/Full
92 2500baseT/Full
93 5000baseT/Full
[all …]
/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst193 Full license text
205 Full license text
245 Full license text
308 Full exception text
323 Full exception text
/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst194 Full license text
206 Full license text
246 Full license text
309 Full exception text
324 Full exception text
/linux/Documentation/admin-guide/media/
H A Dcx231xx-cardlist.rst86 - Evromedia USB Full Hybrid Full HD
/linux/arch/m68k/ifpsp060/
H A DREADME32 fpsp.sa Full FP Kernel Module - hex image
33 fpsp.s Full FP Kernel Module - source code
34 fpsp.doc Full FP Kernel Module - on-line documentation
/linux/Documentation/networking/device_drivers/ethernet/dec/
H A Ddmfe.rst37 insmod dmfe mode=4 # Force 10M Full Duplex
38 insmod dmfe mode=5 # Force 100M Full Duplex
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-udoo-neo-full.dts11 model = "UDOO Neo Full";
H A Dimx6ull-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with eMMC";
H A Dimx6ul-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with NAND";
H A Dimx6ul-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with eMMC";
H A Dimx6ull-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with NAND";
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty146 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC
147 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC
160 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC
161 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
/linux/arch/m68k/
H A DKconfig.debug29 bool "Full Symbolic/Source Debugging support"
/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst11 Full pathname to the underlying block-device, or a
H A Ddm-ebs.rst23 Full pathname to the underlying block-device,
H A Dstriped.rst18 Full pathname to the underlying block-device, or a
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst370 Duplex Full Full Half Full Half
377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
378 modprobe e1000 AutoNeg=0x03 (Restricts autonegotiation to 10 Half or 10 Full)
382 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-evb.dts16 model = "Tesla Full Self-Driving (FSD) Evaluation board";
/linux/Documentation/translations/it_IT/process/
H A Dlicense-rules.rst236 Full license text
248 Full license text
293 Full license text
341 Full license text
416 Full exception text
431 Full exception text
/linux/Documentation/process/
H A Dlicense-rules.rst224 Full license text
236 Full license text
283 Full license text
332 Full license text
404 Full exception text
419 Full exception text
/linux/Documentation/fb/
H A Dcirrusfb.rst41 Full support for startup video modes (modedb) will be integrated soon.
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst484 %pfwf \_SB.PCI0.CIO2.port@1.endpoint@0 - Full node name
491 %pfwf /ocp@68000000/i2c@48072000/camera@10/port/endpoint - Full name

1234