Searched refs:pqn (Results 1 – 2 of 2) sorted by relevance
39 if ((pqn->q && pqn->q->properties.queue_id == qid) || in get_queue_by_qid()41 return pqn; in get_queue_by_qid()114 if (!pqn) { in pqm_set_gws()119 if (pqn->q) in pqm_set_gws()237 kfree(pqn); in pqm_uninit()386 pqn = kzalloc(sizeof(*pqn), GFP_KERNEL); in pqm_create_queue()387 if (!pqn) { in pqm_create_queue()491 kfree(pqn); in pqm_create_queue()514 if (!pqn) { in pqm_destroy_queue()579 if (!pqn || !pqn->q) { in pqm_update_queue_properties()[all …]
39 struct process_queue_node *pqn; in kfd_dbg_ev_query_debug_event() local55 if (!pqn->q) in kfd_dbg_ev_query_debug_event()65 *gpu_id = pqn->q->device->id; in kfd_dbg_ev_query_debug_event()120 struct process_queue_node *pqn; in kfd_dbg_ev_raise() local166 if (!pqn->q) in kfd_dbg_ev_raise()171 pqn->q->doorbell_id; in kfd_dbg_ev_raise()218 struct process_queue_node *pqn; in kfd_set_dbg_ev_from_interrupt() local228 if (!(pqn->q && pqn->q->device == dev && in kfd_set_dbg_ev_from_interrupt()326 struct process_queue_node *pqn; in kfd_dbg_set_workaround() local654 if (!pqn->q) in kfd_dbg_clean_exception_status()[all …]