Searched refs:stats_show (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
H A D | ctcm_sysfs.c | 112 static ssize_t stats_show(struct device *dev, stats_show() function 192 static DEVICE_ATTR(stats, 0644, stats_show, stats_write);
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_sysfs.c | 143 stats_show( stats_show() function
|
/linux-4.4.14/drivers/uwb/ |
H A D | lc-dev.c | 191 result = stats_show(&uwb_dev->bce->lqe_stats, buf); uwb_dev_LQE_show() 219 result = stats_show(&uwb_dev->bce->rssi_stats, buf); uwb_dev_RSSI_show()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 457 static int stats_show(struct seq_file *seq, void *v) stats_show() function 500 return single_open(file, stats_show, inode->i_private); stats_open()
|
/linux-4.4.14/include/linux/ |
H A D | uwb.h | 810 static inline ssize_t stats_show(struct stats *stats, char *buf) stats_show() function
|
Completed in 442 milliseconds