Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:39
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:destroy_sort_entry

Proto:static void destroy_sort_entry(struct tracing_map_sort_entry *entry)

Type:void

Parameter:

TypeParameterName
struct tracing_map_sort_entry *entry
907  If Not entry Then Return
910  If elt_copied Then tracing_map_elt_free(elt)
913  kfree(entry)
Caller
NameDescribe
tracing_map_destroy_sort_entriesracing_map_destroy_sort_entries - Destroy an array of sort entries*@entries: The entries to destroy*@n_entries: The number of entries in the array* Destroy the elements returned by a tracing_map_sort_entries() call.