Searched refs:prev_hdr_ptr (Results 1 – 2 of 2) sorted by relevance
263 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local279 prev_hdr_ptr = NULL; in alloc_small()284 prev_hdr_ptr = hdr_ptr; in alloc_small()292 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()313 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()316 prev_hdr_ptr->hdr.next = hdr_ptr; in alloc_small()
268 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local287 prev_hdr_ptr = NULL; in alloc_small()292 prev_hdr_ptr = hdr_ptr; in alloc_small()300 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()321 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()324 prev_hdr_ptr->next = hdr_ptr; in alloc_small()