Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_refcount_defs.h41 #define kbase_refcount_inc(x) atomic_inc(x) macro
53 #define kbase_refcount_inc(x) refcount_inc(x) macro
H A Dmali_kbase_mem.h768 kbase_refcount_inc(&region->va_refcnt); in kbase_va_region_alloc_get()