Searched refs:diagnose (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v6.6/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-v6.6/Documentation/networking/devlink/ |
D | mlx5.rst | 150 tx reporter also support on demand diagnose callback, on which it provides 157 $ devlink health diagnose pci/0000:82:00.0 reporter tx 180 rx reporter also supports on demand diagnose callback, on which it 185 $ devlink health diagnose pci/0000:82:00.0 reporter rx 197 The fw reporter implements `diagnose` and `dump` callbacks. 200 The fw reporter diagnose command can be triggered any time by the user to check 207 $ devlink health diagnose pci/0000:82:00.0 reporter fw 243 The vnic reporter implements only the `diagnose` callback. 280 $ devlink health diagnose pci/0000:82:00.1 reporter vnic 285 $ 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-v6.6/scripts/ |
D | check_extable.sh | 106 function diagnose() function 141 diagnose
|
/Linux-v6.6/drivers/net/netdevsim/ |
D | health.c | 31 .diagnose = nsim_dev_empty_reporter_diagnose, 194 .diagnose = nsim_dev_dummy_reporter_diagnose,
|
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 401 devlink health diagnose $DL_HANDLE reporter empty >/dev/null 486 local diagnose=$(devlink health diagnose $DL_HANDLE reporter dummy -j -p) 489 local rcvrd_break_msg=$(echo $diagnose | jq -r ".recovered_break_message")
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | reporter_vnic.c | 129 .diagnose = mlx5_reporter_vnic_diagnose,
|
/Linux-v6.6/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 27 diagnose corruptions. 65 immediately rather than causing difficult-to-diagnose corruption.
|
/Linux-v6.6/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-v6.6/kernel/irq/ |
D | Kconfig | 136 developers and debugging of hard to diagnose interrupt problems.
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/amd/ |
D | pds_core.rst | 114 # devlink health diagnose pci/0000:2b:00.0 reporter fw
|
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/process/ |
D | security-bugs.rst | 23 will be to diagnose and fix. Please review the procedure outlined in
|
/Linux-v6.6/drivers/net/ethernet/amd/pds_core/ |
D | main.c | 199 .diagnose = pdsc_fw_reporter_diagnose,
|
/Linux-v6.6/net/devlink/ |
D | health.c | 1234 if (!reporter->ops->diagnose) in devlink_nl_cmd_health_reporter_diagnose_doit() 1245 err = reporter->ops->diagnose(reporter, fmsg, info->extack); in devlink_nl_cmd_health_reporter_diagnose_doit()
|
/Linux-v6.6/drivers/base/ |
D | Kconfig | 215 spam to the console log, but will make it easier to diagnose
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_tx.c | 692 .diagnose = mlx5e_tx_reporter_diagnose,
|
D | reporter_rx.c | 765 .diagnose = mlx5e_rx_reporter_diagnose,
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 607 .diagnose = mlx5_fw_reporter_diagnose,
|
/Linux-v6.6/arch/x86/ |
D | Kconfig.debug | 183 This might help diagnose strange hangs that rely on NMI to
|
/Linux-v6.6/mm/ |
D | Kconfig.debug | 147 manipulation. This tracking is useful to diagnose functional failure
|
/Linux-v6.6/Documentation/arch/ia64/ |
D | mca.rst | 59 monarch is entered. The monarch now tries to diagnose the problem
|
/Linux-v6.6/include/net/ |
D | devlink.h | 737 int (*diagnose)(struct devlink_health_reporter *reporter, member
|
12