Searched refs:start_pid (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | hrtimer.h | 99 * @start_pid: timer statistics field to store the pid of the task which 115 int start_pid; member in struct:hrtimer
|
H A D | timer.h | 27 int start_pid; member in struct:timer_list
|
/linux-4.1.27/kernel/time/ |
H A D | timer_list.c | 73 SEQ_printf(m, ", %s/%d", tmp, timer->start_pid); print_timer()
|
H A D | hrtimer.c | 768 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 D | timer.c | 449 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