Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/cgroup/
Dcgroup.c5121 static ssize_t __cgroup_procs_write(struct kernfs_open_file *of, char *buf, in __cgroup_procs_write() function
5171 return __cgroup_procs_write(of, buf, true) ?: nbytes; in cgroup_procs_write()
5182 return __cgroup_procs_write(of, buf, false) ?: nbytes; in cgroup_threads_write()