Searched refs:pmc_proc_root (Results 1 – 1 of 1) sorted by relevance
77 static struct proc_dir_entry *pmc_proc_root = NULL; variable551 pmc_proc_root = proc_mkdir("pmc", iSeries_proc); in pmc_proc_init()552 if (!pmc_proc_root) return; in pmc_proc_init()554 ent = create_proc_entry("control", S_IFREG|S_IRUSR|S_IWUSR, pmc_proc_root); in pmc_proc_init()