Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
H A Dbpf_iterators.rst224 iterators. For example, for task_file iterators, the kernel layer provides the
234 SEC("iter/task_file")
263 In the above example, the section name ``SEC(iter/task_file)``, indicates that
383 SEC("iter/task_file")
538 SEC("iter/task_file")
/linux/kernel/bpf/
H A Dtask_iter.c339 DEFINE_BPF_ITER_FUNC(task_file, struct bpf_iter_meta *meta, in DEFINE_BPF_ITER_FUNC() argument