Searched refs:get_task_comm (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/arc/kernel/ |
D | unaligned.c | 218 get_task_comm(buf, current), task_pid_nr(current)); in misaligned_fixup() 222 get_task_comm(buf, current), task_pid_nr(current), in misaligned_fixup()
|
/linux-4.4.14/security/integrity/ |
D | integrity_audit.c | 53 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_msg()
|
/linux-4.4.14/kernel/ |
D | capability.c | 50 get_task_comm(name, current)); in warn_legacy_capability_use() 74 get_task_comm(name, current)); in warn_deprecated_v2()
|
D | audit.c | 1912 audit_log_untrustedstring(ab, get_task_comm(comm, tsk)); in audit_log_task_info()
|
D | sys.c | 2143 get_task_comm(comm, me); in SYSCALL_DEFINE5()
|
D | auditsc.c | 2377 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
|
/linux-4.4.14/drivers/staging/android/ |
D | sw_sync.c | 145 get_task_comm(task_comm, current); in sw_sync_open()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 278 get_task_comm(tmpname, current); in virtio_gpu_driver_open()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 98 get_task_comm(tcomm, p); in task_name() 408 get_task_comm(tcomm, task); in do_task_stat()
|
/linux-4.4.14/drivers/tty/ |
D | tty_audit.c | 80 get_task_comm(name, tsk); in tty_audit_log()
|
D | tty_io.c | 2823 __func__, get_task_comm(comm, current), flags); in tty_warn_deprecated_flags()
|
/linux-4.4.14/drivers/connector/ |
D | cn_proc.c | 238 get_task_comm(ev->event_data.comm.comm, task); in proc_comm_connector()
|
/linux-4.4.14/drivers/misc/ |
D | pti.c | 181 get_task_comm(comm, current); in pti_control_frame_built_and_sent()
|
/linux-4.4.14/fs/ |
D | exec.c | 1058 char *get_task_comm(char *buf, struct task_struct *tsk) in get_task_comm() function 1066 EXPORT_SYMBOL_GPL(get_task_comm);
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 333 get_task_comm(buffer->task_comm, task); in ion_buffer_remove_from_handle() 1418 get_task_comm(task_comm, client->task); in ion_debug_heap_show()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 799 get_task_comm(tmpname, current); in nouveau_drm_open()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2642 extern char *get_task_comm(char *to, struct task_struct *tsk);
|