Searched refs:vmap_cnt (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c39 int vmap_cnt; member in struct:cma_heap_buffer
129 if (buffer->vmap_cnt)
150 if (buffer->vmap_cnt)
211 if (buffer->vmap_cnt) {
212 buffer->vmap_cnt++;
223 buffer->vmap_cnt++;
236 if (!--buffer->vmap_cnt) {
249 if (buffer->vmap_cnt > 0) {
H A Dsystem_heap.c32 int vmap_cnt; member in struct:system_heap_buffer
161 if (buffer->vmap_cnt)
182 if (buffer->vmap_cnt)
250 if (buffer->vmap_cnt) {
251 buffer->vmap_cnt++;
263 buffer->vmap_cnt++;
276 if (!--buffer->vmap_cnt) {

Completed in 192 milliseconds