Lines Matching refs:start
154 .start = cgroup_iter_seq_start,
165 struct cgroup *cgrp = aux->cgroup.start; in BTF_ID_LIST_GLOBAL_SINGLE()
222 aux->cgroup.start = cgrp; in bpf_iter_attach_cgroup()
229 cgroup_put(aux->cgroup.start); in bpf_iter_detach_cgroup()
248 cgroup_path_ns(aux->cgroup.start, buf, PATH_MAX, in bpf_iter_cgroup_show_fdinfo()
268 info->iter.cgroup.cgroup_id = cgroup_id(aux->cgroup.start); in bpf_iter_cgroup_fill_link_info()
303 struct cgroup_subsys_state *start; member
311 struct cgroup_subsys_state *start, unsigned int flags) in bpf_iter_css_new() argument
318 kit->start = NULL; in bpf_iter_css_new()
328 kit->start = start; in bpf_iter_css_new()
338 if (!kit->start) in bpf_iter_css_next()
343 kit->pos = css_next_descendant_pre(kit->pos, kit->start); in bpf_iter_css_next()
346 kit->pos = css_next_descendant_post(kit->pos, kit->start); in bpf_iter_css_next()
349 kit->pos = kit->pos ? kit->pos->parent : kit->start; in bpf_iter_css_next()