Home
last modified time | relevance | path

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

12345678910>>...28

/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/fs/
H A Dbpf_fs_kfuncs.c124 * For security reasons, only *name__str* with prefixes "user." or
157 * For security reasons, only *name__str* with prefixes "user." or
194 * For security reasons, only *name__str* with prefix "security.bpf."
242 * For security reasons, only *name__str* with prefix "security.bpf."
281 * For security reasons, only *name__str* with prefix "security.bpf."
310 * For security reasons, only *name__str* with prefix "security.bpf."
340 * For security reasons, only *name__str* with prefix "user." is allowed.
373 * For security reasons, only *name__str* with prefix "user." is allowed.
/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/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/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):
/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/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c112 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
863 u32 reasons = wowlan_status->wakeup_reasons; in iwl_mld_report_wowlan_wakeup() local
865 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mld_report_wowlan_wakeup()
872 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mld_report_wowlan_wakeup()
875 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mld_report_wowlan_wakeup()
879 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mld_report_wowlan_wakeup()
884 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mld_report_wowlan_wakeup()
887 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mld_report_wowlan_wakeup()
890 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mld_report_wowlan_wakeup()
893 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mld_report_wowlan_wakeup()
[all …]
/linux/include/dt-bindings/sound/
H A Dqcom,q6afe.h5 /* This file exists due to backward compatibility reasons, Please do not DELETE! */
/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/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/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/include/linux/
H A Dtypes.h57 * historical reasons:
248 * This guarantee is important for few reasons:
H A Dhidden.h7 * variety of reasons (ELF symbol preemption, the CoW footprint of the section
/linux/include/sound/
H A Dtlv.h12 /* For historical reasons, these macros are aliases to the ones in UAPI. */
/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst275 - Packet can be discarded on the RX path for one of the following reasons:
291 reasons:
333 following reasons:
/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

12345678910>>...28