Searched refs:prev_hdr_ptr (Results 1 – 2 of 2) sorted by relevance
261 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local277 prev_hdr_ptr = NULL; in alloc_small()282 prev_hdr_ptr = hdr_ptr; in alloc_small()290 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()311 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()314 prev_hdr_ptr->hdr.next = hdr_ptr; in alloc_small()
264 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local280 prev_hdr_ptr = NULL; in alloc_small()285 prev_hdr_ptr = hdr_ptr; in alloc_small()293 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()314 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()317 prev_hdr_ptr->hdr.next = hdr_ptr; in alloc_small()