• Home
  • Raw
  • Download

Lines Matching refs:m

137 int fscache_stats_show(struct seq_file *m, void *v)  in fscache_stats_show()  argument
139 seq_puts(m, "FS-Cache statistics\n"); in fscache_stats_show()
141 seq_printf(m, "Cookies: idx=%u dat=%u spc=%u\n", in fscache_stats_show()
146 seq_printf(m, "Objects: alc=%u nal=%u avl=%u ded=%u\n", in fscache_stats_show()
151 seq_printf(m, "ChkAux : non=%u ok=%u upd=%u obs=%u\n", in fscache_stats_show()
157 seq_printf(m, "Pages : mrk=%u unc=%u\n", in fscache_stats_show()
161 seq_printf(m, "Acquire: n=%u nul=%u noc=%u ok=%u nbf=%u" in fscache_stats_show()
170 seq_printf(m, "Lookups: n=%u neg=%u pos=%u crt=%u tmo=%u\n", in fscache_stats_show()
177 seq_printf(m, "Invals : n=%u run=%u\n", in fscache_stats_show()
181 seq_printf(m, "Updates: n=%u nul=%u run=%u\n", in fscache_stats_show()
186 seq_printf(m, "Relinqs: n=%u nul=%u wcr=%u rtr=%u\n", in fscache_stats_show()
192 seq_printf(m, "AttrChg: n=%u ok=%u nbf=%u oom=%u run=%u\n", in fscache_stats_show()
199 seq_printf(m, "Allocs : n=%u ok=%u wt=%u nbf=%u int=%u\n", in fscache_stats_show()
205 seq_printf(m, "Allocs : ops=%u owt=%u abt=%u\n", in fscache_stats_show()
210 seq_printf(m, "Retrvls: n=%u ok=%u wt=%u nod=%u nbf=%u" in fscache_stats_show()
219 seq_printf(m, "Retrvls: ops=%u owt=%u abt=%u\n", in fscache_stats_show()
224 seq_printf(m, "Stores : n=%u ok=%u agn=%u nbf=%u oom=%u\n", in fscache_stats_show()
230 seq_printf(m, "Stores : ops=%u run=%u pgs=%u rxd=%u olm=%u\n", in fscache_stats_show()
237 seq_printf(m, "VmScan : nos=%u gon=%u bsy=%u can=%u wt=%u\n", in fscache_stats_show()
244 seq_printf(m, "Ops : pend=%u run=%u enq=%u can=%u rej=%u\n", in fscache_stats_show()
250 seq_printf(m, "Ops : ini=%u dfr=%u rel=%u gc=%u\n", in fscache_stats_show()
256 seq_printf(m, "CacheOp: alo=%d luo=%d luc=%d gro=%d\n", in fscache_stats_show()
261 seq_printf(m, "CacheOp: inv=%d upo=%d dro=%d pto=%d atc=%d syn=%d\n", in fscache_stats_show()
268 seq_printf(m, "CacheOp: rap=%d ras=%d alp=%d als=%d wrp=%d ucp=%d dsp=%d\n", in fscache_stats_show()
276 seq_printf(m, "CacheEv: nsp=%d stl=%d rtr=%d cul=%d\n", in fscache_stats_show()