Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c784 struct dma_buf *buf_obj; in dma_buf_describe() local
797 list_for_each_entry(buf_obj, &db_list.head, list_node) { in dma_buf_describe()
798 ret = mutex_lock_interruptible(&buf_obj->lock); in dma_buf_describe()
807 buf_obj->size, in dma_buf_describe()
808 buf_obj->file->f_flags, buf_obj->file->f_mode, in dma_buf_describe()
809 file_count(buf_obj->file), in dma_buf_describe()
810 buf_obj->exp_name); in dma_buf_describe()
815 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_describe()
826 size += buf_obj->size; in dma_buf_describe()
827 mutex_unlock(&buf_obj->lock); in dma_buf_describe()