Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 3 of 3) sorted by relevance

/kernel/time/
Dtimer_stats.c416 struct proc_dir_entry *pe; in init_tstats_procfs() local
418 pe = proc_create("timer_stats", 0644, NULL, &tstats_fops); in init_tstats_procfs()
419 if (!pe) in init_tstats_procfs()
Dtimer_list.c287 struct proc_dir_entry *pe; in init_timer_list_procfs() local
289 pe = proc_create("timer_list", 0644, NULL, &timer_list_fops); in init_timer_list_procfs()
290 if (!pe) in init_timer_list_procfs()
/kernel/
Dsched_debug.c363 struct proc_dir_entry *pe; in init_sched_debug_procfs() local
365 pe = proc_create("sched_debug", 0444, NULL, &sched_debug_fops); in init_sched_debug_procfs()
366 if (!pe) in init_sched_debug_procfs()