Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 12 of 12) sorted by relevance

/mm/kfence/
Dreport.c33 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf()
100 static void kfence_print_stack(struct seq_file *seq, const struct kfence_metadata *meta, in kfence_print_stack()
124 void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta) in kfence_print_object()
Dcore.c613 static int stats_show(struct seq_file *seq, void *v) in stats_show()
630 static void *start_object(struct seq_file *seq, loff_t *pos) in start_object()
637 static void stop_object(struct seq_file *seq, void *v) in stop_object()
641 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) in next_object()
649 static int show_object(struct seq_file *seq, void *v) in show_object()
/mm/
Dkmemleak.c257 #define warn_or_seq_printf(seq, fmt, ...) do { \ argument
264 static void warn_or_seq_hex_dump(struct seq_file *seq, int prefix_type, in warn_or_seq_hex_dump()
282 static void hex_dump_object(struct seq_file *seq, in hex_dump_object()
336 static void print_unreferenced(struct seq_file *seq, in print_unreferenced()
1631 static void *kmemleak_seq_start(struct seq_file *seq, loff_t *pos) in kmemleak_seq_start()
1657 static void *kmemleak_seq_next(struct seq_file *seq, void *v, loff_t *pos) in kmemleak_seq_next()
1679 static void kmemleak_seq_stop(struct seq_file *seq, void *v) in kmemleak_seq_stop()
1696 static int kmemleak_seq_show(struct seq_file *seq, void *v) in kmemleak_seq_show()
Dmmu_notifier.c96 unsigned long *seq) in mn_itree_inv_start_range()
190 unsigned long seq; in mmu_interval_read_begin() local
1041 unsigned long seq) in mmu_interval_seq_released()
1066 unsigned long seq = 0; in mmu_interval_notifier_remove() local
Dhugetlb_cgroup.c456 static int hugetlb_cgroup_read_u64_max(struct seq_file *seq, void *v) in hugetlb_cgroup_read_u64_max()
589 static int __hugetlb_events_show(struct seq_file *seq, bool local) in __hugetlb_events_show()
608 static int hugetlb_events_show(struct seq_file *seq, void *v) in hugetlb_events_show()
613 static int hugetlb_events_local_show(struct seq_file *seq, void *v) in hugetlb_events_local_show()
Dvmscan.c3163 static inline int filter_gen_from_seq(unsigned long seq) in filter_gen_from_seq()
3178 static void reset_bloom_filter(struct lruvec *lruvec, unsigned long seq) in reset_bloom_filter()
3194 static void update_bloom_filter(struct lruvec *lruvec, unsigned long seq, void *item) in update_bloom_filter()
3212 static bool test_bloom_filter(struct lruvec *lruvec, unsigned long seq, void *item) in test_bloom_filter()
3417 unsigned long seq = carryover ? lrugen->min_seq[type] : lrugen->max_seq + 1; in reset_ctrl_pos() local
4261 unsigned long seq; in should_run_aging() local
4940 static bool should_abort_scan(struct lruvec *lruvec, unsigned long seq, in should_abort_scan()
5330 unsigned long seq) in lru_gen_seq_show_full()
5382 unsigned long seq; in lru_gen_seq_show() local
5444 static int run_aging(struct lruvec *lruvec, unsigned long seq, struct scan_control *sc, in run_aging()
[all …]
Dslub.c6073 static int slab_debugfs_show(struct seq_file *seq, void *v) in slab_debugfs_show()
6120 static void slab_debugfs_stop(struct seq_file *seq, void *v) in slab_debugfs_stop()
6124 static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos) in slab_debugfs_next()
6135 static void *slab_debugfs_start(struct seq_file *seq, loff_t *ppos) in slab_debugfs_start()
6202 struct seq_file *seq = file->private_data; in slab_debug_trace_release() local
Dshmem.c1464 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol()
1488 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol()
3616 static int shmem_show_options(struct seq_file *seq, struct dentry *root) in shmem_show_options()
Dswapfile.c2710 struct seq_file *seq = file->private_data; in swaps_poll() local
2805 struct seq_file *seq; in swaps_open() local
Dmemory.c4916 unsigned long address, unsigned int flags, unsigned long seq) in __handle_mm_fault()
5252 unsigned long seq, struct pt_regs *regs) in do_handle_mm_fault()
Dgup.c2837 unsigned seq; in lockless_pages_from_mm() local
Dpage_alloc.c674 unsigned seq; in page_outside_zone_boundaries() local
4925 static unsigned int check_retry_zonelist(unsigned int seq) in check_retry_zonelist()