Home
last modified time | relevance | path

Searched refs:start_comm (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dtimer.h29 char start_comm[16]; member
Dhrtimer.h117 char start_comm[16]; member
/linux-4.1.27/kernel/time/
Dtimer.c448 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()
Dhrtimer.c767 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()
Dtimer_list.c71 memcpy(tmp, timer->start_comm, TASK_COMM_LEN); in print_timer()
/linux-4.1.27/Documentation/
Dgdb-kernel-debugging.txt139 start_comm = "swapper/2\000\000\000\000\000\000"