tag | line | file | source code |
ctx_free | 99 | arch/sparc/mm/init.c | ctx_free.next = ctx_free.prev = &ctx_free; |
ctx_free | 17 | arch/sparc/mm/loadmmu.c | struct ctx_list ctx_free; |
ctx_free | 433 | arch/sparc/mm/srmmu.c | ctxp = ctx_free.next; |
ctx_free | 434 | arch/sparc/mm/srmmu.c | if(ctxp != &ctx_free) { |
ctx_free | 1192 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; |
ctx_free | 1193 | arch/sparc/mm/sun4c.c | if(ctxp != &ctx_free) { |
ctx_free | 339 | include/asm-sparc/pgtable.h | extern struct ctx_list ctx_free; /* Head of free list */ |
ctx_free | 356 | include/asm-sparc/pgtable.h | #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry) |