Home
last modified time | relevance | path

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

/kernel/bpf/
Dtask_iter.c145 int curr_fd = info->fd; in task_file_seq_get_next() local
155 curr_fd = info->fd; in task_file_seq_get_next()
176 curr_fd = info->fd; in task_file_seq_get_next()
179 curr_fd = 0; in task_file_seq_get_next()
185 for (; curr_fd < max_fds; curr_fd++) { in task_file_seq_get_next()
188 f = fcheck_files(curr_files, curr_fd); in task_file_seq_get_next()
195 info->fd = curr_fd; in task_file_seq_get_next()