Searched refs:b_cnt (Results 1 – 3 of 3) sorted by relevance
189 unsigned int b_cnt; /* Bytes used */ member212 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0)306 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc()309 rp->b_cnt += size; in mon_buff_area_alloc()332 if (rp->b_cnt + size > rp->b_size) in mon_buff_area_alloc_contiguous()341 if (rp->b_cnt + size + fill_size > rp->b_size) in mon_buff_area_alloc_contiguous()347 rp->b_cnt += size + fill_size; in mon_buff_area_alloc_contiguous()351 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()355 rp->b_cnt += size; in mon_buff_area_alloc_contiguous()368 rp->b_cnt -= size; in mon_buff_area_shrink()[all …]
431 for (i = 0; i < pvt->csels[dct].b_cnt; i++)1426 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()1429 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 4; in dct_prep_chip_selects()1432 pvt->csels[0].b_cnt = pvt->csels[1].b_cnt = 8; in dct_prep_chip_selects()1442 pvt->csels[umc].b_cnt = 4; in umc_prep_chip_selects()3706 pvt->csels[umc].b_cnt = 8; in gpu_prep_chip_selects()3944 : pvt->csels[0].b_cnt; in get_layer_size()3946 return is_gpu ? pvt->csels[0].b_cnt in get_layer_size()
1053 const struct line_cnt *b_cnt = (const struct line_cnt *)b; in print_top_src_lines() 1055 if (a_cnt->cnt != b_cnt->cnt) in print_top_src_lines() 1056 return a_cnt->cnt > b_cnt->cnt ? -1 : 1; in print_top_src_lines() 1057 return strcmp(a_cnt->line, b_cnt->line); in print_top_src_lines() 1034 const struct line_cnt *b_cnt = (const struct line_cnt *)b; line_cnt_cmp() local