taglinefilesource code
ctx_tasks44arch/sparc/mm/init.cstruct task_struct *ctx_tasks[MAX_CTXS];
ctx_tasks141arch/sparc/mm/init.cfor(i=0; i<MAX_CTXS; i++) ctx_tasks[i] = NULL;
ctx_tasks102include/asm-sparc/pgtable.hextern struct task_struct * ctx_tasks[MAX_CTXS];
ctx_tasks113include/asm-sparc/pgtable.hif(ctx_tasks[i] == NULL) break;
ctx_tasks117include/asm-sparc/pgtable.hctx_tasks[i] = p;
ctx_tasks127include/asm-sparc/pgtable.hctx_tasks[ctx_tasks_last_frd]->tss.context = NO_CTX;
ctx_tasks128include/asm-sparc/pgtable.hctx_tasks[ctx_tasks_last_frd] = p;