Searched refs:ctx_node (Results 1 – 1 of 1) sorted by relevance
682 struct versal_context_node *ctx_node = NULL; in do_free() local708 STAILQ_FOREACH_SAFE(ctx_node, &engine.context_list, link, ctx_next) { in do_free()709 if (c == ctx_node->ctx) { in do_free()710 STAILQ_REMOVE(&engine.context_list, ctx_node, in do_free()712 free(ctx_node); in do_free()
Completed in 4 milliseconds