Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c393 goto err_log; in intel_guc_init()
439 err_log: in intel_guc_init()
/Linux-v6.1/kernel/trace/
Dtrace.c7827 err = list_first_entry(&tr->err_log, struct tracing_log_err, list); in get_tracing_log_err()
7915 list_add_tail(&err->list, &tr->err_log); in tracing_log_err()
7924 list_for_each_entry_safe(err, next, &tr->err_log, list) { in clear_tracing_err_log()
7939 return seq_list_start(&tr->err_log, *pos); in tracing_err_log_seq_start()
7946 return seq_list_next(v, &tr->err_log, pos); in tracing_err_log_seq_next()
9335 INIT_LIST_HEAD(&tr->err_log); in trace_array_create()
10233 INIT_LIST_HEAD(&global_trace.err_log); in tracer_alloc_buffers()
Dtrace.h354 struct list_head err_log; member