• Home
  • Raw
  • Download

Lines Matching refs:m

1394 static void print_slabinfo_header(struct seq_file *m)  in print_slabinfo_header()  argument
1401 seq_puts(m, "slabinfo - version: 2.1 (statistics)\n"); in print_slabinfo_header()
1403 seq_puts(m, "slabinfo - version: 2.1\n"); in print_slabinfo_header()
1405 seq_puts(m, "# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab>"); in print_slabinfo_header()
1406 seq_puts(m, " : tunables <limit> <batchcount> <sharedfactor>"); in print_slabinfo_header()
1407 seq_puts(m, " : slabdata <active_slabs> <num_slabs> <sharedavail>"); in print_slabinfo_header()
1409 …seq_puts(m, " : globalstat <listallocs> <maxobjs> <grown> <reaped> <error> <maxfreeable> <nodeallo… in print_slabinfo_header()
1410 seq_puts(m, " : cpustat <allochit> <allocmiss> <freehit> <freemiss>"); in print_slabinfo_header()
1412 seq_putc(m, '\n'); in print_slabinfo_header()
1415 void *slab_start(struct seq_file *m, loff_t *pos) in slab_start() argument
1421 void *slab_next(struct seq_file *m, void *p, loff_t *pos) in slab_next() argument
1426 void slab_stop(struct seq_file *m, void *p) in slab_stop() argument
1452 static void cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show() argument
1461 seq_printf(m, "%-17s %6lu %6lu %6u %4u %4d", in cache_show()
1465 seq_printf(m, " : tunables %4u %4u %4u", in cache_show()
1467 seq_printf(m, " : slabdata %6lu %6lu %6lu", in cache_show()
1469 slabinfo_show_stats(m, s); in cache_show()
1470 seq_putc(m, '\n'); in cache_show()
1473 static int slab_show(struct seq_file *m, void *p) in slab_show() argument
1478 print_slabinfo_header(m); in slab_show()
1479 cache_show(s, m); in slab_show()
1518 void *memcg_slab_start(struct seq_file *m, loff_t *pos) in memcg_slab_start() argument
1520 struct mem_cgroup *memcg = mem_cgroup_from_seq(m); in memcg_slab_start()
1526 void *memcg_slab_next(struct seq_file *m, void *p, loff_t *pos) in memcg_slab_next() argument
1528 struct mem_cgroup *memcg = mem_cgroup_from_seq(m); in memcg_slab_next()
1533 void memcg_slab_stop(struct seq_file *m, void *p) in memcg_slab_stop() argument
1538 int memcg_slab_show(struct seq_file *m, void *p) in memcg_slab_show() argument
1542 struct mem_cgroup *memcg = mem_cgroup_from_seq(m); in memcg_slab_show()
1545 print_slabinfo_header(m); in memcg_slab_show()
1546 cache_show(s, m); in memcg_slab_show()
1596 static int memcg_slabinfo_show(struct seq_file *m, void *unused) in memcg_slabinfo_show() argument
1602 seq_puts(m, "# <name> <css_id[:dead|deact]> <active_objs> <num_objs>"); in memcg_slabinfo_show()
1603 seq_puts(m, " <active_slabs> <num_slabs>\n"); in memcg_slabinfo_show()
1613 seq_printf(m, "%-17s root %6lu %6lu %6lu %6lu\n", in memcg_slabinfo_show()
1629 seq_printf(m, "%-17s %4d%-6s %6lu %6lu %6lu %6lu\n", in memcg_slabinfo_show()