Home
last modified time | relevance | path

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

12345678910>>...22

/kernel/linux/linux-5.10/tools/power/cpupower/man/
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
Dcpupower-monitor.1103 which are available on recent X86 processors. It shows the average frequency
105 The fact that on all recent hardware the mperf timer stops ticking in any idle
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
Dteo.c12 * (relatively recent) past can be used to estimate whether or not the deepest
18 * they can be covered by taking a few most recent idle time intervals of the
42 * - If the majority of the most recent idle duration values are below the
62 * Number of the most recent idle duration values to take into consideration for
99 * @interval_idx: Index of the most recent saved idle interval.
384 * Count and sum the most recent idle duration values less than in teo_select()
398 * Give up unless the majority of the most recent idle duration in teo_select()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_timeline_types.h74 * We track the most recent seqno that we wait on in every context so
76 * recent sync point. As the contexts may be executed out-of-order, we
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
Dcstate.c47 * On all recent Intel platforms, ARB_DISABLE is a nop. in acpi_processor_power_init_bm_check()
56 * For all recent Centaur CPUs, the ucode will make sure that each in acpi_processor_power_init_bm_check()
76 * On all recent Zhaoxin platforms, ARB_DISABLE is a nop. in acpi_processor_power_init_bm_check()
/kernel/linux/linux-5.10/net/tipc/
Dmonitor.h44 * @peer_gen: most recent domain generation received from peer
45 * @acked_gen: most recent generation of self's domain acked by peer
/kernel/linux/linux-5.10/include/net/
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 */
/kernel/linux/linux-5.10/drivers/macintosh/
DKconfig61 On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the
217 which is the recent (SMU based) single CPU desktop G5
225 which are the recent dual and quad G5 machines using the
/kernel/linux/linux-5.10/Documentation/filesystems/
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
/kernel/linux/linux-5.10/fs/ocfs2/
Dreservations.h27 unsigned int r_last_len; /* Length of most recent alloc */
28 unsigned int r_last_start; /* Start of most recent alloc */
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
Dlirc-get-features.rst61 as long as the kernel is recent enough. Use the
171 transmit, as long as the kernel is recent enough. Use the
/kernel/linux/linux-5.10/Documentation/fb/
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
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/
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
/kernel/linux/linux-5.10/net/sunrpc/
Dcache.c586 if (!list_empty(&dreq->recent)) { in __unhash_deferred_req()
587 list_del_init(&dreq->recent); in __unhash_deferred_req()
596 INIT_LIST_HEAD(&dreq->recent); in __hash_deferred_req()
613 list_add(&dreq->recent, &cache_defer_list); in setup_deferral()
680 struct cache_deferred_req, recent); in cache_limit_defers()
683 struct cache_deferred_req, recent); in cache_limit_defers()
728 list_add(&dreq->recent, &pending); in cache_revisit_request()
734 dreq = list_entry(pending.next, struct cache_deferred_req, recent); in cache_revisit_request()
735 list_del_init(&dreq->recent); in cache_revisit_request()
749 list_for_each_entry_safe(dreq, tmp, &cache_defer_list, recent) { in cache_clean_deferred()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
DTODO12 Note: only recent ffmpeg has the ability of sending non-raw video via v4l2
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
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()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
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()
/kernel/linux/linux-5.10/drivers/clk/samsung/
DKconfig2 # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/
Dsparc_sun_oracle_rng.txt10 more recent systems (after Oracle acquisition of SUN)
/kernel/linux/linux-5.10/fs/hmdfs/
Dserver_writeback.h20 /* Current # of dirty pages from remote client in recent 1s */
/kernel/linux/linux-5.10/drivers/char/tpm/
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()
/kernel/linux/linux-5.10/net/mac80211/
Dmesh.h150 /* Recent multicast cache */
157 * struct rmc_entry - entry in the Recent Multicast Cache
164 * The Recent Multicast Cache keeps track of the latest multicast frames that
/kernel/linux/linux-5.10/drivers/acpi/x86/
Dutils.c18 * Some ACPI devices are hidden (status == 0x0) in recent BIOS-es because
19 * some recent Windows drivers bind to one device but poke at multiple
/kernel/linux/linux-5.10/arch/alpha/
DKconfig.debug15 Recent consoles on Titan and Marvel machines also require the

12345678910>>...22