Home
last modified time | relevance | path

Searched refs:task_comm (Results 1 – 3 of 3) sorted by relevance

/drivers/dma-buf/
Dsw_sync.c316 char task_comm[TASK_COMM_LEN]; in sw_sync_debugfs_open() local
318 get_task_comm(task_comm, current); in sw_sync_debugfs_open()
320 obj = sync_timeline_create(task_comm); in sw_sync_debugfs_open()
/drivers/staging/android/ion/
Dion.c253 get_task_comm(buffer->task_comm, task); in ion_buffer_remove_from_handle()
1269 char task_comm[TASK_COMM_LEN]; in ion_debug_heap_show() local
1271 get_task_comm(task_comm, client->task); in ion_debug_heap_show()
1272 seq_printf(s, "%16s %16u %16zu\n", task_comm, in ion_debug_heap_show()
1292 buffer->task_comm, buffer->pid, in ion_debug_heap_show()
Dion_priv.h79 char task_comm[TASK_COMM_LEN]; member