tag | line | file | source code |
ctx_free | 99 | arch/sparc/mm/init.c | ctx_free.next = ctx_free.prev = &ctx_free; |
ctx_free | 16 | arch/sparc/mm/loadmmu.c | struct ctx_list ctx_free; |
ctx_free | 673 | arch/sparc/mm/srmmu.c | ctxp = ctx_free.next; |
ctx_free | 674 | arch/sparc/mm/srmmu.c | if(ctxp != &ctx_free) { |
ctx_free | 974 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; |
ctx_free | 975 | arch/sparc/mm/sun4c.c | if(ctxp != &ctx_free) { |
ctx_free | 285 | include/asm-sparc/pgtable.h | extern struct ctx_list ctx_free; /* Head of free list */ |
ctx_free | 302 | include/asm-sparc/pgtable.h | #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry) |