| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_throttle.c | 20 * 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 D | rstreason.h | 37 * 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 D | llc_if.h | 45 /* Reset reasons, remote entity or local LLC */ 49 /* Disconnect reasons */ 54 /* Confirm reasons */
|
| H A D | dropreason-core.h | 134 * 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/ABI/testing/ |
| H A D | sysfs-class-net-statistics | 170 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 D | sysfs-platform-power-on-reason | 5 Description: Shows system power on reason. The following strings/reasons can
|
| H A D | configfs-usb-gadget-acm | 15 reasons, this defaults to 1 (USB_CDC_ACM_PROTO_AT_V25TER).
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | built-in-fw.rst | 14 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
|
| H A D | fallback-mechanisms.rst | 7 installed for practical reasons on the root filesystem. The kernel 34 Direct filesystem lookups may fail for a variety of reasons. Known reasons for
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_rtapp.rst | 26 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/asm-generic/ |
| H A D | resource.h | 10 * to keep that order for binary compatibility. The reasons 55 * Some architectures override this (for compatibility reasons):
|
| /linux/include/uapi/linux/ |
| H A D | rfkill.h | 73 * 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 D | atalk.h | 13 * netatalk for compatibility reasons.
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_mode_neon.rst | 20 code that runs in kernel mode. However, for performance reasons, the NEON/VFP 25 non-preemptible section for reasons outlined below. 51 For reasons of performance and simplicity, it was decided that there shall be no
|
| H A D | mem_alignment.rst | 8 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/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 82 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason 775 u32 reasons = wowlan_status->wakeup_reasons; in iwl_mld_report_wowlan_wakeup() local 777 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mld_report_wowlan_wakeup() 784 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mld_report_wowlan_wakeup() 787 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mld_report_wowlan_wakeup() 791 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mld_report_wowlan_wakeup() 796 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mld_report_wowlan_wakeup() 799 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mld_report_wowlan_wakeup() 802 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mld_report_wowlan_wakeup() 805 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mld_report_wowlan_wakeup() [all …]
|
| /linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
| H A D | ifu.json | 63 "PublicDescription": "Thread flushed due to reasons other than TLB miss", 66 "BriefDescription": "Thread flushed due to reasons other than TLB miss"
|
| /linux/arch/mips/kvm/ |
| H A D | trace.h | 57 /* The first 32 exit reasons correspond to Cause.ExcCode */ 73 /* Further exit reasons */ 77 /* 32 exit reasons correspond to GuestCtl0.GExcCode (VZ) */
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1456 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/dt-bindings/sound/ |
| H A D | qcom,q6afe.h | 5 /* This file exists due to backward compatibility reasons, Please do not DELETE! */
|
| /linux/arch/arm64/include/asm/ |
| H A D | signal.h | 14 * For historical reasons, all bits of the fault address are exposed as in arch_untagged_si_addr()
|
| /linux/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 275 - Packet can be discarded on the RX path for one of the following reasons: 291 reasons: 333 following reasons:
|
| /linux/drivers/base/regmap/ |
| H A D | regmap-sdw-mbq.c | 108 * internal reasons, but since it doesn't provide any information on in regmap_sdw_mbq_write() 167 * internal reasons, but since it doesn't provide any information on in regmap_sdw_mbq_read()
|
| /linux/include/linux/ |
| H A D | hidden.h | 7 * variety of reasons (ELF symbol preemption, the CoW footprint of the section
|
| /linux/include/sound/ |
| H A D | tlv.h | 12 /* For historical reasons, these macros are aliases to the ones in UAPI. */
|