Searched refs:c_head (Results 1 – 1 of 1) sorted by relevance
2139 struct sb_cmd_ctx *cctx, *c_head; in sb_free_image() local2143 c_head = sctx->cmd_head; in sb_free_image()2145 while (c_head) { in sb_free_image()2146 cctx = c_head; in sb_free_image()2147 c_head = c_head->cmd; in sb_free_image()