release_agent_path 527 include/linux/cgroup-defs.h char release_agent_path[PATH_MAX]; release_agent_path 550 kernel/cgroup/cgroup-v1.c BUILD_BUG_ON(sizeof(cgrp->root->release_agent_path) < PATH_MAX); release_agent_path 556 kernel/cgroup/cgroup-v1.c strlcpy(cgrp->root->release_agent_path, strstrip(buf), release_agent_path 557 kernel/cgroup/cgroup-v1.c sizeof(cgrp->root->release_agent_path)); release_agent_path 568 kernel/cgroup/cgroup-v1.c seq_puts(seq, cgrp->root->release_agent_path); release_agent_path 786 kernel/cgroup/cgroup-v1.c agentbuf = kstrdup(cgrp->root->release_agent_path, GFP_KERNEL); release_agent_path 867 kernel/cgroup/cgroup-v1.c if (strlen(root->release_agent_path)) release_agent_path 869 kernel/cgroup/cgroup-v1.c root->release_agent_path); release_agent_path 1086 kernel/cgroup/cgroup-v1.c strcpy(root->release_agent_path, ctx->release_agent); release_agent_path 1983 kernel/cgroup/cgroup.c strscpy(root->release_agent_path, ctx->release_agent, PATH_MAX);