Searched refs:fnd_above (Results 1 – 1 of 1) sorted by relevance
583 struct memlist *fnd_above = NULL; in ndata_select_chunk() local633 fnd_above = frlist; in ndata_select_chunk()645 return (fnd_above); in ndata_select_chunk()661 struct memlist *fnd_above; in ndata_alloc() local691 fnd_above = (struct memlist *)end; in ndata_alloc()692 fnd_above->ml_address = end; in ndata_alloc()693 fnd_above->ml_size = above; in ndata_alloc()695 if ((fnd_above->ml_next = found->ml_next) != NULL) in ndata_alloc()696 found->ml_next->ml_prev = fnd_above; in ndata_alloc()697 fnd_above->ml_prev = found; in ndata_alloc()[all …]