agentbuf 779 kernel/cgroup/cgroup-v1.c char *pathbuf = NULL, *agentbuf = NULL; agentbuf 786 kernel/cgroup/cgroup-v1.c agentbuf = kstrdup(cgrp->root->release_agent_path, GFP_KERNEL); agentbuf 787 kernel/cgroup/cgroup-v1.c if (!pathbuf || !agentbuf || !strlen(agentbuf)) agentbuf 796 kernel/cgroup/cgroup-v1.c argv[0] = agentbuf; agentbuf 811 kernel/cgroup/cgroup-v1.c kfree(agentbuf);