Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup-v1.c554 BUILD_BUG_ON(sizeof(cgrp->root->release_agent_path) < PATH_MAX); in cgroup_release_agent_write()
568 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
569 sizeof(cgrp->root->release_agent_path)); in cgroup_release_agent_write()
580 seq_puts(seq, cgrp->root->release_agent_path); in cgroup_release_agent_show()
800 if (!cgrp->root->release_agent_path[0]) in cgroup1_release_agent()
810 strlcpy(agentbuf, cgrp->root->release_agent_path, PATH_MAX); in cgroup1_release_agent()
890 if (strlen(root->release_agent_path)) in cgroup1_show_options()
892 root->release_agent_path); in cgroup1_show_options()
1113 strcpy(root->release_agent_path, ctx->release_agent); in cgroup1_reconfigure()
Dcgroup.c1944 strscpy(root->release_agent_path, ctx->release_agent, PATH_MAX); in init_cgroup_root()
/kernel/linux/linux-5.10/include/linux/
Dcgroup-defs.h522 char release_agent_path[PATH_MAX]; member