Home
last modified time | relevance | path

Searched refs:tsk_info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf-process-info.c66 struct dmabuf_task_info_args *tsk_info = NULL; in dma_buf_single_file_show() local
70 tsk_info = (struct dmabuf_task_info_args *)data; in dma_buf_single_file_show()
71 if (IS_ERR_OR_NULL(tsk_info) || IS_ERR_OR_NULL(tsk_info->seq)) in dma_buf_single_file_show()
74 tsk = tsk_info->tsk; in dma_buf_single_file_show()
79 tsk_info->tsk_dmabuf_bytes += buf->size; in dma_buf_single_file_show()
82 seq_printf(tsk_info->seq, in dma_buf_single_file_show()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf-process-info.c66 struct dmabuf_task_info_args *tsk_info = NULL; in dma_buf_single_file_show() local
70 tsk_info = (struct dmabuf_task_info_args *)data; in dma_buf_single_file_show()
71 if (IS_ERR_OR_NULL(tsk_info) || IS_ERR_OR_NULL(tsk_info->seq)) in dma_buf_single_file_show()
74 tsk = tsk_info->tsk; in dma_buf_single_file_show()
79 tsk_info->tsk_dmabuf_bytes += buf->size; in dma_buf_single_file_show()
82 seq_printf(tsk_info->seq, in dma_buf_single_file_show()

Completed in 1 milliseconds