Home
last modified time | relevance | path

Searched refs:curr_fd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dtask_iter.c146 int curr_fd = info->fd; in task_file_seq_get_next() local
156 curr_fd = info->fd; in task_file_seq_get_next()
174 curr_fd = info->fd; in task_file_seq_get_next()
177 curr_fd = 0; in task_file_seq_get_next()
183 for (; curr_fd < max_fds; curr_fd++) { in task_file_seq_get_next()
186 f = fcheck_files(curr_files, curr_fd); in task_file_seq_get_next()
193 info->fd = curr_fd; in task_file_seq_get_next()