Searched refs:pending_atom (Results 1 – 2 of 2) sorted by relevance
1348 struct kbase_jd_atom *pending_atom = list_entry(i, in kbase_jit_retry_pending_alloc() local1350 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_START(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()1351 kbase_kinstr_jm_atom_sw_start(pending_atom); in kbase_jit_retry_pending_alloc()1352 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_retry_pending_alloc()1354 INIT_WORK(&pending_atom->work, in kbase_jit_retry_pending_alloc()1356 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_retry_pending_alloc()1358 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_END(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()1359 kbase_kinstr_jm_atom_sw_stop(pending_atom); in kbase_jit_retry_pending_alloc()
1164 struct kbase_jd_atom *pending_atom = list_entry(i, in kbase_jit_free_finish() local1166 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_free_finish()1168 INIT_WORK(&pending_atom->work, in kbase_jit_free_finish()1170 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_free_finish()