/linux-6.12.1/tools/perf/arch/s390/util/ |
D | auxtrace.c | 92 int diagnose = 0; in auxtrace_record__init() local 100 diagnose = 1; in auxtrace_record__init() 106 if (!diagnose) in auxtrace_record__init()
|
/linux-6.12.1/Documentation/networking/devlink/ |
D | mlx5.rst | 154 tx reporter also support on demand diagnose callback, on which it provides 161 $ devlink health diagnose pci/0000:82:00.0 reporter tx 184 rx reporter also supports on demand diagnose callback, on which it 189 $ devlink health diagnose pci/0000:82:00.0 reporter rx 201 The fw reporter implements `diagnose` and `dump` callbacks. 204 The fw reporter diagnose command can be triggered any time by the user to check 211 $ devlink health diagnose pci/0000:82:00.0 reporter fw 247 The vnic reporter implements only the `diagnose` callback. 285 $ devlink health diagnose pci/0000:82:00.1 reporter vnic 290 $ devlink health diagnose pci/0000:82:00.1/65537 reporter vnic
|
D | devlink-health.rst | 58 To handle devlink health diagnose and health dump requests, devlink creates a 119 |(diagnose,
|
/linux-6.12.1/scripts/ |
D | check_extable.sh | 106 function diagnose() function 141 diagnose
|
/linux-6.12.1/drivers/net/netdevsim/ |
D | health.c | 31 .diagnose = nsim_dev_empty_reporter_diagnose, 140 .diagnose = nsim_dev_dummy_reporter_diagnose,
|
/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 408 devlink health diagnose $DL_HANDLE reporter empty >/dev/null 493 local diagnose=$(devlink health diagnose $DL_HANDLE reporter dummy -j -p) 496 local rcvrd_break_msg=$(echo $diagnose | jq -r ".recovered_break_message")
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | reporter_vnic.c | 79 .diagnose = mlx5_reporter_vnic_diagnose,
|
/linux-6.12.1/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 27 diagnose corruptions. 65 immediately rather than causing difficult-to-diagnose corruption.
|
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | hypercalls.rst | 21 S390 uses diagnose instruction as hypercall (0x500) along with hypercall 24 For further information on the S390 diagnose call as supported by KVM,
|
/linux-6.12.1/kernel/irq/ |
D | Kconfig | 140 developers and debugging of hard to diagnose interrupt problems.
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/amd/ |
D | pds_core.rst | 114 # devlink health diagnose pci/0000:2b:00.0 reporter fw
|
/linux-6.12.1/Documentation/virt/kvm/s390/ |
D | s390-pv-boot.rst | 34 This diagnose instruction is the basic mechanism to handle IPL and
|
D | s390-diag.rst | 86 This diagnose function code has no subfunctions and uses no parameters.
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 568 .diagnose = mlx5_fw_reporter_diagnose, 574 .diagnose = mlx5_fw_reporter_diagnose,
|
/linux-6.12.1/arch/parisc/kernel/ |
D | perf_asm.S | 118 ; shifting is done, from or to, remote diagnose registers. 1368 ; shifting is done, from or to, the remote diagnose registers.
|
/linux-6.12.1/net/devlink/ |
D | health.c | 1129 if (!reporter->ops->diagnose) in devlink_nl_health_reporter_diagnose_doit() 1138 err = reporter->ops->diagnose(reporter, fmsg, info->extack); in devlink_nl_health_reporter_diagnose_doit()
|
/linux-6.12.1/Documentation/process/ |
D | security-bugs.rst | 23 will be to diagnose and fix. Please review the procedure outlined in
|
/linux-6.12.1/drivers/net/ethernet/amd/pds_core/ |
D | main.c | 205 .diagnose = pdsc_fw_reporter_diagnose,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_tx.c | 528 .diagnose = mlx5e_tx_reporter_diagnose,
|
D | reporter_rx.c | 555 .diagnose = mlx5e_rx_reporter_diagnose,
|
/linux-6.12.1/drivers/base/ |
D | Kconfig | 215 spam to the console log, but will make it easier to diagnose
|
/linux-6.12.1/arch/x86/ |
D | Kconfig.debug | 183 This might help diagnose strange hangs that rely on NMI to
|
/linux-6.12.1/mm/ |
D | Kconfig.debug | 171 manipulation. This tracking is useful to diagnose functional failure
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_devlink.c | 211 .diagnose = bnxt_fw_diagnose,
|
/linux-6.12.1/include/net/ |
D | devlink.h | 741 int (*diagnose)(struct devlink_health_reporter *reporter, member
|