Searched refs:prev_hdr_ptr (Results 1 – 3 of 3) sorted by relevance
262 small_pool_ptr hdr_ptr, prev_hdr_ptr; in alloc_small() local278 prev_hdr_ptr = NULL; in alloc_small()283 prev_hdr_ptr = hdr_ptr; in alloc_small()291 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()312 if (prev_hdr_ptr == NULL) /* first pool in class? */ in alloc_small()315 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()
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()