Searched refs:toalloc (Results 1 – 1 of 1) sorted by relevance
361 size_t toalloc = ROUNDUP(length, sizeof(uint64_t)) + (curend % sizeof(uint64_t)); in kcdata_endalloc() local363 if (data->kcd_length / 4 <= toalloc) { in kcdata_endalloc()366 data->kcd_length -= toalloc; in kcdata_endalloc()367 data->kcd_endalloced += toalloc; in kcdata_endalloc()368 return (void *)(curend - toalloc); in kcdata_endalloc()