Home
last modified time | relevance | path

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

/kernel/trace/
Dtracing_map.c954 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local
956 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL); in create_sort_entry()
957 if (!sort_entry) in create_sort_entry()
960 sort_entry->key = key; in create_sort_entry()
961 sort_entry->elt = elt; in create_sort_entry()
963 return sort_entry; in create_sort_entry()
1080 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local
1083 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()