Lines Matching defs:cpu_dir
474 struct dentry *cpu_dir;
480 cpu_dir = hypfs_mkdir(cpus_dir, buffer);
481 rc = hypfs_create_u64(cpu_dir, "mgmtime",
486 rc = hypfs_create_u64(cpu_dir, "cputime",
491 rc = hypfs_create_u64(cpu_dir, "onlinetime",
498 rc = hypfs_create_str(cpu_dir, "type", buffer);
531 struct dentry *cpu_dir;
537 cpu_dir = hypfs_mkdir(cpus_dir, buffer);
538 if (IS_ERR(cpu_dir))
539 return PTR_ERR(cpu_dir);
540 rc = hypfs_create_u64(cpu_dir, "mgmtime",
545 rc = hypfs_create_str(cpu_dir, "type", buffer);