Searched refs:cpu_dir (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c555 struct dentry *cpu_dir; local
561 cpu_dir = hypfs_mkdir(sb, cpus_dir, buffer);
562 rc = hypfs_create_u64(sb, cpu_dir, "mgmtime",
567 rc = hypfs_create_u64(sb, cpu_dir, "cputime",
572 rc = hypfs_create_u64(sb, cpu_dir, "onlinetime",
579 rc = hypfs_create_str(sb, cpu_dir, "type", buffer);
616 struct dentry *cpu_dir; local
622 cpu_dir = hypfs_mkdir(sb, cpus_dir, buffer);
623 if (IS_ERR(cpu_dir))
624 return PTR_ERR(cpu_dir);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c917 struct proc_dir_entry *cpu_dir; local
928 cpu_dir = proc_mkdir(cpustr, palinfo_dir);
938 *pdir++ = cpu_dir;
942 palinfo_entries[j].name, 0, cpu_dir,
954 struct proc_dir_entry *cpu_dir, **pdir; local
957 cpu_dir = *pdir;
961 remove_proc_entry ((*pdir)->name, cpu_dir);
966 if (cpu_dir) {
967 remove_proc_entry(cpu_dir->name, palinfo_dir);

Completed in 101 milliseconds