Searched refs:uctx_agent_list (Results 1 – 2 of 2) sorted by relevance
1114 list_for_each(entry, &uctx->uctx_agent_list) { in umad_get_agent_by_id()1134 list_for_each(entry, &uctx->uctx_agent_list) { in umad_get_agent_by_class()1360 ASSERT(llist_empty(&uctx->uctx_agent_list)); in umad_release_uctx()1459 llist_head_init(&uctx->uctx_agent_list, NULL); in umad_open()1559 lentry = uctx->uctx_agent_list.nxt; in umad_close()1561 while (lentry != &uctx->uctx_agent_list) { in umad_close()2273 list_for_each(entry, &uctx->uctx_agent_list) { in umad_get_new_agent_id()2347 llist_add(&agent->agent_list, &uctx->uctx_agent_list); in umad_register()
59 llist_head_t uctx_agent_list; /* list of agents registered */ member