Searched refs:jit_current_allocations (Results 1 – 3 of 3) sorted by relevance
1961 u8 jit_current_allocations; member
3891 kctx->jit_current_allocations = 0; in kbase_jit_init()4333 if (kctx->jit_current_allocations >= kctx->jit_max_allocations) { in jit_allow_allocate()4337 kctx->jit_current_allocations, in jit_allow_allocate()4629 kctx->jit_current_allocations++; in kbase_jit_allocate()4689 kctx->jit_current_allocations--; in kbase_jit_free()
1085 || (kctx->jit_current_allocations == 0)) { in kbase_jit_allocate_process()