| tag | line | file | source code | 
|---|---|---|---|
| ctx_free | 16 | arch/sparc/mm/loadmmu.c | struct ctx_list ctx_free; | 
| ctx_free | 489 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; | 
| ctx_free | 490 | arch/sparc/mm/sun4c.c | if(ctxp != &ctx_free) { | 
| ctx_free | 941 | arch/sparc/mm/sun4c.c | ctx_free.next = ctx_free.prev = &ctx_free; | 
| ctx_free | 286 | include/asm-sparc/pgtable.h | extern struct ctx_list ctx_free; /* Head of free list */ | 
| ctx_free | 301 | include/asm-sparc/pgtable.h | #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry) |