Searched refs:ctx_free (Results 1 – 4 of 4) sorted by relevance
97 static void ctx_free(struct ksmbd_crypto_ctx *ctx) in ctx_free() function 162 ctx_free(ctx); in ksmbd_release_crypto_ctx() 240 ctx_free(ctx); in ksmbd_crypto_destroy()
386 static struct ctx_list ctx_free; variable 404 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)412 ctxp = ctx_free.next; in alloc_context() 413 if (ctxp != &ctx_free) { in alloc_context() 458 ctx_free.next = ctx_free.prev = &ctx_free; in sparc_context_init()
651 goto ctx_free; in edac_dev_register() 753 ctx_free: in edac_dev_register()
1266 * @ctx_free: true if in context free flow, false otherwise.1273 bool ctx_free) in unmap_device_va() argument 1361 if (!ctx_free) in unmap_device_va() 1373 if (!ctx_free) { in unmap_device_va()