Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/most/
Dconfigfs.c412 struct most_common { struct
418 static struct most_common *to_most_common(struct configfs_subsystem *subsys) in to_most_common() argument
420 return container_of(subsys, struct most_common, subsys); in to_most_common()
427 struct most_common *mc = to_most_common(group->cg_subsys); in most_common_make_item()
464 struct most_common *mc = to_most_common(group->cg_subsys); in most_common_disconnect()
480 static struct most_common most_cdev = {
491 static struct most_common most_net = {
502 static struct most_common most_video = {
/linux-6.12.1/tools/perf/scripts/python/
Dmem-phys-addr.py49 for mem_type, count in sorted(load_mem_type_cnt.most_common(), \