Searched refs:comm (Results 1 – 11 of 11) sorted by relevance
/mm/ |
D | oom_kill.c | 449 task->signal->oom_score_adj, task->comm); in dump_task() 490 pr_cont(",task=%s,pid=%d,uid=%d\n", victim->comm, victim->pid, in dump_oom_summary() 497 current->comm, oc->gfp_mask, &oc->gfp_mask, oc->order, in dump_header() 637 task_pid_nr(tsk), tsk->comm, in oom_reap_task_mm() 664 task_pid_nr(tsk), tsk->comm); in oom_reap_task() 921 message, task_pid_nr(victim), victim->comm); in __oom_kill_process() 946 message, task_pid_nr(victim), victim->comm, K(mm->total_vm), in __oom_kill_process() 973 task_pid_nr(victim), victim->comm, in __oom_kill_process() 974 task_pid_nr(p), p->comm); in __oom_kill_process()
|
D | kmemleak.c | 163 char comm[TASK_COMM_LEN]; /* executable name */ member 344 object->comm, object->pid, object->jiffies, in print_unreferenced() 365 object->comm, object->pid, object->jiffies); in dump_object_info() 603 strncpy(object->comm, "hardirq", sizeof(object->comm)); in create_object() 606 strncpy(object->comm, "softirq", sizeof(object->comm)); in create_object() 615 strncpy(object->comm, current->comm, sizeof(object->comm)); in create_object()
|
D | memory-failure.c | 243 pfn, t->comm, t->pid); in kill_proc() 261 t->comm, t->pid, ret); in kill_proc() 365 page_to_pfn(p), tsk->comm); in add_to_kill() 398 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs() 411 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs()
|
D | nommu.c | 1061 len, current->pid, current->comm); in do_mmap_private() 1474 current->pid, current->comm, in do_munmap()
|
D | mremap.c | 714 … duplicate a private mapping with mremap. This is not supported.\n", current->comm, current->pid); in vma_to_resize()
|
D | filemap.c | 183 current->comm, page_to_pfn(page)); in unaccount_page_cache_page() 3362 current->comm); in dio_warn_stale_pagecache()
|
D | mmap.c | 3108 current->comm, current->pid); in SYSCALL_DEFINE5() 3525 current->comm, current->pid, in may_expand_vm()
|
D | page_alloc.c | 687 current->comm, page_to_pfn(page)); in bad_page() 4162 current->comm, &vaf, gfp_mask, &gfp_mask, in warn_alloc()
|
D | memory.c | 581 current->comm, in print_bad_pte()
|
/mm/kasan/ |
D | report.c | 69 info->access_addr, current->comm, task_pid_nr(current)); in print_error_description() 73 info->access_addr, current->comm, task_pid_nr(current)); in print_error_description()
|
D | report_generic.c | 282 addr, current->comm, task_pid_nr(current), offset); in kasan_print_address_stack_frame()
|