taglinefilesource code
bh_flags45mm/kmalloc.cunsigned long bh_flags;
bh_flags214mm/kmalloc.cif (p->bh_flags != MF_FREE) {
bh_flags244mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags248mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags271mm/kmalloc.cp->bh_flags = type;  /* As of now this block is officially in use */
bh_flags290mm/kmalloc.cif (p->bh_flags == MF_DMA) {
bh_flags291mm/kmalloc.cp->bh_flags = MF_USED;
bh_flags298mm/kmalloc.c(p->bh_flags != MF_USED)) {
bh_flags304mm/kmalloc.cp->bh_flags = MF_FREE;  /* As of now this block is officially free */