Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst117 iterators. For example, for task_file iterators, the kernel layer provides the
127 SEC("iter/task_file")
156 In the above example, the section name ``SEC(iter/task_file)``, indicates that
276 SEC("iter/task_file")
431 SEC("iter/task_file")
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c368 DEFINE_BPF_ITER_FUNC(task_file, struct bpf_iter_meta *meta, in DEFINE_BPF_ITER_FUNC() argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1245 for (task_file, task_name, task_stats, recipe_name) in task_data: