Home
last modified time | relevance | path

Searched refs:later (Results 1 – 25 of 1879) sorted by relevance

12345678910>>...76

/linux/include/linux/
A Dktime.h169 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
171 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
176 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/linux/scripts/coccinelle/misc/
A Darray_size_dup.cocci43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
/linux/Documentation/i2c/busses/
A Di2c-i801.rst51 On Intel Patsburg and later chipsets, both the normal host SMBus controller
81 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of
105 Block process call is supported on the 82801EB (ICH5) and later chips.
111 I2C block read is supported on the 82801EB (ICH5) and later chips.
117 The 82801DB (ICH4) and later chips support several SMBus 2.0 features.
123 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
172 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/linux/Documentation/devicetree/bindings/misc/
A Dnvidia,tegra186-misc.txt1 NVIDIA Tegra186 (and later) MISC register block
3 The MISC register block found on Tegra186 and later SoCs contains registers
/linux/arch/arm/boot/dts/
A Dste-hrefv60plus-tvk.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Device Tree for the HREF version 60 or later with the TVK1281618 R2 UIB
A Dste-hrefv60plus-stuib.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Device Tree for the HREF version 60 or later with the ST UIB
/linux/tools/memory-model/Documentation/
A Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
9 dependency" extends from that load extending to the later access.
30 load before later memory references running on that same CPU.
43 either the value from another CPU's store or some later value,
54 Control Dependency: When a later store's execution depends on a test
88 Data Dependency: When the data written by a later store is computed based
90 extends from that load to that later store. For example:
/linux/Documentation/userspace-api/media/rc/
A Dlirc-set-rec-carrier-range.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
/linux/Documentation/devicetree/bindings/sound/
A Dnvidia,tegra30-ahub.txt21 Tegra30 and later:
33 Tegra114 and later additionally require:
36 Tegra124 and later additionally require:
/linux/Documentation/ABI/testing/
A Dsysfs-devices-mmc6 eMMC4.4 or later card can support such feature. This kind of
17 eMMC4.4 or later card can support such feature. This kind of
/linux/net/bluetooth/
A DKconfig52 available with Bluetooth version 1.0b or later and support
54 version 2.0 or later.
70 available with Bluetooth version 3.0 or later.
78 layer available with Bluetooth version 4.0 or later.
/linux/Documentation/userspace-api/media/v4l/
A Dapp-pri.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
15 applications and automatically regain control of the device at a later
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dnvidia,tegra20-ictlr.txt14 Tegra generations later than Tegra30 the compatible value should
18 whereas Tegra30 and later have 5).
/linux/security/integrity/ima/
A Dima_fs.c84 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start()
102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next()
106 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next()
A Dima_queue.c106 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry()
107 list_add_tail_rcu(&qe->later, &ima_measurements); in ima_add_digest_entry()
/linux/drivers/rtc/
A Drtc-mcp795.c264 time64_t later; in mcp795_set_alarm() local
274 later = rtc_tm_to_time64(&alm->time); in mcp795_set_alarm()
275 if (later <= now) in mcp795_set_alarm()
278 if ((later - now) >= in mcp795_set_alarm()
/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst43 before any po-later instruction is executed on the same CPU.
46 other CPUs before any po-later instruction is executed on the original
58 stores (all po-later instructions) on the same CPU are
60 po-later stores on the same CPU must propagate to all other CPUs
/linux/Documentation/fb/
A Dcirrusfb.rst89 * Requires kernel 2.3.14-pre1 or later.
94 * Bundled with kernel 2.3.14-pre1 or later.
/linux/Documentation/userspace-api/media/dvb/
A Dca-fopen.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
56 blocking mode can later be put into non-blocking mode (and vice versa)
/linux/fs/cifs/
A DKconfig33 later) as well by Samba (which provides excellent CIFS and SMB3
47 In general, the default dialects, SMB3 and later, enable better
75 Modern dialects, SMB2.1 and later (including SMB3 and 3.1.1), have
115 or later, that optionally can handle more POSIX like (rather
118 (such as Samba 3.10 and later) which can negotiate
/linux/drivers/staging/media/av7110/
A Daudio-fopen.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
69 of the open() call itself. A device opened in blocking mode can later be
A Dvideo-fopen.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
71 blocking mode can later be put into non-blocking mode (and vice versa)
/linux/Documentation/userspace-api/media/
A Dindex.rst53 any later version published by the Free Software Foundation, with no
65 later version.
/linux/Documentation/process/
A Dchanges.rst84 You will need GNU make 3.81 or later to build the kernel.
103 during build. This requires flex 2.5.35 or later.
110 during build. This requires bison 2.0 or later.
116 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
117 modules as well. This requires pahole v1.16 or later.
224 later is recommended, due to some significant improvements).
267 Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount
/linux/Documentation/
A DChanges84 You will need GNU make 3.81 or later to build the kernel.
103 during build. This requires flex 2.5.35 or later.
110 during build. This requires bison 2.0 or later.
116 generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel
117 modules as well. This requires pahole v1.16 or later.
224 later is recommended, due to some significant improvements).
267 Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount

Completed in 27 milliseconds

12345678910>>...76