Searched refs:lc_seq_dump_details (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | lru_cache.h | 257 extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lru_cache.h | 255 extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext,
|
/kernel/linux/linux-5.10/lib/ |
H A D | lru_cache.c | 78 * @name: descriptive name only used in lc_seq_printf_stats and lc_seq_dump_details 638 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() function 673 EXPORT_SYMBOL(lc_seq_dump_details); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 67 * @name: descriptive name only used in lc_seq_printf_stats and lc_seq_dump_details 578 * lc_seq_dump_details - Dump a complete LRU cache to seq in textual form. 586 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() function 619 EXPORT_SYMBOL(lc_seq_dump_details); variable
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 669 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show() 684 lc_seq_dump_details(m, device->act_log, "", NULL); in device_act_log_extents_show()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 669 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show() 684 lc_seq_dump_details(m, device->act_log, "", NULL); in device_act_log_extents_show()
|
Completed in 6 milliseconds