Home
last modified time | relevance | path

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

/kernel/time/
Dtimer_stats.c418 struct proc_dir_entry *pe; in init_tstats_procfs() local
420 pe = proc_create("timer_stats", 0644, NULL, &tstats_fops); in init_tstats_procfs()
421 if (!pe) in init_tstats_procfs()
Dtimer_list.c363 struct proc_dir_entry *pe; in init_timer_list_procfs() local
365 pe = proc_create("timer_list", 0444, NULL, &timer_list_fops); in init_timer_list_procfs()
366 if (!pe) in init_timer_list_procfs()
/kernel/sched/
Ddebug.c483 struct proc_dir_entry *pe; in init_sched_debug_procfs() local
485 pe = proc_create("sched_debug", 0444, NULL, &sched_debug_fops); in init_sched_debug_procfs()
486 if (!pe) in init_sched_debug_procfs()
/kernel/events/
Dcore.c3868 struct period_event *pe = info; in __perf_event_period() local
3869 struct perf_event *event = pe->event; in __perf_event_period()
3871 u64 value = pe->value; in __perf_event_period()
3901 struct period_event pe = { .event = event, }; in perf_event_period() local
3919 pe.value = value; in perf_event_period()
3922 cpu_function_call(event->cpu, __perf_event_period, &pe); in perf_event_period()
3927 if (!task_function_call(task, __perf_event_period, &pe)) in perf_event_period()
3937 __perf_event_period(&pe); in perf_event_period()