Home
last modified time | relevance | path

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

12345678910>>...18

/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
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/rust/kernel/list/
H A Dimpl_list_item_mod.rs212 // * `me` originates from the most recent call to `prepare_to_insert`, which calls
217 // of the most recent call to `prepare_to_insert` promised to retain ownership of the
221 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
241 // * `me` originates from the most recent call to `prepare_to_insert`, which calls
246 // SAFETY: `me` originates from the most recent call to `prepare_to_insert`, so it
318 // * This returns the same pointer as the one passed to the most recent call to
321 // most recent call.
325 // 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/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.
H A Dprocfs-attr-prev7 prior to the most recent exec() call.
/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/net/sunrpc/
H A Dcache.c605 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req()
606 list_del_init(&dreq->recent); in __unhash_deferred_req()
615 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req()
632 list_add(&dreq->recent, &cache_defer_list); in setup_deferral()
699 struct cache_deferred_req, recent); in cache_limit_defers()
702 struct cache_deferred_req, recent); in cache_limit_defers()
760 list_add(&dreq->recent, &pending); in cache_revisit_request()
766 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request()
767 list_del_init(&dreq->recent); in cache_revisit_request()
779 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred()
[all …]
/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/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/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/net/netfilter/ipvs/
H A Dip_vs_app.c293 * the most recent resized pkt seq and with previous_delta offset in vs_fix_seq()
294 * for all packets before most recent resized pkt seq. in vs_fix_seq()
320 * the packets AFTER most recent resized pkt has caused a shift in vs_fix_ack_seq()
321 * for packets before most recent resized pkt, use previous_delta in vs_fix_ack_seq()
/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/drivers/dma-buf/
H A Ddma-fence-unwrap.c88 * fences with the same context, keeping only the most recent one.
103 * Only keep the most recent fence for each context. in dma_fence_dedup_array()
/linux/net/netfilter/
H A Dxt_recent.c172 * The last time stamp is the most recent. in recent_entry_reap()
696 .name = "recent",
706 .name = "recent",
716 .name = "recent",
726 .name = "recent",
/linux/drivers/media/platform/synopsys/
H A DKconfig19 the Rockchip Video Capture (VICAP) block on recent Rockchip SoCs.
/linux/arch/powerpc/crypto/
H A Dppc-xlate.pl113 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
120 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
127 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints

12345678910>>...18