Lines Matching refs:pos
160 static void *task_seq_start(struct seq_file *seq, loff_t *pos) in task_seq_start() argument
169 if (*pos == 0) in task_seq_start()
170 ++*pos; in task_seq_start()
174 static void *task_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_seq_next() argument
179 ++*pos; in task_seq_next()
338 static void *task_file_seq_start(struct seq_file *seq, loff_t *pos) in task_file_seq_start() argument
345 if (file && *pos == 0) in task_file_seq_start()
346 ++*pos; in task_file_seq_start()
351 static void *task_file_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_file_seq_next() argument
355 ++*pos; in task_file_seq_next()
606 static void *task_vma_seq_start(struct seq_file *seq, loff_t *pos) in task_vma_seq_start() argument
612 if (vma && *pos == 0) in task_vma_seq_start()
613 ++*pos; in task_vma_seq_start()
618 static void *task_vma_seq_next(struct seq_file *seq, void *v, loff_t *pos) in task_vma_seq_next() argument
622 ++*pos; in task_vma_seq_next()