Searched refs:b_size (Results 1 – 4 of 4) sorted by relevance
186 unsigned int b_size; /* Current size of the buffer - bytes */ member250 if ((off += step_len) >= this->b_size) off = 0; in mon_copy_to_buff()283 if ((off += step_len) >= this->b_size) off = 0; in copy_from_buf()301 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc()305 if ((rp->b_in += size) >= rp->b_size) in mon_buff_area_alloc()306 rp->b_in -= rp->b_size; in mon_buff_area_alloc()327 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc_contiguous()329 if (rp->b_in + size > rp->b_size) { in mon_buff_area_alloc_contiguous()335 fill_size = rp->b_size - rp->b_in; in mon_buff_area_alloc_contiguous()336 if (rp->b_cnt + size + fill_size > rp->b_size) in mon_buff_area_alloc_contiguous()[all …]
124 int b_size; /* Size of script B */ member
5588 np->scriptb_sz = fw->b_size;
3928 int segs, max_segs, b_size, order, got; in enlarge_buffer() local3948 b_size = PAGE_SIZE << order; in enlarge_buffer()3950 for (b_size = PAGE_SIZE, order = 0; in enlarge_buffer()3953 order++, b_size *= 2) in enlarge_buffer()3976 got += b_size; in enlarge_buffer()