Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dtask_iter.c36 bool skip_if_dup_files) in task_group_seq_get_next() argument
101 if (skip_if_dup_files && task->files == task->group_leader->files) { in task_group_seq_get_next()
111 bool skip_if_dup_files) in task_seq_get_next() argument
132 task = task_group_seq_get_next(common, tid, skip_if_dup_files); in task_seq_get_next()
147 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()