Home
last modified time | relevance | path

Searched refs:error_report (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c43 static void error_report(struct error *err, const char *test_name) in error_report() function
80 error_report(err, test_name); in error_check()
283 error_report(&err, test_name); in test_pidfd_fdinfo_nspid()
300 error_report(&err, test_name); in test_pidfd_dead_fdinfo()
/linux-6.15/include/trace/events/
H A Derror_report.h8 #define TRACE_SYSTEM error_report
/linux-6.15/kernel/trace/
H A DMakefile92 obj-$(CONFIG_TRACEPOINTS) += error_report-traces.o
/linux-6.15/drivers/gpu/drm/tegra/
H A Ddsi.c1194 static const char * const error_report[16] = { variable
1231 for (i = 0; i < ARRAY_SIZE(error_report); i++) in tegra_dsi_read_response()
1234 error_report[i]); in tegra_dsi_read_response()
/linux-6.15/net/ipv4/
H A Darp.c133 .error_report = arp_error_report,
141 .error_report = arp_error_report,
/linux-6.15/include/net/
H A Dneighbour.h173 void (*error_report)(struct neighbour *, struct sk_buff *); member
/linux-6.15/net/atm/
H A Dclip.c285 .error_report = clip_neigh_error,
/linux-6.15/net/ipv6/
H A Dndisc.c89 .error_report = ndisc_error_report,
97 .error_report = ndisc_error_report,
/linux-6.15/net/core/
H A Dneighbour.c1008 neigh->ops->error_report(neigh, skb); in neigh_invalidate()