Home
last modified time | relevance | path

Searched refs:ctx_free (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dcrypto_ctx.c100 static void ctx_free(struct ksmbd_crypto_ctx *ctx) in ctx_free() function
165 ctx_free(ctx); in ksmbd_release_crypto_ctx()
248 ctx_free(ctx); in ksmbd_crypto_destroy()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dsrmmu.c391 static struct ctx_list ctx_free; variable
409 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
417 ctxp = ctx_free.next; in alloc_context()
418 if (ctxp != &ctx_free) { in alloc_context()
465 ctx_free.next = ctx_free.prev = &ctx_free; in sparc_context_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dsrmmu.c392 static struct ctx_list ctx_free; variable
410 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
418 ctxp = ctx_free.next; in alloc_context()
419 if (ctxp != &ctx_free) { in alloc_context()
466 ctx_free.next = ctx_free.prev = &ctx_free; in sparc_context_init()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dmemory.c1026 * @ctx_free : true if in context free flow, false otherwise.
1032 static int unmap_device_va(struct hl_ctx *ctx, u64 vaddr, bool ctx_free) in unmap_device_va() argument
1108 if (!ctx_free) in unmap_device_va()
1120 if (!ctx_free) { in unmap_device_va()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dmemory.c1266 * @ctx_free: true if in context free flow, false otherwise.
1273 bool ctx_free) in unmap_device_va()
1361 if (!ctx_free) in unmap_device_va()
1373 if (!ctx_free) { in unmap_device_va()
1272 unmap_device_va(struct hl_ctx *ctx, struct hl_mem_in *args, bool ctx_free) unmap_device_va() argument

Completed in 11 milliseconds