Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dctcm_sysfs.c113 static ssize_t stats_show(struct device *dev, in stats_show() function
193 static DEVICE_ATTR(stats, 0644, stats_show, stats_write);
/Linux-v4.19/drivers/uwb/
Dlc-dev.c191 result = stats_show(&uwb_dev->bce->lqe_stats, buf); in uwb_dev_LQE_show()
219 result = stats_show(&uwb_dev->bce->rssi_stats, buf); in uwb_dev_RSSI_show()
/Linux-v4.19/include/linux/
Duwb.h810 static inline ssize_t stats_show(struct stats *stats, char *buf) in stats_show() function
/Linux-v4.19/fs/xfs/
Dxfs_sysfs.c212 stats_show( in stats_show() function
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Ddevice.c472 static int stats_show(struct seq_file *seq, void *v) in stats_show() function
518 return single_open(file, stats_show, inode->i_private); in stats_open()