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.c2952 #define get_memcg_gen(seq) ((seq) % MEMCG_NR_GENS) argument
3147 static inline int filter_gen_from_seq(unsigned long seq) in filter_gen_from_seq()
3162 static void reset_bloom_filter(struct lruvec *lruvec, unsigned long seq) in reset_bloom_filter()
3178 static void update_bloom_filter(struct lruvec *lruvec, unsigned long seq, void *item) in update_bloom_filter()
3196 static bool test_bloom_filter(struct lruvec *lruvec, unsigned long seq, void *item) in test_bloom_filter()
3401 unsigned long seq = carryover ? lrugen->min_seq[type] : lrugen->max_seq + 1; in reset_ctrl_pos() local
4242 unsigned long seq; in lruvec_is_sizable() local
4833 unsigned long seq; in should_run_aging() local
5485 unsigned long seq) in lru_gen_seq_show_full()
5537 unsigned long seq; in lru_gen_seq_show() local
[all …]
Dslub.c6069 static int slab_debugfs_show(struct seq_file *seq, void *v) in slab_debugfs_show()
6116 static void slab_debugfs_stop(struct seq_file *seq, void *v) in slab_debugfs_stop()
6120 static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos) in slab_debugfs_next()
6131 static void *slab_debugfs_start(struct seq_file *seq, loff_t *ppos) in slab_debugfs_start()
6198 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.c2704 struct seq_file *seq = file->private_data; in swaps_poll() local
2799 struct seq_file *seq; in swaps_open() local
Dmemory.c4923 unsigned long address, unsigned int flags, unsigned long seq) in __handle_mm_fault()
5259 unsigned long seq, struct pt_regs *regs) in do_handle_mm_fault()
Dgup.c2866 unsigned seq; in lockless_pages_from_mm() local
Dpage_alloc.c661 unsigned seq; in page_outside_zone_boundaries() local
4856 static unsigned int check_retry_zonelist(unsigned int seq) in check_retry_zonelist()