Searched refs:utext (Results 1 - 4 of 4) 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 | 633 * @utext: user supplied additional "heading" or other info 638 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() argument 645 seq_printf(seq, "\tnn: lc_number (new nr) refcnt %s\n ", utext); in lc_seq_dump_details()
|
/kernel/linux/linux-6.6/lib/ |
H A D | lru_cache.c | 581 * @utext: user supplied additional "heading" or other info 586 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() argument 593 seq_printf(seq, "\tnn: lc_number (new nr) refcnt %s\n ", utext); in lc_seq_dump_details()
|
Completed in 4 milliseconds