Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcgroup.c2050 static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp, in sysctl_cpy_dir() function
2056 tmp_ret = sysctl_cpy_dir(dir->header.parent, bufp, lenp); in sysctl_cpy_dir()
2092 tmp_ret = sysctl_cpy_dir(ctx->head->parent, &buf, &buf_len); in BPF_CALL_4()