Home
last modified time | relevance | path

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

12345678910>>...20

/linux/Documentation/rust/
H A Dquick-start.rst33 Arch Linux provides recent Rust releases and thus it should generally work out
43 recent Rust releases and thus they should generally work out of the box, e.g.::
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
93 Ubuntu LTS and non-LTS (interim) releases provide recent Rust releases and thus
125 A recent version of the Rust compiler is required.
/linux/rust/kernel/list/
H A Dimpl_list_item_mod.rs142 // * `me` originates from the most recent call to `prepare_to_insert`, which just added
147 // of the most recent call to `prepare_to_insert` promised to retain ownership of the
152 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
172 // * `me` originates from the most recent call to `prepare_to_insert`, which just added
178 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
239 // * This returns the same pointer as the one passed to the most recent call to
242 // most recent call.
246 // of the most recent call to `prepare_to_insert` promised to retain ownership of the
/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
H A Dcpupower-monitor.198 which are available on recent X86 processors. It shows the average frequency
100 The fact that on all recent hardware the mperf timer stops ticking in any idle
/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
H A Dsysfs-bus-fsi-devices-sbefifo10 has, more recent transfers have completed successfully.
/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/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/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/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/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/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/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/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/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/net/sunrpc/
H A Dcache.c599 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req()
600 list_del_init(&dreq->recent); in __unhash_deferred_req()
609 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req()
626 list_add(&dreq->recent, &cache_defer_list); in setup_deferral()
693 struct cache_deferred_req, recent); in cache_limit_defers()
696 struct cache_deferred_req, recent); in cache_limit_defers()
754 list_add(&dreq->recent, &pending); in cache_revisit_request()
760 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request()
761 list_del_init(&dreq->recent); in cache_revisit_request()
773 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred()
[all …]
/linux/Documentation/filesystems/
H A Dgfs2-uevents.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/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/Documentation/filesystems/ext4/
H A Dsuper.rst383 - Time of most recent error, in seconds since the epoch.
387 - inode involved in most recent error.
391 - Line number where most recent error happened.
395 - Number of block involved in most recent error.
399 - Name of function where the most recent error happened.
/linux/arch/arm/mach-mvebu/
H A Dboard-v7.c120 * Only revisons more recent than A0 support the offload in i2c_quirk()
122 * get the SoC revision and it is more recent than A0. in i2c_quirk()
/linux/net/netfilter/ipvs/
H A Dip_vs_app.c294 * the most recent resized pkt seq and with previous_delta offset in vs_fix_seq()
295 * for all packets before most recent resized pkt seq. in vs_fix_seq()
321 * the packets AFTER most recent resized pkt has caused a shift in vs_fix_ack_seq()
322 * for packets before most recent resized pkt, use previous_delta in vs_fix_ack_seq()
/linux/drivers/char/tpm/
H A Dtpm_ppi.c238 * most recent TPM operation request, and the last means response to in tpm_show_ppi_response()
239 * the most recent TPM operation request. Only if the first is 0, and in tpm_show_ppi_response()
274 req, "No Recent Request"); in tpm_show_ppi_response()

12345678910>>...20