Searched refs:db_list (Results 1 – 6 of 6) sorted by relevance
40 static struct dma_buf_list db_list; variable51 int ret = mutex_lock_interruptible(&db_list.lock); in get_each_dmabuf()56 list_for_each_entry(buf, &db_list.head, list_node) { in get_each_dmabuf()61 mutex_unlock(&db_list.lock); in get_each_dmabuf()72 mutex_lock(&db_list.lock); in dma_buf_reset_peak_size()74 mutex_unlock(&db_list.lock); in dma_buf_reset_peak_size()82 mutex_lock(&db_list.lock); in dma_buf_get_peak_size()84 mutex_unlock(&db_list.lock); in dma_buf_get_peak_size()94 mutex_lock(&db_list.lock); in dma_buf_get_total_size()96 mutex_unlock(&db_list.lock); in dma_buf_get_total_size()[all …]
17 This option support to debug all the dmabuf on db_list, allows to set24 This option support to debug all the dmabuf on db_list, allows to attach
454 static struct list_head db_list; variable497 list_for_each_entry(dbq, &db_list, list) { in fsl_hv_queue_doorbell()674 list_add(&dbq->list, &db_list); in fsl_hv_open()836 INIT_LIST_HEAD(&db_list); in fsl_hypervisor_init()
271 get information from db_list by get_each_dmabuf.
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey 2# 3# --- ...