Searched refs:task_comm (Results 1 – 3 of 3) sorted by relevance
316 char task_comm[TASK_COMM_LEN]; in sw_sync_debugfs_open() local318 get_task_comm(task_comm, current); in sw_sync_debugfs_open()320 obj = sync_timeline_create(task_comm); in sw_sync_debugfs_open()
253 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() local1271 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()
79 char task_comm[TASK_COMM_LEN]; member