taglinefilesource code
bh_flags47mm/kmalloc.cunsigned long bh_flags;
bh_flags216mm/kmalloc.cif (p->bh_flags != MF_FREE) {
bh_flags246mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags250mm/kmalloc.cp->bh_flags = MF_FREE;
bh_flags273mm/kmalloc.cp->bh_flags = type;  /* As of now this block is officially in use */
bh_flags295mm/kmalloc.cif (p->bh_flags == MF_DMA) {
bh_flags296mm/kmalloc.cp->bh_flags = MF_USED;
bh_flags303mm/kmalloc.c(p->bh_flags != MF_USED)) {
bh_flags309mm/kmalloc.cp->bh_flags = MF_FREE;  /* As of now this block is officially free */