Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mmu.c1862 if (as->poke_refcount && in kbasep_as_do_poke()
1915 if (++(as->poke_refcount) == 1) { in kbase_as_poking_timer_retain_atom()
1949 KBASE_DEBUG_ASSERT(as->poke_refcount > 0); in kbase_as_poking_timer_release_atom()
1952 if (--(as->poke_refcount) == 0) { in kbase_as_poking_timer_release_atom()
1962 if (as->poke_refcount) { in kbase_as_poking_timer_release_atom()
H A Dmali_kbase_defs.h702 int poke_refcount; member
H A Dmali_kbase_device.c104 kbdev->as[i].poke_refcount = 0; in kbase_device_as_init()