Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/drbd/
Ddrbd_proc.c312 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
313 lc_seq_printf_stats(seq, device->act_log); in drbd_seq_show()
Ddrbd_debugfs.c668 lc_seq_printf_stats(m, device->resync); in device_resync_extents_show()
683 lc_seq_printf_stats(m, device->act_log); in device_act_log_extents_show()
/linux-6.6.21/include/linux/
Dlru_cache.h253 extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
/linux-6.6.21/lib/
Dlru_cache.c219 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() function
618 EXPORT_SYMBOL(lc_seq_printf_stats);