Home
last modified time | relevance | path

Searched full:recent (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/linux/Documentation/rust/
H A Dquick-start.rst33 Arch Linux provides recent Rust releases and thus it should generally work out
42 Debian 13 (Trixie), as well as Testing and Debian Unstable (Sid) provide recent
51 Fedora Linux provides recent Rust releases and thus it should generally work out
60 Gentoo Linux (and especially the testing branch) provides recent Rust releases
71 Nix (unstable channel) provides recent Rust releases and thus it should
84 openSUSE Slowroll and openSUSE Tumbleweed provide recent Rust releases and thus
96 The latest Ubuntu releases provide recent Rust releases and thus they should
111 Though Ubuntu 24.04 LTS and older versions still provide recent Rust
163 A recent version of the Rust compiler is required.
/linux/drivers/md/dm-pcache/
H A Dpcache_internal.h49 * pcache_meta_seq_after - Check if a sequence number is more recent, accounting for overflow.
53 * Determines if @seq1 is more recent than @seq2 by calculating the signed
61 * - true if @seq1 is more recent than @seq2, indicating it comes "after"
99 /* Update latest if a more recent sequence is found */ in pcache_meta_find_latest()
/linux/tools/power/cpupower/man/
H A Dcpupower-idle-info.136 On recent X86 platforms it is often possible to read out hardware registers
58 the ACPI BIOS tables (from the _CST ACPI function on recent platforms or from
66 It only serves recent Intel CPUs (Nehalem, Westmere, Sandybridge, Atoms or
/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs209 // * `me` originates from the most recent call to `prepare_to_insert`, which calls
214 // of the most recent call to `prepare_to_insert` promised to retain ownership of the
218 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
238 // * `me` originates from the most recent call to `prepare_to_insert`, which calls
243 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
315 // * This returns the same pointer as the one passed to the most recent call to
318 // most recent call.
322 // of the most recent call to `prepare_to_insert` promised to retain ownership of the
/linux/arch/x86/kernel/acpi/
H A Dcstate.c50 * On all recent Intel platforms, ARB_DISABLE is a nop. in acpi_processor_power_init_bm_check()
62 * For all recent Centaur CPUs, the ucode will make sure that each in acpi_processor_power_init_bm_check()
70 * For all recent Centaur platforms, ARB_DISABLE is a nop. in acpi_processor_power_init_bm_check()
86 * On all recent Zhaoxin platforms, ARB_DISABLE is a nop. in acpi_processor_power_init_bm_check()
/linux/include/net/netfilter/
H A Dnf_conntrack_count.h13 u32 last_gc; /* jiffies at most recent gc */
16 unsigned int last_gc_count; /* length of list at most recent gc */
/linux/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto18 The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not
22 The process ID of the process who received the most recent error from the
/linux/Documentation/usb/
H A Dfunctionfs-desc.rst20 most recent interface descriptor determines what type of class-specific
27 most recent interface descriptor. The following are some of the
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline_types.h73 * We track the most recent seqno that we wait on in every context so
75 * recent sync point. As the contexts may be executed out-of-order, we
/linux/include/net/
H A Dslhc_vj.h132 struct iphdr cs_ip; /* ip/tcp hdr from most recent packet */
151 byte_t xmit_current; /* most recent xmit id */
152 byte_t recv_current; /* most recent rcvd id */
/linux/drivers/md/dm-vdo/indexer/
H A Dindexer.h40 * for the name will also be marked as most recent, as if the data had been updated.
59 /* Create or update the mapping for a name, and make the name most recent. */
62 /* Return any mapped data for a name, and make the name most recent. */
67 * current data, and make the name most recent.
/linux/net/tipc/
H A Dmonitor.h44 * @peer_gen: most recent domain generation received from peer
45 * @acked_gen: most recent generation of self's domain acked by peer
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst7 Most recent Chromebooks that use device tree are using the opensource
21 For recent Chromebooks, depthcharge_ creates a match list that looks like this:
/linux/Documentation/devicetree/bindings/spi/
H A Dbrcm,bcm63xx-hsspi.yaml17 controller was carried over to recent ARM based chips, such as BCM63138,
19 brcm,bcm6328-hsspi compatible string. The recent ARM based chip is required to
/linux/net/ipv4/
H A Dtcp_plb.c43 /* Check whether recent congestion has been persistent enough to warrant
68 * end. We clear pause_until to 0 to indicate there is no recent in tcp_plb_check_rehash()
/linux/drivers/macintosh/
H A DKconfig63 On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the
225 which is the recent (SMU based) single CPU desktop G5
233 which are the recent dual and quad G5 machines using the
/linux/net/sunrpc/
H A Dcache.c601 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req()
602 list_del_init(&dreq->recent); in __unhash_deferred_req()
611 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req()
628 list_add(&dreq->recent, &cache_defer_list); in setup_deferral()
695 struct cache_deferred_req, recent); in cache_limit_defers()
698 struct cache_deferred_req, recent); in cache_limit_defers()
756 list_add(&dreq->recent, &pending); in cache_revisit_request()
762 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request()
763 list_del_init(&dreq->recent); in cache_revisit_request()
775 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred()
[all …]
/linux/Documentation/fb/
H A Dsstfb.rst31 with x = 19) and "recent" 2.4.x kernel, as a module or compiled in.
178 problem with XFree86-4. Apparently recent Xfree86-4.x solve this
184 voodoo 2 boards, but it should be solved in recent versions. Please
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst61 as long as the kernel is recent enough. Use the
153 transmit, as long as the kernel is recent enough. Use the
/linux/fs/ocfs2/
H A Dreservations.h25 unsigned int r_last_len; /* Length of most recent alloc */
26 unsigned int r_last_start; /* Start of most recent alloc */
/linux/Documentation/filesystems/gfs2/
H A Duevents.rst33 RDONLY are a relatively recent addition (2.6.32-rc+) and will not
107 With recent versions of gfs2-utils, mkfs.gfs2 writes a UUID
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst387 - Time of most recent error, in seconds since the epoch.
391 - inode involved in most recent error.
395 - Line number where most recent error happened.
399 - Number of block involved in most recent error.
403 - Name of function where the most recent error happened.
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst13 modified, more recent version one, or installing brand new ACPI tables.
73 # with a more recent OEM Revision, the platform table will be upgraded by
/linux/drivers/atm/
H A DKconfig93 with recent PCI chipsets, but is known to fail with older chipsets.
123 with recent PCI chipsets, but is known to fail with older chipsets.
130 with recent PCI chipsets, but is known to fail with older chipsets,
/linux/include/linux/
H A Dtimecounter.h49 * @cycle_last: most recent cycle counter value seen by
150 * Instead of always treating cycle_tstamp as more recent than in timecounter_cyc2time()

12345678910>>...26