Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dmem-phys-addr.py49 for mem_type, count in sorted(load_mem_type_cnt.most_common(), \
/Linux-v5.4/drivers/staging/most/
Dconfigfs.c392 struct most_common { struct
396 static struct most_common *to_most_common(struct config_item *item) in to_most_common() argument
398 return container_of(to_config_group(item), struct most_common, group); in to_most_common()