Searched refs:bind_state (Results 1 – 3 of 3) sorted by relevance
337 queue->bind_state = KBASE_CSF_QUEUE_BOUND; in kbase_csf_alloc_command_stream_user_pages()543 queue->bind_state = KBASE_CSF_QUEUE_UNBOUND; in csf_queue_register_internal()724 queue->bind_state = KBASE_CSF_QUEUE_BIND_IN_PROGRESS; in kbase_csf_queue_bind()738 if (queue->bind_state == KBASE_CSF_QUEUE_UNBOUND) in get_bound_queue_group()795 if (!group || queue->bind_state != KBASE_CSF_QUEUE_BOUND) { in pending_submission_worker()951 if (queue->bind_state != KBASE_CSF_QUEUE_UNBOUND) { in unbind_stopped_queue()965 queue->bind_state = KBASE_CSF_QUEUE_UNBOUND; in unbind_stopped_queue()998 if (queue->bind_state != KBASE_CSF_QUEUE_UNBOUND) { in unbind_queue()999 if (queue->bind_state == KBASE_CSF_QUEUE_BOUND) in unbind_queue()1035 WARN_ON(queue->bind_state != KBASE_CSF_QUEUE_UNBOUND); in kbase_csf_queue_unbind()[all …]
402 enum kbase_csf_queue_bind_state bind_state; member
458 if ((queue->bind_state == KBASE_CSF_QUEUE_BOUND) && in assign_user_doorbell_to_queue()1667 if (WARN_ON(!group || queue->bind_state != KBASE_CSF_QUEUE_BOUND)) in kbase_csf_scheduler_queue_start()