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

/linux-4.1.27/include/linux/
H A Dhrtimer.h103 * @start_comm: timer statistics field to store the name of the process which
117 char start_comm[16]; member in struct:hrtimer
H A Dtimer.h29 char start_comm[16]; member in struct:timer_list
/linux-4.1.27/kernel/time/
H A Dtimer_list.c71 memcpy(tmp, timer->start_comm, TASK_COMM_LEN); print_timer()
H A Dhrtimer.c767 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); timer_stats_hrtimer_set_start_info()
785 timer->function, timer->start_comm, 0); timer_stats_account_hrtimer()
1161 memset(timer->start_comm, 0, TASK_COMM_LEN); __hrtimer_init()
H A Dtimer.c448 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); __timer_stats_timer_set_start_info()
462 timer->function, timer->start_comm, flag); timer_stats_account_timer()
676 memset(timer->start_comm, 0, TASK_COMM_LEN); do_init_timer()

Completed in 210 milliseconds