Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c404 static void mlx5_tracer_clean_message(struct tracer_string_format *str_frmt) in mlx5_tracer_clean_message() argument
406 hlist_del(&str_frmt->hlist); in mlx5_tracer_clean_message()
407 kfree(str_frmt); in mlx5_tracer_clean_message()
521 struct tracer_string_format *str_frmt; in mlx5_fw_tracer_clean_print_hash() local
526 hlist_for_each_entry_safe(str_frmt, n, &tracer->hash[i], hlist) in mlx5_fw_tracer_clean_print_hash()
527 mlx5_tracer_clean_message(str_frmt); in mlx5_fw_tracer_clean_print_hash()
533 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_fw_tracer_clean_ready_list() local
535 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, in mlx5_fw_tracer_clean_ready_list()
537 list_del(&str_frmt->list); in mlx5_fw_tracer_clean_ready_list()
559 void mlx5_tracer_print_trace(struct tracer_string_format *str_frmt, in mlx5_tracer_print_trace() argument
[all …]