Searched refs:buf_space (Results 1 – 1 of 1) sorted by relevance
654 int buf_space; in sa_build_layouts() local700 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()713 buf_space = (sa->sa_force_spill) ? in sa_build_layouts()716 buf_space = hdl->sa_bonus->db_size - hdrsize; in sa_build_layouts()726 ASSERT(IS_P2ALIGNED(buf_space, 8)); in sa_build_layouts()732 if (buf_space < length) { /* switch to spill buffer */ in sa_build_layouts()750 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()763 buf_space -= P2ROUNDUP(length, 8); in sa_build_layouts()