Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dasoc.h140 __field( int, path_checks )
147 __entry->path_checks = card->dapm_stats.path_checks;
153 (int)__entry->path_checks, (int)__entry->neighbour_checks)
/kernel/linux/linux-5.10/include/sound/
Dsoc-dapm.h722 int path_checks; member
/kernel/linux/linux-5.10/sound/soc/
Dsoc-dapm.c1208 DAPM_UPDATE_STAT(widget, path_checks); in is_connected_ep()