/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_fdinfo_test.c | 42 static void error_report(struct error *err, const char *test_name) in error_report() function 79 error_report(err, test_name); in error_check() 281 error_report(&err, test_name); in test_pidfd_fdinfo_nspid() 298 error_report(&err, test_name); in test_pidfd_dead_fdinfo()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_fdinfo_test.c | 42 static void error_report(struct error *err, const char *test_name) in error_report() function 79 error_report(err, test_name); in error_check() 282 error_report(&err, test_name); in test_pidfd_fdinfo_nspid() 299 error_report(&err, test_name); in test_pidfd_dead_fdinfo()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | error_report-traces.c | 9 #include <trace/events/error_report.h>
|
H A D | Makefile | 92 obj-$(CONFIG_TRACEPOINTS) += error_report-traces.o
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | error_report.h | 8 #define TRACE_SYSTEM error_report
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 99 .error_report = nndisc_generic_error_report, 105 .error_report = nndisc_error_report,
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | report.c | 19 #include <trace/events/error_report.h>
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 166 void (*error_report)(struct neighbour *, struct sk_buff *); member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | panic.c | 38 #include <trace/events/error_report.h>
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | report.c | 30 #include <trace/events/error_report.h>
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 133 .error_report = arp_error_report, 141 .error_report = arp_error_report,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 133 .error_report = arp_error_report, 141 .error_report = arp_error_report,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dsi.c | 1184 static const char * const error_report[16] = { variable 1221 for (i = 0; i < ARRAY_SIZE(error_report); i++) in tegra_dsi_read_response() 1224 error_report[i]); in tegra_dsi_read_response()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dsi.c | 1193 static const char * const error_report[16] = { variable 1230 for (i = 0; i < ARRAY_SIZE(error_report); i++) in tegra_dsi_read_response() 1233 error_report[i]); in tegra_dsi_read_response()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 171 void (*error_report)(struct neighbour *, struct sk_buff *); member
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 285 .error_report = clip_neigh_error,
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 285 .error_report = clip_neigh_error,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 89 .error_report = ndisc_error_report, 97 .error_report = ndisc_error_report,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 89 .error_report = ndisc_error_report, 97 .error_report = ndisc_error_report,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 1006 neigh->ops->error_report(neigh, skb);
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 1059 neigh->ops->error_report(neigh, skb);
|