Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c402 static void mlx5_tracer_clean_message(struct tracer_string_format *str_frmt) in mlx5_tracer_clean_message() argument
404 hlist_del(&str_frmt->hlist); in mlx5_tracer_clean_message()
405 kfree(str_frmt); in mlx5_tracer_clean_message()
519 struct tracer_string_format *str_frmt; in mlx5_fw_tracer_clean_print_hash() local
524 hlist_for_each_entry_safe(str_frmt, n, &tracer->hash[i], hlist) in mlx5_fw_tracer_clean_print_hash()
525 mlx5_tracer_clean_message(str_frmt); in mlx5_fw_tracer_clean_print_hash()
531 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_fw_tracer_clean_ready_list() local
533 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, in mlx5_fw_tracer_clean_ready_list()
535 list_del(&str_frmt->list); in mlx5_fw_tracer_clean_ready_list()
557 void mlx5_tracer_print_trace(struct tracer_string_format *str_frmt, in mlx5_tracer_print_trace() argument
[all …]