Searched refs:curr_task (Results 1 – 3 of 3) sorted by relevance
282 struct task_struct *curr_task; in task_file_seq_get_next() local291 curr_task = info->task; in task_file_seq_get_next()294 curr_task = task_seq_get_next(&info->common, &info->tid, true); in task_file_seq_get_next()295 if (!curr_task) { in task_file_seq_get_next()301 info->task = curr_task; in task_file_seq_get_next()311 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()325 put_task_struct(curr_task); in task_file_seq_get_next()459 struct task_struct *curr_task; in task_vma_seq_get_next() local470 curr_task = info->task; in task_vma_seq_get_next()525 curr_task = task_seq_get_next(&info->common, &info->tid, true); in task_vma_seq_get_next()[all …]
160 struct task_struct *p = curr_task(cpu); in kdb_curr_task()
10290 struct task_struct *curr_task(int cpu) in curr_task() function