Searched refs:b_cnt (Results 1 – 4 of 4) sorted by relevance
187 unsigned int b_cnt; /* Bytes used */ member304 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc()307 rp->b_cnt += size; in mon_buff_area_alloc()330 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc_contiguous()345 rp->b_cnt += size + fill_size; in mon_buff_area_alloc_contiguous()349 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()353 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()366 rp->b_cnt -= size; in mon_buff_area_shrink()380 rp->b_cnt -= size; in mon_buff_area_free()920 avail = rp->b_cnt; in mon_bin_fetch()[all …]
431 for (i = 0; i < pvt->csels[dct].b_cnt; i++)1412 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()1415 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 4; in dct_prep_chip_selects()1418 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()1428 pvt->csels[umc].b_cnt = 4; in umc_prep_chip_selects()3691 pvt->csels[umc].b_cnt = 8; in gpu_prep_chip_selects()3939 : pvt->csels[0].b_cnt; in get_layer_size()3941 return is_gpu ? pvt->csels[0].b_cnt in get_layer_size()
296 u8 b_cnt; member
985 const struct line_cnt *b_cnt = (const struct line_cnt *)b; in line_cnt_cmp() local987 if (a_cnt->cnt != b_cnt->cnt) in line_cnt_cmp()988 return a_cnt->cnt > b_cnt->cnt ? -1 : 1; in line_cnt_cmp()989 return strcmp(a_cnt->line, b_cnt->line); in line_cnt_cmp()