Searched refs:start_comm (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | timer.h | 29 char start_comm[16]; member
|
D | hrtimer.h | 117 char start_comm[16]; member
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 448 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); in __timer_stats_timer_set_start_info() 462 timer->function, timer->start_comm, flag); in timer_stats_account_timer() 676 memset(timer->start_comm, 0, TASK_COMM_LEN); in do_init_timer()
|
D | hrtimer.c | 767 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); in timer_stats_hrtimer_set_start_info() 785 timer->function, timer->start_comm, 0); in timer_stats_account_hrtimer() 1161 memset(timer->start_comm, 0, TASK_COMM_LEN); in __hrtimer_init()
|
D | timer_list.c | 71 memcpy(tmp, timer->start_comm, TASK_COMM_LEN); in print_timer()
|
/linux-4.1.27/Documentation/ |
D | gdb-kernel-debugging.txt | 139 start_comm = "swapper/2\000\000\000\000\000\000"
|