Searched refs:split_buf (Results 1 – 3 of 3) sorted by relevance
204 hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize); in __kdb2_hash_open()205 if (!hashp->split_buf) in __kdb2_hash_open()482 if (hashp->split_buf) in hdestroy()483 free(hashp->split_buf); in hdestroy()
95 u_int16_t *split_buf; /* Temporary buffer for splits */ member
412 temp_pagep = hashp->split_buf; in __split_page()