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

/linux-4.1.27/include/linux/
H A Dhrtimer.h99 * @start_pid: timer statistics field to store the pid of the task which
115 int start_pid; member in struct:hrtimer
H A Dtimer.h27 int start_pid; member in struct:timer_list
/linux-4.1.27/kernel/time/
H A Dtimer_list.c73 SEQ_printf(m, ", %s/%d", tmp, timer->start_pid); print_timer()
H A Dhrtimer.c768 timer->start_pid = current->pid; timer_stats_hrtimer_set_start_info()
784 timer_stats_update_stats(timer, timer->start_pid, timer->start_site, timer_stats_account_hrtimer()
1160 timer->start_pid = -1; __hrtimer_init()
H A Dtimer.c449 timer->start_pid = current->pid; __timer_stats_timer_set_start_info()
461 timer_stats_update_stats(timer, timer->start_pid, timer->start_site, timer_stats_account_timer()
675 timer->start_pid = -1; do_init_timer()

Completed in 103 milliseconds