Home
last modified time | relevance | path

Searched full:reasons (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c20 * The GT frequency may be throttled by hardware/firmware for various reasons
25 * The ``reasons`` attribute can be used by sysadmin to monitor all possible
26 * reasons for throttling and report them. It's preferred over monitoring
33 * - ``reasons``: Array of reasons causing throttling separated by space
50 * Other platforms support the following reasons:
53 * - ``reasons``: Array of reasons causing throttling separated by space
128 u32 reasons; in reasons_show() local
130 reasons = xe_gt_throttle_get_limit_reasons(gt); in reasons_show()
131 if (!reasons) in reasons_show()
139 if (other_ta->mask != U32_MAX && reasons & other_ta->mask) in reasons_show()
[all …]
/linux/include/net/
H A Drstreason.h37 * enum sk_rst_reason - the reasons of socket reset
39 * The reasons of sk reset, which are used in TCP/MPTCP protocols.
42 * 1) skb drop reasons: relying on drop reasons for such as passive reset
43 * 2) independent reset reasons: such as active reset reasons
44 * 3) reset reasons in MPTCP: only for MPTCP use
48 * Rely on skb drop reasons because it indicates exactly why RST
83 /* Here start with the independent reasons */
187 * @SK_RST_REASON_MAX: Maximum of socket reset reasons
[all...]
H A Ddropreason-core.h134 * enum skb_drop_reason - the reasons of skb drops
373 * dequeue. More specific drop reasons are available via the
610 * @SKB_DROP_REASON_MAX: the maximum of core drop reasons, which
616 * @SKB_DROP_REASON_SUBSYS_MASK: subsystem mask in drop reasons,
/linux/Documentation/driver-api/firmware/
H A Dbuilt-in-fw.rst14 There are a few reasons why you might want to consider building your firmware
21 Even if you have these needs there are a few reasons why you may not be
/linux/include/uapi/asm-generic/
H A Dresource.h10 * to keep that order for binary compatibility. The reasons
55 * Some architectures override this (for compatibility reasons):
H A Dsembuf.h21 * historic reasons, so user space has to reconstruct a time_t
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics170 See the driver for the exact reasons as to why the packets were
179 a network device. See the driver for the exact reasons as to
188 FIFO error. See the driver for the exact reasons as to why the
198 reasons as to why the packets were dropped.
H A Dsysfs-platform-power-on-reason5 Description: Shows system power on reason. The following strings/reasons can
H A Dconfigfs-usb-gadget-acm15 reasons, this defaults to 1 (USB_CDC_ACM_PROTO_AT_V25TER).
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst26 reasons for unexpected latency with real-time applications. It is a container of
52 thread to sleep for one of the following reasons:
121 as valid real-time sleeping reasons. Therefore sleeping reason is not
/linux/include/uapi/linux/
H A Drfkill.h73 * enum rfkill_hard_block_reasons - hard block reasons
108 * @hard_block_reasons: valid if hard is set. One or several reasons from
146 * hard block reasons field, we found that userspace (notably systemd)
H A Datalk.h13 * netatalk for compatibility reasons.
/linux/Documentation/arch/arm/
H A Dmem_alignment.rst8 bad idea to configure it out, but Russell King has some good reasons for
22 mode isn't recommended for performance reasons (just think about the
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
H A Difu.json63 "PublicDescription": "Thread flushed due to reasons other than TLB miss",
66 "BriefDescription": "Thread flushed due to reasons other than TLB miss"
/linux/include/dt-bindings/sound/
H A Dqcom,q6afe.h5 /* This file exists due to backward compatibility reasons, Please do not DELETE! */
/linux/arch/arm64/include/asm/
H A Dsignal.h14 * For historical reasons, all bits of the fault address are exposed as in arch_untagged_si_addr()
/linux/arch/mips/kvm/
H A Dtrace.h57 /* The first 32 exit reasons correspond to Cause.ExcCode */
73 /* Further exit reasons */
77 /* 32 exit reasons correspond to GuestCtl0.GExcCode (VZ) */
/linux/include/linux/
H A Dhidden.h7 * variety of reasons (ELF symbol preemption, the CoW footprint of the section
H A Dintel_tpmi.h26 TPMI_ID_PLR = 0xc, /* Performance Limit Reasons */
/linux/include/sound/
H A Dtlv.h12 /* For historical reasons, these macros are aliases to the ones in UAPI. */
/linux/fs/jffs2/
H A DLICENCE28 This exception does not invalidate any other reasons why a work based on
/linux/Documentation/admin-guide/media/
H A Ddvb_references.rst14 reasons, please check the archive at https://linuxtv.org/pipermail/linux-dvb/.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dccf.txt19 is retained for compatibility reasons, as it was already
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1456 u32 reasons = status->wakeup_reasons; in iwl_mvm_report_wakeup_reasons() local
1458 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons()
1465 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons()
1468 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons()
1472 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons()
1477 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons()
1480 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons()
1483 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons()
1486 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons()
1489 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons()
[all …]
/linux/Documentation/arch/x86/x86_64/
H A Dcpu-hotplug-spec.rst7 Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to

12345678910>>...23