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()
271 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local296 prev_hdr_ptr = NULL; in alloc_small()301 prev_hdr_ptr = hdr_ptr; in alloc_small()309 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()330 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()333 prev_hdr_ptr->next = hdr_ptr; in alloc_small()