Home
last modified time | relevance | path

Searched refs:b_cnt (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/mon/
A Dmon_bin.c187 unsigned int b_cnt; /* Bytes used */ member
304 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 …]
/drivers/edac/
A Damd64_edac.c431 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()
3955 : pvt->csels[0].b_cnt; in get_layer_size()
3957 return is_gpu ? pvt->csels[0].b_cnt in get_layer_size()
A Damd64_edac.h296 u8 b_cnt; member

Completed in 18 milliseconds