Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dimx21-hcd.h385 struct debug_stats { struct
419 struct debug_stats nonisoc_stats;
420 struct debug_stats isoc_stats;
Dimx21-dbg.c57 static inline struct debug_stats *stats_for_urb(struct imx21 *imx21, in stats_for_urb()
342 const char *name, struct debug_stats *stats) in debug_statistics_show_one()
/Linux-v4.19/include/linux/
Dbacking-dev-defs.h205 struct dentry *debug_stats; member
/Linux-v4.19/mm/
Dbacking-dev.c114 bdi->debug_stats = debugfs_create_file("stats", 0444, bdi->debug_dir, in bdi_debug_register()
116 if (!bdi->debug_stats) { in bdi_debug_register()
127 debugfs_remove(bdi->debug_stats); in bdi_debug_unregister()