taglinefilesource code
bh_flags54mm/kmalloc.cunsigned long bh_flags;
bh_flags199mm/kmalloc.cif (p->bh_flags == MF_FREE)
bh_flags212mm/kmalloc.cp->bh_flags =  MF_USED; /* As of now this block is officially in use */
bh_flags244mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags248mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags296mm/kmalloc.c(p->bh_flags != MF_USED))
bh_flags310mm/kmalloc.cp->bh_flags = MF_FREE; /* As of now this block is officially free */