Lines Matching refs:taskname
796 kill_st->taskname = stats_get_task_name(pid);
797 if (kill_st->taskname != NULL) {
838 char* taskname = 0;
845 &rss_in_pages, &oom_score_adj, &min_score_adj, &starttime, &taskname);
864 free(taskname);
1210 char *taskname = proc_get_name(cred->pid, buf, sizeof(buf));
1213 taskname ? taskname : "A process ", cred->uid, cred->pid);
1231 * will be impossible for poll_kernel to get the taskname. poll_kernel()
1248 char *taskname = proc_get_name(cred->pid, buf, sizeof(buf));
1251 taskname ? taskname : "A process ", cred->uid, cred->pid);
2136 char *taskname;
2165 taskname = proc_get_name(pid, buf, sizeof(buf));
2166 // taskname will point inside buf, do not reuse buf onwards.
2167 if (!taskname) {
2205 "kB swap; reason: %s", taskname, pid, uid, procp->oomadj, rss_kb, swap_kb,
2213 "kb swap", taskname, pid, uid, procp->oomadj, rss_kb, swap_kb);
2217 kill_st.taskname = taskname;