ctx_free          413 arch/sparc/mm/srmmu.c static struct ctx_list ctx_free;
ctx_free          431 arch/sparc/mm/srmmu.c #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
ctx_free          439 arch/sparc/mm/srmmu.c 	ctxp = ctx_free.next;
ctx_free          440 arch/sparc/mm/srmmu.c 	if (ctxp != &ctx_free) {
ctx_free          487 arch/sparc/mm/srmmu.c 	ctx_free.next = ctx_free.prev = &ctx_free;
ctx_free          974 drivers/misc/habanalabs/memory.c static int unmap_device_va(struct hl_ctx *ctx, u64 vaddr, bool ctx_free)
ctx_free         1063 drivers/misc/habanalabs/memory.c 	if (!ctx_free) {