Searched refs:free_opios (Results 1 – 2 of 2) sorted by relevance
56 free(ctx->free_opios); in opio_free()57 ctx->free_opios = NULL; in opio_free()76 ctx->free_opios = calloc(1, sizeof(struct opio *) * num_iocbs); in opio_init()80 if (!ctx->opios || !ctx->free_opios || in opio_init()85 ctx->free_opios[i] = &ctx->opios[i]; in opio_init()99 return ctx->free_opios[--ctx->free_opio_cnt]; in alloc_opio()106 ctx->free_opios[ctx->free_opio_cnt++] = op; in free_opio()
57 struct opio **free_opios; member
Completed in 4 milliseconds