taglinefilesource code
bh_flags53mm/kmalloc.cunsigned long bh_flags;
bh_flags222mm/kmalloc.cif (p->bh_flags == MF_FREE)
bh_flags238mm/kmalloc.cp->bh_flags =  MF_USED; /* As of now this block is officially in use */
bh_flags277mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags281mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags333mm/kmalloc.c(p->bh_flags != MF_USED))
bh_flags347mm/kmalloc.cp->bh_flags = MF_FREE; /* As of now this block is officially free */