Searched refs:start_comm (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | timer.h | 27 char start_comm[16]; member
|
D | hrtimer.h | 110 char start_comm[16]; member
|
/linux-4.4.14/kernel/time/ |
D | timer.c | 458 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); in __timer_stats_timer_set_start_info() 475 timer->function, timer->start_comm, in timer_stats_account_timer() 688 memset(timer->start_comm, 0, TASK_COMM_LEN); in do_init_timer()
|
D | hrtimer.c | 785 memcpy(timer->start_comm, current->comm, TASK_COMM_LEN); in timer_stats_hrtimer_set_start_info() 803 timer->function, timer->start_comm, 0); in timer_stats_account_hrtimer() 1145 memset(timer->start_comm, 0, TASK_COMM_LEN); in __hrtimer_init()
|
D | timer_list.c | 76 memcpy(tmp, timer->start_comm, TASK_COMM_LEN); in print_timer()
|
/linux-4.4.14/Documentation/ |
D | gdb-kernel-debugging.txt | 139 start_comm = "swapper/2\000\000\000\000\000\000"
|