Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddebugfs.c223 debugfs_create_u32(#name, 0400, statsd, (u32 *) &field);
225 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
235 struct dentry *statsd; in debugfs_hw_add() local
252 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
255 if (!statsd) in debugfs_hw_add()