md_list 89 kern/kern_malloc_debug.c TAILQ_ENTRY(debug_malloc_entry) md_list; md_list 135 kern/kern_malloc_debug.c TAILQ_REMOVE(&debug_malloc_freelist, md, md_list); md_list 138 kern/kern_malloc_debug.c TAILQ_INSERT_HEAD(&debug_malloc_usedlist, md, md_list); md_list 173 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) md_list 185 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) md_list 193 kern/kern_malloc_debug.c TAILQ_REMOVE(&debug_malloc_usedlist, md, md_list); md_list 195 kern/kern_malloc_debug.c TAILQ_INSERT_TAIL(&debug_malloc_freelist, md, md_list); md_list 273 kern/kern_malloc_debug.c TAILQ_INSERT_HEAD(&debug_malloc_freelist, md, md_list); md_list 290 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) { md_list 295 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) { md_list 308 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) { md_list 317 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) { md_list 337 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) md_list 341 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) md_list 2641 ufs/ffs/ffs_softdep.c mkdir1->md_list.wk_type = D_MKDIR; md_list 2645 ufs/ffs/ffs_softdep.c mkdir2->md_list.wk_type = D_MKDIR; md_list 2654 ufs/ffs/ffs_softdep.c WORKLIST_INSERT(&newdirbp->b_dep, &mkdir1->md_list); md_list 2667 ufs/ffs/ffs_softdep.c WORKLIST_INSERT(&inodedep->id_bufwait,&mkdir2->md_list); md_list 2832 ufs/ffs/ffs_softdep.c WORKLIST_REMOVE(&mkdir->md_list); md_list 533 ufs/ffs/softdep.h struct worklist md_list; /* id_inowait or buffer holding dir */ md_list 534 ufs/ffs/softdep.h # define md_state md_list.wk_state /* type: MKDIR_PARENT or MKDIR_BODY */