taglinefilesource code
bh_flags54mm/kmalloc.cunsigned long bh_flags;
bh_flags204mm/kmalloc.cif (p->bh_flags == MF_FREE)
bh_flags220mm/kmalloc.cp->bh_flags =  MF_USED; /* As of now this block is officially in use */
bh_flags256mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags260mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags312mm/kmalloc.c(p->bh_flags != MF_USED))
bh_flags326mm/kmalloc.cp->bh_flags = MF_FREE; /* As of now this block is officially free */