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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dproc_pmc.c75 static struct proc_dir_entry *pmc_proc_root = NULL; variable in typeref:struct:proc_dir_entry
495 pmc_proc_root = proc_mkdir("pmc", iSeries_proc);
496 if (!pmc_proc_root) return;
498 ent = create_proc_entry("control", S_IFREG|S_IRUSR|S_IWUSR, pmc_proc_root);

Completed in 28 milliseconds